2026-03-24 10:30:04 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-24 10:30:04 [scrapy.utils.log] INFO: Versions: lxml 5.2.2.0, libxml2 2.12.6, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.7, Platform Linux-5.15.0-1098-azure-x86_64-with-glibc2.36
2026-03-24 10:30:04 [adesa.uk] INFO: Starting spider adesa.uk
2026-03-24 10:30:04 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-24 10:30:04 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-24 10:30:04 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-24 10:30:04 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-24 10:30:04 [scrapy.extensions.telnet] INFO: Telnet Password: bef84f794a578927
2026-03-24 10:30:04 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.feedexport.FeedExporter',
'scrapy.extensions.logstats.LogStats',
'scrapy.extensions.closespider.CloseSpider']
2026-03-24 10:30:04 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'SourcingV2',
'CLOSESPIDER_TIMEOUT': 7200,
'DOWNLOAD_MAXSIZE': 52428800,
'DOWNLOAD_WARNSIZE': 10485760,
'FEED_EXPORT_ENCODING': 'utf-8',
'LOG_FILE': '/var/log/scrapyd/logs/sourcing_v2/adesa.uk/task_45_2026-03-24T10_30_00.log',
'LOG_FORMATTER': 'crawlers.log_formatter.SourcingLogFormatter',
'MEMUSAGE_LIMIT_MB': 2048,
'MEMUSAGE_WARNING_MB': 1536,
'NEWSPIDER_MODULE': 'spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7',
'SPIDER_MODULES': ['spiders', 'auth_check'],
'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor',
'USER_AGENT': ''}
2026-03-24 10:30:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-24 10:30:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-24 10:30:04 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
'scrapy.downloadermiddlewares.retry.RetryMiddleware',
'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-03-24 10:30:05 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-24 10:30:05 [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-24 10:30:05 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-24 10:30:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-24 10:30:05 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2113
2026-03-24 10:30:05 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-24 10:30:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-24 10:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:05 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
2026-03-24 10:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /Translations()?$filter=PartitionKey%20eq%20%27auto%27%20and%20RowKey%20eq%20%27auto%27 HTTP/1.1" 200 None
2026-03-24 10:30:05 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-24 10:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-24 10:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-24 10:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-24 10:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-24 10:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-24 10:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-24 10:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-24 10:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-24 10:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-24 10:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-24 10:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-24 10:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-24 10:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-24 10:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-24 10:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-24 10:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-24 10:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-24 10:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-24 10:30:05 [crawlers.pipelines.post_to_api] INFO: Setting up PostToApi Pipeline pointing to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-24 10:30:05 [scrapy.middleware] INFO: Enabled item pipelines:
['crawlers.pipelines.translation_pipeline.TranslationPipeline',
'crawlers.pipelines.item_rules_pipeline.ItemRulesPipeline',
'crawlers.pipelines.post_to_api.PostToApiPipeline']
2026-03-24 10:30:05 [scrapy.core.engine] INFO: Spider opened
2026-03-24 10:30:05 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-24 10:30:05 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-24 10:30:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 143MiB
2026-03-24 10:30:05 [scrapy-playwright] INFO: Starting download handler
2026-03-24 10:30:05 [scrapy-playwright] INFO: Starting download handler
2026-03-24 10: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-24 10:30:12 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716381
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716381%27 HTTP/1.1" 200 None
2026-03-24 10:30:12 [adesa.uk] INFO: Scrape type for 10716381: 1
2026-03-24 10:30:12 [adesa.uk] INFO: Scraping item 10716381 url https://www.openlane.eu/en/carv6/auction/10716381
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716380
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716380%27 HTTP/1.1" 200 None
2026-03-24 10:30:12 [adesa.uk] INFO: Scrape type for 10716380: 1
2026-03-24 10:30:12 [adesa.uk] INFO: Scraping item 10716380 url https://www.openlane.eu/en/carv6/auction/10716380
2026-03-24 10:30:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716383
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716383%27 HTTP/1.1" 200 None
2026-03-24 10:30:12 [adesa.uk] INFO: Scrape type for 10716383: 1
2026-03-24 10:30:12 [adesa.uk] INFO: Scraping item 10716383 url https://www.openlane.eu/en/carv6/auction/10716383
2026-03-24 10:30:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716424
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716424%27 HTTP/1.1" 200 None
2026-03-24 10:30:12 [adesa.uk] INFO: Scrape type for 10716424: 1
2026-03-24 10:30:12 [adesa.uk] INFO: Scraping item 10716424 url https://www.openlane.eu/en/carv6/auction/10716424
2026-03-24 10:30:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716409
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716409%27 HTTP/1.1" 200 None
2026-03-24 10:30:12 [adesa.uk] INFO: Scrape type for 10716409: 1
2026-03-24 10:30:12 [adesa.uk] INFO: Scraping item 10716409 url https://www.openlane.eu/en/carv6/auction/10716409
2026-03-24 10:30:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716441
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716441%27 HTTP/1.1" 200 None
2026-03-24 10:30:12 [adesa.uk] INFO: Scrape type for 10716441: 1
2026-03-24 10:30:12 [adesa.uk] INFO: Scraping item 10716441 url https://www.openlane.eu/en/carv6/auction/10716441
2026-03-24 10:30:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716421
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716421%27 HTTP/1.1" 200 None
2026-03-24 10:30:12 [adesa.uk] INFO: Scrape type for 10716421: 1
2026-03-24 10:30:12 [adesa.uk] INFO: Scraping item 10716421 url https://www.openlane.eu/en/carv6/auction/10716421
2026-03-24 10:30:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716394
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716394%27 HTTP/1.1" 200 None
2026-03-24 10:30:12 [adesa.uk] INFO: Scrape type for 10716394: 1
2026-03-24 10:30:12 [adesa.uk] INFO: Scraping item 10716394 url https://www.openlane.eu/en/carv6/auction/10716394
2026-03-24 10:30:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716406
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716406%27 HTTP/1.1" 200 None
2026-03-24 10:30:12 [adesa.uk] INFO: Scrape type for 10716406: 1
2026-03-24 10:30:12 [adesa.uk] INFO: Scraping item 10716406 url https://www.openlane.eu/en/carv6/auction/10716406
2026-03-24 10:30:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716392
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716392%27 HTTP/1.1" 200 None
2026-03-24 10:30:12 [adesa.uk] INFO: Scrape type for 10716392: 1
2026-03-24 10:30:12 [adesa.uk] INFO: Scraping item 10716392 url https://www.openlane.eu/en/carv6/auction/10716392
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716377
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716377%27 HTTP/1.1" 200 None
2026-03-24 10:30:12 [adesa.uk] INFO: Scrape type for 10716377: 1
2026-03-24 10:30:12 [adesa.uk] INFO: Scraping item 10716377 url https://www.openlane.eu/en/carv6/auction/10716377
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716393
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716393%27 HTTP/1.1" 200 None
2026-03-24 10:30:12 [adesa.uk] INFO: Scrape type for 10716393: 1
2026-03-24 10:30:12 [adesa.uk] INFO: Scraping item 10716393 url https://www.openlane.eu/en/carv6/auction/10716393
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716375
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716375%27 HTTP/1.1" 200 None
2026-03-24 10:30:12 [adesa.uk] INFO: Scrape type for 10716375: 1
2026-03-24 10:30:12 [adesa.uk] INFO: Scraping item 10716375 url https://www.openlane.eu/en/carv6/auction/10716375
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716376
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716376%27 HTTP/1.1" 200 None
2026-03-24 10:30:12 [adesa.uk] INFO: Scrape type for 10716376: 1
2026-03-24 10:30:12 [adesa.uk] INFO: Scraping item 10716376 url https://www.openlane.eu/en/carv6/auction/10716376
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716410
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716410%27 HTTP/1.1" 200 None
2026-03-24 10:30:12 [adesa.uk] INFO: Scrape type for 10716410: 1
2026-03-24 10:30:12 [adesa.uk] INFO: Scraping item 10716410 url https://www.openlane.eu/en/carv6/auction/10716410
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716411
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716411%27 HTTP/1.1" 200 None
2026-03-24 10:30:12 [adesa.uk] INFO: Scrape type for 10716411: 1
2026-03-24 10:30:12 [adesa.uk] INFO: Scraping item 10716411 url https://www.openlane.eu/en/carv6/auction/10716411
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716405
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716405%27 HTTP/1.1" 200 None
2026-03-24 10:30:12 [adesa.uk] INFO: Scrape type for 10716405: 1
2026-03-24 10:30:12 [adesa.uk] INFO: Scraping item 10716405 url https://www.openlane.eu/en/carv6/auction/10716405
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716415
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716415%27 HTTP/1.1" 200 None
2026-03-24 10:30:12 [adesa.uk] INFO: Scrape type for 10716415: 1
2026-03-24 10:30:12 [adesa.uk] INFO: Scraping item 10716415 url https://www.openlane.eu/en/carv6/auction/10716415
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716425
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716425%27 HTTP/1.1" 200 None
2026-03-24 10:30:12 [adesa.uk] INFO: Scrape type for 10716425: 1
2026-03-24 10:30:12 [adesa.uk] INFO: Scraping item 10716425 url https://www.openlane.eu/en/carv6/auction/10716425
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716404
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716404%27 HTTP/1.1" 200 None
2026-03-24 10:30:12 [adesa.uk] INFO: Scrape type for 10716404: 1
2026-03-24 10:30:12 [adesa.uk] INFO: Scraping item 10716404 url https://www.openlane.eu/en/carv6/auction/10716404
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716402
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716402%27 HTTP/1.1" 200 None
2026-03-24 10:30:12 [adesa.uk] INFO: Scrape type for 10716402: 1
2026-03-24 10:30:12 [adesa.uk] INFO: Scraping item 10716402 url https://www.openlane.eu/en/carv6/auction/10716402
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716395
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716395%27 HTTP/1.1" 200 None
2026-03-24 10:30:12 [adesa.uk] INFO: Scrape type for 10716395: 1
2026-03-24 10:30:12 [adesa.uk] INFO: Scraping item 10716395 url https://www.openlane.eu/en/carv6/auction/10716395
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716378
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716378%27 HTTP/1.1" 200 None
2026-03-24 10:30:12 [adesa.uk] INFO: Scrape type for 10716378: 1
2026-03-24 10:30:12 [adesa.uk] INFO: Scraping item 10716378 url https://www.openlane.eu/en/carv6/auction/10716378
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716426
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716426%27 HTTP/1.1" 200 None
2026-03-24 10:30:12 [adesa.uk] INFO: Scrape type for 10716426: 1
2026-03-24 10:30:12 [adesa.uk] INFO: Scraping item 10716426 url https://www.openlane.eu/en/carv6/auction/10716426
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716401
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716401%27 HTTP/1.1" 200 None
2026-03-24 10:30:12 [adesa.uk] INFO: Scrape type for 10716401: 1
2026-03-24 10:30:12 [adesa.uk] INFO: Scraping item 10716401 url https://www.openlane.eu/en/carv6/auction/10716401
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716396
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716396%27 HTTP/1.1" 200 None
2026-03-24 10:30:12 [adesa.uk] INFO: Scrape type for 10716396: 1
2026-03-24 10:30:12 [adesa.uk] INFO: Scraping item 10716396 url https://www.openlane.eu/en/carv6/auction/10716396
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716382
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716382%27 HTTP/1.1" 200 None
2026-03-24 10:30:12 [adesa.uk] INFO: Scrape type for 10716382: 1
2026-03-24 10:30:12 [adesa.uk] INFO: Scraping item 10716382 url https://www.openlane.eu/en/carv6/auction/10716382
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716412
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716412%27 HTTP/1.1" 200 None
2026-03-24 10:30:12 [adesa.uk] INFO: Scrape type for 10716412: 1
2026-03-24 10:30:12 [adesa.uk] INFO: Scraping item 10716412 url https://www.openlane.eu/en/carv6/auction/10716412
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716400
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716400%27 HTTP/1.1" 200 None
2026-03-24 10:30:12 [adesa.uk] INFO: Scrape type for 10716400: 1
2026-03-24 10:30:12 [adesa.uk] INFO: Scraping item 10716400 url https://www.openlane.eu/en/carv6/auction/10716400
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716403
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716403%27 HTTP/1.1" 200 None
2026-03-24 10:30:12 [adesa.uk] INFO: Scrape type for 10716403: 1
2026-03-24 10:30:12 [adesa.uk] INFO: Scraping item 10716403 url https://www.openlane.eu/en/carv6/auction/10716403
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716407
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716407%27 HTTP/1.1" 200 None
2026-03-24 10:30:12 [adesa.uk] INFO: Scrape type for 10716407: 1
2026-03-24 10:30:12 [adesa.uk] INFO: Scraping item 10716407 url https://www.openlane.eu/en/carv6/auction/10716407
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716371
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716371%27 HTTP/1.1" 200 None
2026-03-24 10:30:12 [adesa.uk] INFO: Scrape type for 10716371: 1
2026-03-24 10:30:12 [adesa.uk] INFO: Scraping item 10716371 url https://www.openlane.eu/en/carv6/auction/10716371
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716369
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716369%27 HTTP/1.1" 200 None
2026-03-24 10:30:12 [adesa.uk] INFO: Scrape type for 10716369: 1
2026-03-24 10:30:12 [adesa.uk] INFO: Scraping item 10716369 url https://www.openlane.eu/en/carv6/auction/10716369
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716391
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716391%27 HTTP/1.1" 200 None
2026-03-24 10:30:12 [adesa.uk] INFO: Scrape type for 10716391: 1
2026-03-24 10:30:12 [adesa.uk] INFO: Scraping item 10716391 url https://www.openlane.eu/en/carv6/auction/10716391
2026-03-24 10:30:12 [adesa.uk] INFO: Found listing with ID: 10716390
2026-03-24 10:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716390%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716390: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716390 url https://www.openlane.eu/en/carv6/auction/10716390
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716368
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716368%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716368: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716368 url https://www.openlane.eu/en/carv6/auction/10716368
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716389
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716389%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716389: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716389 url https://www.openlane.eu/en/carv6/auction/10716389
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716414
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716414%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716414: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716414 url https://www.openlane.eu/en/carv6/auction/10716414
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716418
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716418%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716418: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716418 url https://www.openlane.eu/en/carv6/auction/10716418
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716416
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716416%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716416: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716416 url https://www.openlane.eu/en/carv6/auction/10716416
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716385
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716385%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716385: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716385 url https://www.openlane.eu/en/carv6/auction/10716385
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716397
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716397%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716397: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716397 url https://www.openlane.eu/en/carv6/auction/10716397
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716387
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716387%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716387: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716387 url https://www.openlane.eu/en/carv6/auction/10716387
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716386
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716386%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716386: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716386 url https://www.openlane.eu/en/carv6/auction/10716386
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716366
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716366%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716366: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716366 url https://www.openlane.eu/en/carv6/auction/10716366
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716370
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716370%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716370: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716370 url https://www.openlane.eu/en/carv6/auction/10716370
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716372
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716372%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716372: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716372 url https://www.openlane.eu/en/carv6/auction/10716372
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716417
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716417%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716417: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716417 url https://www.openlane.eu/en/carv6/auction/10716417
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716367
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716367%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716367: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716367 url https://www.openlane.eu/en/carv6/auction/10716367
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716398
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716398%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716398: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716398 url https://www.openlane.eu/en/carv6/auction/10716398
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716408
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716408%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716408: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716408 url https://www.openlane.eu/en/carv6/auction/10716408
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716373
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716373%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716373: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716373 url https://www.openlane.eu/en/carv6/auction/10716373
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716399
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716399%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716399: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716399 url https://www.openlane.eu/en/carv6/auction/10716399
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716388
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716388%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716388: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716388 url https://www.openlane.eu/en/carv6/auction/10716388
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716384
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716384%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716384: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716384 url https://www.openlane.eu/en/carv6/auction/10716384
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716374
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716374%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716374: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716374 url https://www.openlane.eu/en/carv6/auction/10716374
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716379
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716379%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716379: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716379 url https://www.openlane.eu/en/carv6/auction/10716379
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716433
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716433%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716433: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716433 url https://www.openlane.eu/en/carv6/auction/10716433
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716423
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716423%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716423: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716423 url https://www.openlane.eu/en/carv6/auction/10716423
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716430
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716430%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716430: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716430 url https://www.openlane.eu/en/carv6/auction/10716430
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716437
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716437%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716437: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716437 url https://www.openlane.eu/en/carv6/auction/10716437
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716413
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716413%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716413: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716413 url https://www.openlane.eu/en/carv6/auction/10716413
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716428
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716428%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716428: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716428 url https://www.openlane.eu/en/carv6/auction/10716428
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716432
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716432%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716432: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716432 url https://www.openlane.eu/en/carv6/auction/10716432
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716427
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716427%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716427: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716427 url https://www.openlane.eu/en/carv6/auction/10716427
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716435
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716435%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716435: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716435 url https://www.openlane.eu/en/carv6/auction/10716435
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716431
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716431%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716431: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716431 url https://www.openlane.eu/en/carv6/auction/10716431
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716438
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716438%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716438: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716438 url https://www.openlane.eu/en/carv6/auction/10716438
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716439
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716439%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716439: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716439 url https://www.openlane.eu/en/carv6/auction/10716439
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716440
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716440%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716440: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716440 url https://www.openlane.eu/en/carv6/auction/10716440
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716422
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716422%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716422: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716422 url https://www.openlane.eu/en/carv6/auction/10716422
2026-03-24 10:30:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716409> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716442
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716442%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716442: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716442 url https://www.openlane.eu/en/carv6/auction/10716442
2026-03-24 10: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-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716436
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716436%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716436: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716436 url https://www.openlane.eu/en/carv6/auction/10716436
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716434
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716434%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716434: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716434 url https://www.openlane.eu/en/carv6/auction/10716434
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716419
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716419%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716419: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716419 url https://www.openlane.eu/en/carv6/auction/10716419
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716420
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716420%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716420: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716420 url https://www.openlane.eu/en/carv6/auction/10716420
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10716429
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716429%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10716429: 1
2026-03-24 10:30:13 [adesa.uk] INFO: Scraping item 10716429 url https://www.openlane.eu/en/carv6/auction/10716429
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10709056
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710709056%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10709056: 0
2026-03-24 10:30:13 [adesa.uk] INFO: Skipping item 10709056 url https://www.openlane.eu/en/carv6/auction/10709056
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10709057
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710709057%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10709057: 0
2026-03-24 10:30:13 [adesa.uk] INFO: Skipping item 10709057 url https://www.openlane.eu/en/carv6/auction/10709057
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10709060
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710709060%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10709060: 0
2026-03-24 10:30:13 [adesa.uk] INFO: Skipping item 10709060 url https://www.openlane.eu/en/carv6/auction/10709060
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10709059
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710709059%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10709059: 0
2026-03-24 10:30:13 [adesa.uk] INFO: Skipping item 10709059 url https://www.openlane.eu/en/carv6/auction/10709059
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10709044
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710709044%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10709044: 0
2026-03-24 10:30:13 [adesa.uk] INFO: Skipping item 10709044 url https://www.openlane.eu/en/carv6/auction/10709044
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10709055
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710709055%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10709055: 0
2026-03-24 10:30:13 [adesa.uk] INFO: Skipping item 10709055 url https://www.openlane.eu/en/carv6/auction/10709055
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10709050
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710709050%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10709050: 0
2026-03-24 10:30:13 [adesa.uk] INFO: Skipping item 10709050 url https://www.openlane.eu/en/carv6/auction/10709050
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10709042
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710709042%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10709042: 0
2026-03-24 10:30:13 [adesa.uk] INFO: Skipping item 10709042 url https://www.openlane.eu/en/carv6/auction/10709042
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10709048
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710709048%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10709048: 0
2026-03-24 10:30:13 [adesa.uk] INFO: Skipping item 10709048 url https://www.openlane.eu/en/carv6/auction/10709048
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10709046
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710709046%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10709046: 0
2026-03-24 10:30:13 [adesa.uk] INFO: Skipping item 10709046 url https://www.openlane.eu/en/carv6/auction/10709046
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10709045
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710709045%27 HTTP/1.1" 200 None
2026-03-24 10:30:13 [adesa.uk] INFO: Scrape type for 10709045: 0
2026-03-24 10:30:13 [adesa.uk] INFO: Skipping item 10709045 url https://www.openlane.eu/en/carv6/auction/10709045
2026-03-24 10:30:13 [adesa.uk] INFO: Found listing with ID: 10709040
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710709040%27 HTTP/1.1" 200 None
2026-03-24 10:30:14 [adesa.uk] INFO: Scrape type for 10709040: 0
2026-03-24 10:30:14 [adesa.uk] INFO: Skipping item 10709040 url https://www.openlane.eu/en/carv6/auction/10709040
2026-03-24 10:30:14 [adesa.uk] INFO: Found listing with ID: 10709053
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710709053%27 HTTP/1.1" 200 None
2026-03-24 10:30:14 [adesa.uk] INFO: Scrape type for 10709053: 0
2026-03-24 10:30:14 [adesa.uk] INFO: Skipping item 10709053 url https://www.openlane.eu/en/carv6/auction/10709053
2026-03-24 10:30:14 [adesa.uk] INFO: Found listing with ID: 10709052
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710709052%27 HTTP/1.1" 200 None
2026-03-24 10:30:14 [adesa.uk] INFO: Scrape type for 10709052: 0
2026-03-24 10:30:14 [adesa.uk] INFO: Skipping item 10709052 url https://www.openlane.eu/en/carv6/auction/10709052
2026-03-24 10:30:14 [adesa.uk] INFO: Found listing with ID: 10709051
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710709051%27 HTTP/1.1" 200 None
2026-03-24 10:30:14 [adesa.uk] INFO: Scrape type for 10709051: 0
2026-03-24 10:30:14 [adesa.uk] INFO: Skipping item 10709051 url https://www.openlane.eu/en/carv6/auction/10709051
2026-03-24 10:30:14 [adesa.uk] INFO: Found listing with ID: 10709058
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710709058%27 HTTP/1.1" 200 None
2026-03-24 10:30:14 [adesa.uk] INFO: Scrape type for 10709058: 0
2026-03-24 10:30:14 [adesa.uk] INFO: Skipping item 10709058 url https://www.openlane.eu/en/carv6/auction/10709058
2026-03-24 10:30:14 [adesa.uk] INFO: Found listing with ID: 10709041
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710709041%27 HTTP/1.1" 200 None
2026-03-24 10:30:14 [adesa.uk] INFO: Scrape type for 10709041: 0
2026-03-24 10:30:14 [adesa.uk] INFO: Skipping item 10709041 url https://www.openlane.eu/en/carv6/auction/10709041
2026-03-24 10:30:14 [adesa.uk] INFO: Found listing with ID: 10709049
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710709049%27 HTTP/1.1" 200 None
2026-03-24 10:30:14 [adesa.uk] INFO: Scrape type for 10709049: 0
2026-03-24 10:30:14 [adesa.uk] INFO: Skipping item 10709049 url https://www.openlane.eu/en/carv6/auction/10709049
2026-03-24 10:30:14 [adesa.uk] INFO: Found listing with ID: 10709047
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710709047%27 HTTP/1.1" 200 None
2026-03-24 10:30:14 [adesa.uk] INFO: Scrape type for 10709047: 0
2026-03-24 10:30:14 [adesa.uk] INFO: Skipping item 10709047 url https://www.openlane.eu/en/carv6/auction/10709047
2026-03-24 10:30:14 [adesa.uk] INFO: Found listing with ID: 10700907
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710700907%27 HTTP/1.1" 200 None
2026-03-24 10:30:14 [adesa.uk] INFO: Scrape type for 10700907: 0
2026-03-24 10:30:14 [adesa.uk] INFO: Skipping item 10700907 url https://www.openlane.eu/en/carv6/auction/10700907
2026-03-24 10:30:14 [adesa.uk] INFO: Found listing with ID: 10700911
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710700911%27 HTTP/1.1" 200 None
2026-03-24 10:30:14 [adesa.uk] INFO: Scrape type for 10700911: 0
2026-03-24 10:30:14 [adesa.uk] INFO: Skipping item 10700911 url https://www.openlane.eu/en/carv6/auction/10700911
2026-03-24 10:30:14 [adesa.uk] INFO: Found listing with ID: 10700915
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710700915%27 HTTP/1.1" 200 None
2026-03-24 10:30:14 [adesa.uk] INFO: Scrape type for 10700915: 0
2026-03-24 10:30:14 [adesa.uk] INFO: Skipping item 10700915 url https://www.openlane.eu/en/carv6/auction/10700915
2026-03-24 10:30:14 [adesa.uk] INFO: Found listing with ID: 10700910
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710700910%27 HTTP/1.1" 200 None
2026-03-24 10:30:14 [adesa.uk] INFO: Scrape type for 10700910: 0
2026-03-24 10:30:14 [adesa.uk] INFO: Skipping item 10700910 url https://www.openlane.eu/en/carv6/auction/10700910
2026-03-24 10:30:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78e776f2-ab4c-5d59-980c-d184a79f67ab with identifier: 10716409
2026-03-24 10:30:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78e776f2-ab4c-5d59-980c-d184a79f67ab with scrape type 1
2026-03-24 10:30:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 78e776f2-ab4c-5d59-980c-d184a79f67ab
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5653695%252Fgeneral%252Ff785f0b1-781e-48d5-8566-eefd52c88bc6.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5653695/general/f785f0b1-781e-48d5-8566-eefd52c88bc6.jpg already downloaded
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5653695%252Fgeneral%252F9164feed-c3b0-44e1-a54c-98daf2eebc45.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5653695/general/9164feed-c3b0-44e1-a54c-98daf2eebc45.jpg already downloaded
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5653695%252Fgeneral%252Fdd0a769f-ebb3-49ae-9da5-61eccf7b4dcb.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5653695/general/dd0a769f-ebb3-49ae-9da5-61eccf7b4dcb.jpg already downloaded
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5653695%252Fgeneral%252F96aa8bab-f463-4a8b-8e84-ed6dd855d6ff.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5653695/general/96aa8bab-f463-4a8b-8e84-ed6dd855d6ff.jpg already downloaded
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5653695%252Fgeneral%252F5ab3f32e-2c33-49c1-a186-1e0b6bee7461.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5653695/general/5ab3f32e-2c33-49c1-a186-1e0b6bee7461.jpg already downloaded
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5653695%252Fgeneral%252Fa844812a-9e4e-4807-8c67-43fc0ebc287f.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5653695/general/a844812a-9e4e-4807-8c67-43fc0ebc287f.jpg already downloaded
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5653695%252Fgeneral%252F30d3b3a0-666a-4934-89d6-1ede5a9a3706.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5653695/general/30d3b3a0-666a-4934-89d6-1ede5a9a3706.jpg already downloaded
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5653695%252Fgeneral%252Feb8b91b5-ba98-41a0-8f7a-b71da16f8ca7.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5653695/general/eb8b91b5-ba98-41a0-8f7a-b71da16f8ca7.jpg already downloaded
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5653695%252Fgeneral%252F24a1618f-b3c5-44dc-ab91-951f7290e41c.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5653695/general/24a1618f-b3c5-44dc-ab91-951f7290e41c.jpg already downloaded
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5653695%252Fgeneral%252F7419ddcf-f347-4832-81df-9abff7f9f939.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5653695/general/7419ddcf-f347-4832-81df-9abff7f9f939.jpg already downloaded
2026-03-24 10:30:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 78e776f2-ab4c-5d59-980c-d184a79f67ab, identifier: 10716409
2026-03-24 10:30:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 78e776f2-ab4c-5d59-980c-d184a79f67ab with identifier: 10716409
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:30:14 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=White HTTP/1.1" 200 None
2026-03-24 10:30:15 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:30:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:30:15 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Benzine HTTP/1.1" 200 None
2026-03-24 10:30:15 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:30:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 78e776f2-ab4c-5d59-980c-d184a79f67ab with identifier: 10716409
2026-03-24 10:30:15 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 78e776f2-ab4c-5d59-980c-d184a79f67ab with identifier: 10716409 to the API
2026-03-24 10:30:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:30: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-24 10:30:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716409>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Compact',
'color': 'White',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': None,
'engine': '1.0L',
'engine_horse_power': 69,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': '78e776f2-ab4c-5d59-980c-d184a79f67ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WN70YMJ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716409',
'listing': 'auction',
'location': 'Corby',
'make': 'Fiat',
'model': '500',
'odometer': 29282,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 18,
'photo_urls': ['https://images.openlane.eu/carimgs/5653695/general/f785f0b1-781e-48d5-8566-eefd52c88bc6.jpg',
'https://images.openlane.eu/carimgs/5653695/general/9164feed-c3b0-44e1-a54c-98daf2eebc45.jpg',
'https://images.openlane.eu/carimgs/5653695/general/dd0a769f-ebb3-49ae-9da5-61eccf7b4dcb.jpg',
'https://images.openlane.eu/carimgs/5653695/general/96aa8bab-f463-4a8b-8e84-ed6dd855d6ff.jpg',
'https://images.openlane.eu/carimgs/5653695/general/5ab3f32e-2c33-49c1-a186-1e0b6bee7461.jpg',
'https://images.openlane.eu/carimgs/5653695/general/a844812a-9e4e-4807-8c67-43fc0ebc287f.jpg',
'https://images.openlane.eu/carimgs/5653695/general/30d3b3a0-666a-4934-89d6-1ede5a9a3706.jpg',
'https://images.openlane.eu/carimgs/5653695/general/eb8b91b5-ba98-41a0-8f7a-b71da16f8ca7.jpg',
'https://images.openlane.eu/carimgs/5653695/general/24a1618f-b3c5-44dc-ab91-951f7290e41c.jpg',
'https://images.openlane.eu/carimgs/5653695/general/7419ddcf-f347-4832-81df-9abff7f9f939.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_78e776f2-ab4c-5d59-980c-d184a79f67ab/78e776f2-ab4c-5d59-980c-d184a79f67ab_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 287401,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5653695/general/f785f0b1-781e-48d5-8566-eefd52c88bc6.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_78e776f2-ab4c-5d59-980c-d184a79f67ab/78e776f2-ab4c-5d59-980c-d184a79f67ab_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 281557,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5653695/general/9164feed-c3b0-44e1-a54c-98daf2eebc45.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_78e776f2-ab4c-5d59-980c-d184a79f67ab/78e776f2-ab4c-5d59-980c-d184a79f67ab_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 309896,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5653695/general/dd0a769f-ebb3-49ae-9da5-61eccf7b4dcb.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_78e776f2-ab4c-5d59-980c-d184a79f67ab/78e776f2-ab4c-5d59-980c-d184a79f67ab_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 287078,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5653695/general/96aa8bab-f463-4a8b-8e84-ed6dd855d6ff.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_78e776f2-ab4c-5d59-980c-d184a79f67ab/78e776f2-ab4c-5d59-980c-d184a79f67ab_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 286273,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5653695/general/5ab3f32e-2c33-49c1-a186-1e0b6bee7461.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_78e776f2-ab4c-5d59-980c-d184a79f67ab/78e776f2-ab4c-5d59-980c-d184a79f67ab_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 288882,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5653695/general/a844812a-9e4e-4807-8c67-43fc0ebc287f.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_78e776f2-ab4c-5d59-980c-d184a79f67ab/78e776f2-ab4c-5d59-980c-d184a79f67ab_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 246703,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5653695/general/30d3b3a0-666a-4934-89d6-1ede5a9a3706.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_78e776f2-ab4c-5d59-980c-d184a79f67ab/78e776f2-ab4c-5d59-980c-d184a79f67ab_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 302775,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5653695/general/eb8b91b5-ba98-41a0-8f7a-b71da16f8ca7.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_78e776f2-ab4c-5d59-980c-d184a79f67ab/78e776f2-ab4c-5d59-980c-d184a79f67ab_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 226139,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5653695/general/24a1618f-b3c5-44dc-ab91-951f7290e41c.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_78e776f2-ab4c-5d59-980c-d184a79f67ab/78e776f2-ab4c-5d59-980c-d184a79f67ab_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 257071,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5653695/general/7419ddcf-f347-4832-81df-9abff7f9f939.jpg',
'Width': 1440}],
'price': 5800,
'price_includes_vat': True,
'registration_date': '2020-09-30',
'seats_number': 4,
'seller_name': None,
'title': 'Fiat 500 1.0 Lounge - Petrol - Manual - 69 hp - WN70YMJ - 29,282 mi',
'transmission': 'manual',
'trim': 'Lounge',
'vin': None,
'year': 2020}
2026-03-24 10:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716409%27 HTTP/1.1" 200 None
2026-03-24 10:30:16 [adesa.uk] INFO: Saving data for 10716409: {'created_time': 1774348216.602572, 'last_price_update_time': 1774348216.602587, 'auction_closing_time': 1774447200.0}
2026-03-24 10:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716409') HTTP/1.1" 204 0
2026-03-24 10:30:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716424> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716421> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716383> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716380> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716381> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716394> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10: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-24 10: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-24 10: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-24 10: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-24 10: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-24 10: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-24 10:30:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63b8b1a6-0be0-54b6-9a3d-0bdf8cf96d52 with identifier: 10716424
2026-03-24 10:30:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63b8b1a6-0be0-54b6-9a3d-0bdf8cf96d52 with scrape type 1
2026-03-24 10:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 63b8b1a6-0be0-54b6-9a3d-0bdf8cf96d52
2026-03-24 10:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5703706%252Fgeneral%252F328394b8-d5c5-442c-af33-b7b47f33068f.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5703706/general/328394b8-d5c5-442c-af33-b7b47f33068f.jpg already downloaded
2026-03-24 10:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5703706%252Fgeneral%252F774e6d1d-1c5c-4ec4-909a-f9b3f271eea9.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5703706/general/774e6d1d-1c5c-4ec4-909a-f9b3f271eea9.jpg already downloaded
2026-03-24 10:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5703706%252Fgeneral%252F1dd2f33f-6775-4400-bbd3-92a0d6679e2e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5703706/general/1dd2f33f-6775-4400-bbd3-92a0d6679e2e.jpg already downloaded
2026-03-24 10:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5703706%252Fgeneral%252F0d736158-7c0f-4a0b-b7f3-9c798b66b6e1.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5703706/general/0d736158-7c0f-4a0b-b7f3-9c798b66b6e1.jpg already downloaded
2026-03-24 10:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5703706%252Fgeneral%252F0db9a1d0-7e3b-42cb-853c-1e4c7764c2b9.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5703706/general/0db9a1d0-7e3b-42cb-853c-1e4c7764c2b9.jpg already downloaded
2026-03-24 10:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5703706%252Fgeneral%252F32f0df1f-7059-476f-80cf-7387c141e265.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5703706/general/32f0df1f-7059-476f-80cf-7387c141e265.jpg already downloaded
2026-03-24 10:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5703706%252Fgeneral%252Fa50a0e9a-92b9-476c-9fa1-00f4566814e4.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5703706/general/a50a0e9a-92b9-476c-9fa1-00f4566814e4.jpg already downloaded
2026-03-24 10:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5703706%252Fgeneral%252Fee26883b-aaa3-4872-bbca-f37e2051e383.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5703706/general/ee26883b-aaa3-4872-bbca-f37e2051e383.jpg already downloaded
2026-03-24 10:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5703706%252Fgeneral%252Fe2da5e1c-e8ad-493c-98cf-7c0218ca3639.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5703706/general/e2da5e1c-e8ad-493c-98cf-7c0218ca3639.jpg already downloaded
2026-03-24 10:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5703706%252Fgeneral%252F3f98dfe3-20f7-4ca4-a8a7-ebb4e48bdc5c.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5703706/general/3f98dfe3-20f7-4ca4-a8a7-ebb4e48bdc5c.jpg already downloaded
2026-03-24 10:30:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 63b8b1a6-0be0-54b6-9a3d-0bdf8cf96d52, identifier: 10716424
2026-03-24 10:30:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 63b8b1a6-0be0-54b6-9a3d-0bdf8cf96d52 with identifier: 10716424
2026-03-24 10:30:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:30:17 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Diesel HTTP/1.1" 200 None
2026-03-24 10:30:17 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:30:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 63b8b1a6-0be0-54b6-9a3d-0bdf8cf96d52 with identifier: 10716424
2026-03-24 10:30:17 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 63b8b1a6-0be0-54b6-9a3d-0bdf8cf96d52 with identifier: 10716424 to the API
2026-03-24 10:30:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:30: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-24 10:30:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716424>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': 131,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Diesel',
'id': '63b8b1a6-0be0-54b6-9a3d-0bdf8cf96d52',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VN75LBF',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716424',
'listing': 'auction',
'location': 'Telford',
'make': 'Citroën',
'model': 'C5',
'odometer': 10,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 15,
'photo_urls': ['https://images.openlane.eu/carimgs/5703706/general/328394b8-d5c5-442c-af33-b7b47f33068f.jpg',
'https://images.openlane.eu/carimgs/5703706/general/774e6d1d-1c5c-4ec4-909a-f9b3f271eea9.jpg',
'https://images.openlane.eu/carimgs/5703706/general/1dd2f33f-6775-4400-bbd3-92a0d6679e2e.jpg',
'https://images.openlane.eu/carimgs/5703706/general/0d736158-7c0f-4a0b-b7f3-9c798b66b6e1.jpg',
'https://images.openlane.eu/carimgs/5703706/general/0db9a1d0-7e3b-42cb-853c-1e4c7764c2b9.jpg',
'https://images.openlane.eu/carimgs/5703706/general/32f0df1f-7059-476f-80cf-7387c141e265.jpg',
'https://images.openlane.eu/carimgs/5703706/general/a50a0e9a-92b9-476c-9fa1-00f4566814e4.jpg',
'https://images.openlane.eu/carimgs/5703706/general/ee26883b-aaa3-4872-bbca-f37e2051e383.jpg',
'https://images.openlane.eu/carimgs/5703706/general/e2da5e1c-e8ad-493c-98cf-7c0218ca3639.jpg',
'https://images.openlane.eu/carimgs/5703706/general/3f98dfe3-20f7-4ca4-a8a7-ebb4e48bdc5c.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_63b8b1a6-0be0-54b6-9a3d-0bdf8cf96d52/63b8b1a6-0be0-54b6-9a3d-0bdf8cf96d52_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72361,
'Height': 449,
'OriginUrl': 'https://images.openlane.eu/carimgs/5703706/general/328394b8-d5c5-442c-af33-b7b47f33068f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_63b8b1a6-0be0-54b6-9a3d-0bdf8cf96d52/63b8b1a6-0be0-54b6-9a3d-0bdf8cf96d52_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70735,
'Height': 449,
'OriginUrl': 'https://images.openlane.eu/carimgs/5703706/general/774e6d1d-1c5c-4ec4-909a-f9b3f271eea9.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_63b8b1a6-0be0-54b6-9a3d-0bdf8cf96d52/63b8b1a6-0be0-54b6-9a3d-0bdf8cf96d52_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91640,
'Height': 533,
'OriginUrl': 'https://images.openlane.eu/carimgs/5703706/general/1dd2f33f-6775-4400-bbd3-92a0d6679e2e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_63b8b1a6-0be0-54b6-9a3d-0bdf8cf96d52/63b8b1a6-0be0-54b6-9a3d-0bdf8cf96d52_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73649,
'Height': 449,
'OriginUrl': 'https://images.openlane.eu/carimgs/5703706/general/0d736158-7c0f-4a0b-b7f3-9c798b66b6e1.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_63b8b1a6-0be0-54b6-9a3d-0bdf8cf96d52/63b8b1a6-0be0-54b6-9a3d-0bdf8cf96d52_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 71216,
'Height': 533,
'OriginUrl': 'https://images.openlane.eu/carimgs/5703706/general/0db9a1d0-7e3b-42cb-853c-1e4c7764c2b9.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_63b8b1a6-0be0-54b6-9a3d-0bdf8cf96d52/63b8b1a6-0be0-54b6-9a3d-0bdf8cf96d52_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 63291,
'Height': 533,
'OriginUrl': 'https://images.openlane.eu/carimgs/5703706/general/32f0df1f-7059-476f-80cf-7387c141e265.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_63b8b1a6-0be0-54b6-9a3d-0bdf8cf96d52/63b8b1a6-0be0-54b6-9a3d-0bdf8cf96d52_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64681,
'Height': 533,
'OriginUrl': 'https://images.openlane.eu/carimgs/5703706/general/a50a0e9a-92b9-476c-9fa1-00f4566814e4.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_63b8b1a6-0be0-54b6-9a3d-0bdf8cf96d52/63b8b1a6-0be0-54b6-9a3d-0bdf8cf96d52_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77031,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5703706/general/ee26883b-aaa3-4872-bbca-f37e2051e383.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_63b8b1a6-0be0-54b6-9a3d-0bdf8cf96d52/63b8b1a6-0be0-54b6-9a3d-0bdf8cf96d52_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46860,
'Height': 533,
'OriginUrl': 'https://images.openlane.eu/carimgs/5703706/general/e2da5e1c-e8ad-493c-98cf-7c0218ca3639.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_63b8b1a6-0be0-54b6-9a3d-0bdf8cf96d52/63b8b1a6-0be0-54b6-9a3d-0bdf8cf96d52_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72242,
'Height': 533,
'OriginUrl': 'https://images.openlane.eu/carimgs/5703706/general/3f98dfe3-20f7-4ca4-a8a7-ebb4e48bdc5c.jpg',
'Width': 800}],
'price': 20900,
'price_includes_vat': True,
'registration_date': '2025-11-29',
'seats_number': 5,
'seller_name': 'Greenhous Vauxhall Telford',
'title': 'Citroën C5 Aircross 1.5 Max - Diesel - Automatic - 131 hp - VN75LBF '
'- 10 mi',
'transmission': 'automatic',
'trim': 'Max',
'vin': None,
'year': 2025}
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716424%27 HTTP/1.1" 200 None
2026-03-24 10:30:18 [adesa.uk] INFO: Saving data for 10716424: {'created_time': 1774348218.146419, 'last_price_update_time': 1774348218.146432, 'auction_closing_time': 1774447200.0}
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716424') HTTP/1.1" 204 0
2026-03-24 10:30:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c6144c3-b755-55d3-80bb-13a87f0e7c44 with identifier: 10716421
2026-03-24 10:30:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c6144c3-b755-55d3-80bb-13a87f0e7c44 with scrape type 1
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7c6144c3-b755-55d3-80bb-13a87f0e7c44
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5686127%252Fgeneral%252Ff9c993d6-aa15-45a9-964d-b8879ce29ff3.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5686127/general/f9c993d6-aa15-45a9-964d-b8879ce29ff3.jpg already downloaded
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5686127%252Fgeneral%252Fe2d90d58-9de8-42d4-829c-2f7af804b9e4.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5686127/general/e2d90d58-9de8-42d4-829c-2f7af804b9e4.jpg already downloaded
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5686127%252Fgeneral%252F627a4dce-510c-4577-b2b1-f787e2b146b0.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5686127/general/627a4dce-510c-4577-b2b1-f787e2b146b0.jpg already downloaded
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5686127%252Fgeneral%252Ff5eaf090-fad4-4610-9ae7-78eafd885975.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5686127/general/f5eaf090-fad4-4610-9ae7-78eafd885975.jpg already downloaded
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5686127%252Fgeneral%252Fc21717b9-d945-4a80-b8a1-7cbc204fcaf7.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5686127/general/c21717b9-d945-4a80-b8a1-7cbc204fcaf7.jpg already downloaded
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5686127%252Fgeneral%252F754e88f3-880f-4db5-9f14-4ca2a0ff95ce.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5686127/general/754e88f3-880f-4db5-9f14-4ca2a0ff95ce.jpg already downloaded
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5686127%252Fgeneral%252F2e3732c9-c48d-47ac-95b8-9c9053f7977d.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5686127/general/2e3732c9-c48d-47ac-95b8-9c9053f7977d.jpg already downloaded
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5686127%252Fgeneral%252Fd36a5183-95f7-4fb4-93ca-c47702e548ce.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5686127/general/d36a5183-95f7-4fb4-93ca-c47702e548ce.jpg already downloaded
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5686127%252Fgeneral%252F9e72ab04-d831-4fbf-86d4-5f49bf22de05.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5686127/general/9e72ab04-d831-4fbf-86d4-5f49bf22de05.jpg already downloaded
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5686127%252Fgeneral%252F6d1ace71-8d22-4d6e-a4db-419405c69142.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5686127/general/6d1ace71-8d22-4d6e-a4db-419405c69142.jpg already downloaded
2026-03-24 10:30:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 7c6144c3-b755-55d3-80bb-13a87f0e7c44, identifier: 10716421
2026-03-24 10:30:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfce4a1d-2559-55a5-9a8f-4d406b337a3f with identifier: 10716383
2026-03-24 10:30:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfce4a1d-2559-55a5-9a8f-4d406b337a3f with scrape type 1
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item dfce4a1d-2559-55a5-9a8f-4d406b337a3f
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5517000%252Fgeneral%252Fc675f56c-0b89-4b56-b31e-363ad550de8a.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5517000/general/c675f56c-0b89-4b56-b31e-363ad550de8a.jpg already downloaded
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5517000%252Fgeneral%252Fca193700-851b-47a8-a63d-078f4a6dd7ce.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5517000/general/ca193700-851b-47a8-a63d-078f4a6dd7ce.jpg already downloaded
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5517000%252Fgeneral%252F762921b5-d50c-4480-8449-41f4139c37aa.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5517000/general/762921b5-d50c-4480-8449-41f4139c37aa.jpg already downloaded
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5517000%252Fgeneral%252Ffc28be18-9554-4cf1-bf8a-df22fb3cc61e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5517000/general/fc28be18-9554-4cf1-bf8a-df22fb3cc61e.jpg already downloaded
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5517000%252Fgeneral%252Fa4a8d3b0-be8f-4c46-94e6-1d256847a4fc.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5517000/general/a4a8d3b0-be8f-4c46-94e6-1d256847a4fc.jpg already downloaded
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5517000%252Fgeneral%252F10f67fd0-3267-43ee-b343-a24a5acd382b.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5517000/general/10f67fd0-3267-43ee-b343-a24a5acd382b.jpg already downloaded
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5517000%252Fgeneral%252F213a178d-c4dd-4da2-aa56-81113fe8718f.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5517000/general/213a178d-c4dd-4da2-aa56-81113fe8718f.jpg already downloaded
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5517000%252Fgeneral%252Fd50099b1-66c4-43ce-be34-10de03f187cd.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5517000/general/d50099b1-66c4-43ce-be34-10de03f187cd.jpg already downloaded
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5517000%252Fgeneral%252F73068226-08b8-419d-9285-110345a0d677.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5517000/general/73068226-08b8-419d-9285-110345a0d677.jpg already downloaded
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5517000%252Fgeneral%252F194cb256-13c9-4953-b212-5b3ab759b310.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5517000/general/194cb256-13c9-4953-b212-5b3ab759b310.jpg already downloaded
2026-03-24 10:30:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: dfce4a1d-2559-55a5-9a8f-4d406b337a3f, identifier: 10716383
2026-03-24 10:30:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 182b716d-7cab-5db3-9017-869d163d3b58 with identifier: 10716380
2026-03-24 10:30:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 182b716d-7cab-5db3-9017-869d163d3b58 with scrape type 1
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 182b716d-7cab-5db3-9017-869d163d3b58
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5516492%252Fgeneral%252Fff247c08-3659-4699-ae13-b50ff0d51833.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5516492/general/ff247c08-3659-4699-ae13-b50ff0d51833.jpg already downloaded
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5516492%252Fgeneral%252F3dd6ce4c-a338-47f7-b845-28eb21c67d24.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5516492/general/3dd6ce4c-a338-47f7-b845-28eb21c67d24.jpg already downloaded
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5516492%252Fgeneral%252F15b51ecb-979d-44dd-82dd-3612c1feabd1.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5516492/general/15b51ecb-979d-44dd-82dd-3612c1feabd1.jpg already downloaded
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5516492%252Fgeneral%252F24424057-feb1-43ed-83e3-5c75a9f8e7e7.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5516492/general/24424057-feb1-43ed-83e3-5c75a9f8e7e7.jpg already downloaded
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5516492%252Fgeneral%252F5d92ca9f-ce17-46a1-8ec8-ee3ecc49ec79.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5516492/general/5d92ca9f-ce17-46a1-8ec8-ee3ecc49ec79.jpg already downloaded
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5516492%252Fgeneral%252F4ae8e1af-3241-4689-a1e3-868ee2ad9e26.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5516492/general/4ae8e1af-3241-4689-a1e3-868ee2ad9e26.jpg already downloaded
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5516492%252Fgeneral%252Ffc6d1a59-42e9-4bde-aec6-e10cdae07f84.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5516492/general/fc6d1a59-42e9-4bde-aec6-e10cdae07f84.jpg already downloaded
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5516492%252Fgeneral%252F8042e071-6715-418c-90d1-e8d3c3a03a65.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5516492/general/8042e071-6715-418c-90d1-e8d3c3a03a65.jpg already downloaded
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5516492%252Fgeneral%252F3664ee98-91d8-4ae1-812e-4527cac7bebf.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5516492/general/3664ee98-91d8-4ae1-812e-4527cac7bebf.jpg already downloaded
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5516492%252Fgeneral%252F7fbf9c66-6a0a-4144-8345-b825b43a93f2.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5516492/general/7fbf9c66-6a0a-4144-8345-b825b43a93f2.jpg already downloaded
2026-03-24 10:30:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 182b716d-7cab-5db3-9017-869d163d3b58, identifier: 10716380
2026-03-24 10:30:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41358d1a-daea-50ab-af68-8461bf68ce47 with identifier: 10716381
2026-03-24 10:30:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41358d1a-daea-50ab-af68-8461bf68ce47 with scrape type 1
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 41358d1a-daea-50ab-af68-8461bf68ce47
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5516796%252Fgeneral%252Fe40f8634-b15e-4b13-a2b4-cf449e3f5906.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5516796/general/e40f8634-b15e-4b13-a2b4-cf449e3f5906.jpg already downloaded
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5516796%252Fgeneral%252F39155f43-6df4-4804-bedd-aa6520ea151d.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5516796/general/39155f43-6df4-4804-bedd-aa6520ea151d.jpg already downloaded
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5516796%252Fgeneral%252F7f5d0ae2-1eb1-4657-af1e-5adc20d7eb25.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5516796/general/7f5d0ae2-1eb1-4657-af1e-5adc20d7eb25.jpg already downloaded
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5516796%252Fgeneral%252Fd29da675-0c8c-47ad-ad32-8135bb31e4e0.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5516796/general/d29da675-0c8c-47ad-ad32-8135bb31e4e0.jpg already downloaded
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5516796%252Fgeneral%252F70a98d43-0bc1-4112-8cda-b63c3294972a.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5516796/general/70a98d43-0bc1-4112-8cda-b63c3294972a.jpg already downloaded
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5516796%252Fgeneral%252F81b5817d-83db-4e83-9860-e9d22466a3c4.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5516796/general/81b5817d-83db-4e83-9860-e9d22466a3c4.jpg already downloaded
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5516796%252Fgeneral%252F881960cd-d8b4-4164-86c2-c9ba107661bd.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5516796/general/881960cd-d8b4-4164-86c2-c9ba107661bd.jpg already downloaded
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5516796%252Fgeneral%252Fbb3b9a04-4f2b-4890-9e9f-e5a0ad417498.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5516796/general/bb3b9a04-4f2b-4890-9e9f-e5a0ad417498.jpg already downloaded
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5516796%252Fgeneral%252Fa36755bc-aead-4256-9a43-67c4656603df.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5516796/general/a36755bc-aead-4256-9a43-67c4656603df.jpg already downloaded
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5516796%252Fgeneral%252Fe2a71baa-2dfe-4e86-af6a-17b9eec21d2d.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5516796/general/e2a71baa-2dfe-4e86-af6a-17b9eec21d2d.jpg already downloaded
2026-03-24 10:30:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 41358d1a-daea-50ab-af68-8461bf68ce47, identifier: 10716381
2026-03-24 10:30:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afa7b79c-3104-596d-b1e9-5199050310fc with identifier: 10716394
2026-03-24 10:30:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afa7b79c-3104-596d-b1e9-5199050310fc with scrape type 1
2026-03-24 10:30:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item afa7b79c-3104-596d-b1e9-5199050310fc
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731457%252Fgeneral%252F37882a71-70d8-47f7-a89e-60949be38097.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731457/general/37882a71-70d8-47f7-a89e-60949be38097.jpg already downloaded
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731457%252Fgeneral%252F334ada8f-b895-4472-8533-cf98e1554e49.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731457/general/334ada8f-b895-4472-8533-cf98e1554e49.jpg already downloaded
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731457%252Fgeneral%252F9f04540c-2c89-4786-b1eb-dd75445bcfca.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731457/general/9f04540c-2c89-4786-b1eb-dd75445bcfca.jpg already downloaded
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731457%252Fgeneral%252Fa69be777-3472-4d9d-a66a-511191763a7c.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731457/general/a69be777-3472-4d9d-a66a-511191763a7c.jpg already downloaded
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731457%252Fgeneral%252F8e996b1b-affb-4bda-8a57-4d930781ed34.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731457/general/8e996b1b-affb-4bda-8a57-4d930781ed34.jpg already downloaded
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731457%252Fgeneral%252F7a5a073e-2520-45b2-be4c-08c09252a610.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731457/general/7a5a073e-2520-45b2-be4c-08c09252a610.jpg already downloaded
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731457%252Fgeneral%252Fcc10124f-09a1-48c1-a3a9-6700fc7cf3b2.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731457/general/cc10124f-09a1-48c1-a3a9-6700fc7cf3b2.jpg already downloaded
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731457%252Fgeneral%252F4d663da8-8508-4cb1-aeaa-7d24cd363bae.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731457/general/4d663da8-8508-4cb1-aeaa-7d24cd363bae.jpg already downloaded
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731457%252Fgeneral%252Fa6084c2f-95f3-44cc-a812-721e5909abe7.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731457/general/a6084c2f-95f3-44cc-a812-721e5909abe7.jpg already downloaded
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731457%252Fgeneral%252Ff5f7b9f3-555a-451d-afbc-1a6c4e239425.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731457/general/f5f7b9f3-555a-451d-afbc-1a6c4e239425.jpg already downloaded
2026-03-24 10:30:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: afa7b79c-3104-596d-b1e9-5199050310fc, identifier: 10716394
2026-03-24 10:30:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 7c6144c3-b755-55d3-80bb-13a87f0e7c44 with identifier: 10716421
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Gray HTTP/1.1" 200 None
2026-03-24 10:30:19 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Hybride HTTP/1.1" 200 None
2026-03-24 10:30:19 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:30:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 7c6144c3-b755-55d3-80bb-13a87f0e7c44 with identifier: 10716421
2026-03-24 10:30:19 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 7c6144c3-b755-55d3-80bb-13a87f0e7c44 with identifier: 10716421 to the API
2026-03-24 10:30:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:30:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716421>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '2.5L',
'engine_horse_power': 224,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Hybrid',
'id': '7c6144c3-b755-55d3-80bb-13a87f0e7c44',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'SX70CYH',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716421',
'listing': 'auction',
'location': 'Dunfermline',
'make': 'Ford',
'model': 'Kuga',
'odometer': 130300,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 24,
'photo_urls': ['https://images.openlane.eu/carimgs/5686127/general/f9c993d6-aa15-45a9-964d-b8879ce29ff3.jpg',
'https://images.openlane.eu/carimgs/5686127/general/e2d90d58-9de8-42d4-829c-2f7af804b9e4.jpg',
'https://images.openlane.eu/carimgs/5686127/general/627a4dce-510c-4577-b2b1-f787e2b146b0.jpg',
'https://images.openlane.eu/carimgs/5686127/general/f5eaf090-fad4-4610-9ae7-78eafd885975.jpg',
'https://images.openlane.eu/carimgs/5686127/general/c21717b9-d945-4a80-b8a1-7cbc204fcaf7.jpg',
'https://images.openlane.eu/carimgs/5686127/general/754e88f3-880f-4db5-9f14-4ca2a0ff95ce.jpg',
'https://images.openlane.eu/carimgs/5686127/general/2e3732c9-c48d-47ac-95b8-9c9053f7977d.jpg',
'https://images.openlane.eu/carimgs/5686127/general/d36a5183-95f7-4fb4-93ca-c47702e548ce.jpg',
'https://images.openlane.eu/carimgs/5686127/general/9e72ab04-d831-4fbf-86d4-5f49bf22de05.jpg',
'https://images.openlane.eu/carimgs/5686127/general/6d1ace71-8d22-4d6e-a4db-419405c69142.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7c6144c3-b755-55d3-80bb-13a87f0e7c44/7c6144c3-b755-55d3-80bb-13a87f0e7c44_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 688071,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5686127/general/f9c993d6-aa15-45a9-964d-b8879ce29ff3.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7c6144c3-b755-55d3-80bb-13a87f0e7c44/7c6144c3-b755-55d3-80bb-13a87f0e7c44_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 642919,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5686127/general/e2d90d58-9de8-42d4-829c-2f7af804b9e4.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7c6144c3-b755-55d3-80bb-13a87f0e7c44/7c6144c3-b755-55d3-80bb-13a87f0e7c44_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 606521,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5686127/general/627a4dce-510c-4577-b2b1-f787e2b146b0.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7c6144c3-b755-55d3-80bb-13a87f0e7c44/7c6144c3-b755-55d3-80bb-13a87f0e7c44_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 592108,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5686127/general/f5eaf090-fad4-4610-9ae7-78eafd885975.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7c6144c3-b755-55d3-80bb-13a87f0e7c44/7c6144c3-b755-55d3-80bb-13a87f0e7c44_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 626064,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5686127/general/c21717b9-d945-4a80-b8a1-7cbc204fcaf7.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7c6144c3-b755-55d3-80bb-13a87f0e7c44/7c6144c3-b755-55d3-80bb-13a87f0e7c44_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 505777,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5686127/general/754e88f3-880f-4db5-9f14-4ca2a0ff95ce.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7c6144c3-b755-55d3-80bb-13a87f0e7c44/7c6144c3-b755-55d3-80bb-13a87f0e7c44_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 489923,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5686127/general/2e3732c9-c48d-47ac-95b8-9c9053f7977d.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7c6144c3-b755-55d3-80bb-13a87f0e7c44/7c6144c3-b755-55d3-80bb-13a87f0e7c44_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 581076,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5686127/general/d36a5183-95f7-4fb4-93ca-c47702e548ce.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7c6144c3-b755-55d3-80bb-13a87f0e7c44/7c6144c3-b755-55d3-80bb-13a87f0e7c44_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 467110,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5686127/general/9e72ab04-d831-4fbf-86d4-5f49bf22de05.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7c6144c3-b755-55d3-80bb-13a87f0e7c44/7c6144c3-b755-55d3-80bb-13a87f0e7c44_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 439796,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5686127/general/6d1ace71-8d22-4d6e-a4db-419405c69142.jpg',
'Width': 2000}],
'price': 7200,
'price_includes_vat': True,
'registration_date': '2021-01-28',
'seats_number': 5,
'seller_name': None,
'title': 'Ford Kuga 2.5 Vignale - Hybrid - Automatic - 224 hp - SX70CYH - '
'130,300 mi',
'transmission': 'automatic',
'trim': 'Vignale',
'vin': None,
'year': 2021}
2026-03-24 10:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716421%27 HTTP/1.1" 200 None
2026-03-24 10:30:21 [adesa.uk] INFO: Saving data for 10716421: {'created_time': 1774348221.285915, 'last_price_update_time': 1774348221.285927, 'auction_closing_time': 1774447200.0}
2026-03-24 10:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716421') HTTP/1.1" 204 0
2026-03-24 10:30:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: dfce4a1d-2559-55a5-9a8f-4d406b337a3f with identifier: 10716383
2026-03-24 10:30:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: dfce4a1d-2559-55a5-9a8f-4d406b337a3f with identifier: 10716383
2026-03-24 10:30:21 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: dfce4a1d-2559-55a5-9a8f-4d406b337a3f with identifier: 10716383 to the API
2026-03-24 10:30:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:30:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716383>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': 136,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': 'dfce4a1d-2559-55a5-9a8f-4d406b337a3f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SL22EFS',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716383',
'listing': 'auction',
'location': 'Upminster',
'make': 'BMW',
'model': '2 Series',
'odometer': 39460,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 17,
'photo_urls': ['https://images.openlane.eu/carimgs/5517000/general/c675f56c-0b89-4b56-b31e-363ad550de8a.jpg',
'https://images.openlane.eu/carimgs/5517000/general/ca193700-851b-47a8-a63d-078f4a6dd7ce.jpg',
'https://images.openlane.eu/carimgs/5517000/general/762921b5-d50c-4480-8449-41f4139c37aa.jpg',
'https://images.openlane.eu/carimgs/5517000/general/fc28be18-9554-4cf1-bf8a-df22fb3cc61e.jpg',
'https://images.openlane.eu/carimgs/5517000/general/a4a8d3b0-be8f-4c46-94e6-1d256847a4fc.jpg',
'https://images.openlane.eu/carimgs/5517000/general/10f67fd0-3267-43ee-b343-a24a5acd382b.jpg',
'https://images.openlane.eu/carimgs/5517000/general/213a178d-c4dd-4da2-aa56-81113fe8718f.jpg',
'https://images.openlane.eu/carimgs/5517000/general/d50099b1-66c4-43ce-be34-10de03f187cd.jpg',
'https://images.openlane.eu/carimgs/5517000/general/73068226-08b8-419d-9285-110345a0d677.jpg',
'https://images.openlane.eu/carimgs/5517000/general/194cb256-13c9-4953-b212-5b3ab759b310.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfce4a1d-2559-55a5-9a8f-4d406b337a3f/dfce4a1d-2559-55a5-9a8f-4d406b337a3f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 62859,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5517000/general/c675f56c-0b89-4b56-b31e-363ad550de8a.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfce4a1d-2559-55a5-9a8f-4d406b337a3f/dfce4a1d-2559-55a5-9a8f-4d406b337a3f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 66236,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5517000/general/ca193700-851b-47a8-a63d-078f4a6dd7ce.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfce4a1d-2559-55a5-9a8f-4d406b337a3f/dfce4a1d-2559-55a5-9a8f-4d406b337a3f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 56805,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5517000/general/762921b5-d50c-4480-8449-41f4139c37aa.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfce4a1d-2559-55a5-9a8f-4d406b337a3f/dfce4a1d-2559-55a5-9a8f-4d406b337a3f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 59088,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5517000/general/fc28be18-9554-4cf1-bf8a-df22fb3cc61e.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfce4a1d-2559-55a5-9a8f-4d406b337a3f/dfce4a1d-2559-55a5-9a8f-4d406b337a3f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51469,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5517000/general/a4a8d3b0-be8f-4c46-94e6-1d256847a4fc.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfce4a1d-2559-55a5-9a8f-4d406b337a3f/dfce4a1d-2559-55a5-9a8f-4d406b337a3f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70837,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5517000/general/10f67fd0-3267-43ee-b343-a24a5acd382b.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfce4a1d-2559-55a5-9a8f-4d406b337a3f/dfce4a1d-2559-55a5-9a8f-4d406b337a3f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 63513,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5517000/general/213a178d-c4dd-4da2-aa56-81113fe8718f.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfce4a1d-2559-55a5-9a8f-4d406b337a3f/dfce4a1d-2559-55a5-9a8f-4d406b337a3f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 68693,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5517000/general/d50099b1-66c4-43ce-be34-10de03f187cd.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfce4a1d-2559-55a5-9a8f-4d406b337a3f/dfce4a1d-2559-55a5-9a8f-4d406b337a3f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 74179,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5517000/general/73068226-08b8-419d-9285-110345a0d677.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfce4a1d-2559-55a5-9a8f-4d406b337a3f/dfce4a1d-2559-55a5-9a8f-4d406b337a3f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52616,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5517000/general/194cb256-13c9-4953-b212-5b3ab759b310.jpg',
'Width': 1024}],
'price': 15800,
'price_includes_vat': True,
'registration_date': '2022-03-30',
'seats_number': 5,
'seller_name': 'Retail Ready',
'title': 'BMW 2 Series Gran Coupé 218i M Sport - Petrol - Manual - 136 hp - '
'SL22EFS - 39,460 mi',
'transmission': 'manual',
'trim': 'M Sport',
'vin': None,
'year': 2022}
2026-03-24 10:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716383%27 HTTP/1.1" 200 None
2026-03-24 10:30:23 [adesa.uk] INFO: Saving data for 10716383: {'created_time': 1774348223.569331, 'last_price_update_time': 1774348223.569346, 'auction_closing_time': 1774447200.0}
2026-03-24 10:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716383') HTTP/1.1" 204 0
2026-03-24 10:30:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 182b716d-7cab-5db3-9017-869d163d3b58 with identifier: 10716380
2026-03-24 10:30:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:30:23 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Blue HTTP/1.1" 200 None
2026-03-24 10:30:23 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:30:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 182b716d-7cab-5db3-9017-869d163d3b58 with identifier: 10716380
2026-03-24 10:30:23 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 182b716d-7cab-5db3-9017-869d163d3b58 with identifier: 10716380 to the API
2026-03-24 10:30:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:30: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-24 10:30:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716380>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Coupé',
'color': 'Blue',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 204,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': '182b716d-7cab-5db3-9017-869d163d3b58',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'MC21OGK',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716380',
'listing': 'auction',
'location': 'Upminster',
'make': 'Audi',
'model': 'A5',
'odometer': 13046,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 14,
'photo_urls': ['https://images.openlane.eu/carimgs/5516492/general/ff247c08-3659-4699-ae13-b50ff0d51833.jpg',
'https://images.openlane.eu/carimgs/5516492/general/3dd6ce4c-a338-47f7-b845-28eb21c67d24.jpg',
'https://images.openlane.eu/carimgs/5516492/general/15b51ecb-979d-44dd-82dd-3612c1feabd1.jpg',
'https://images.openlane.eu/carimgs/5516492/general/24424057-feb1-43ed-83e3-5c75a9f8e7e7.jpg',
'https://images.openlane.eu/carimgs/5516492/general/5d92ca9f-ce17-46a1-8ec8-ee3ecc49ec79.jpg',
'https://images.openlane.eu/carimgs/5516492/general/4ae8e1af-3241-4689-a1e3-868ee2ad9e26.jpg',
'https://images.openlane.eu/carimgs/5516492/general/fc6d1a59-42e9-4bde-aec6-e10cdae07f84.jpg',
'https://images.openlane.eu/carimgs/5516492/general/8042e071-6715-418c-90d1-e8d3c3a03a65.jpg',
'https://images.openlane.eu/carimgs/5516492/general/3664ee98-91d8-4ae1-812e-4527cac7bebf.jpg',
'https://images.openlane.eu/carimgs/5516492/general/7fbf9c66-6a0a-4144-8345-b825b43a93f2.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_182b716d-7cab-5db3-9017-869d163d3b58/182b716d-7cab-5db3-9017-869d163d3b58_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 130951,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5516492/general/ff247c08-3659-4699-ae13-b50ff0d51833.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_182b716d-7cab-5db3-9017-869d163d3b58/182b716d-7cab-5db3-9017-869d163d3b58_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 133848,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5516492/general/3dd6ce4c-a338-47f7-b845-28eb21c67d24.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_182b716d-7cab-5db3-9017-869d163d3b58/182b716d-7cab-5db3-9017-869d163d3b58_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120654,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5516492/general/15b51ecb-979d-44dd-82dd-3612c1feabd1.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_182b716d-7cab-5db3-9017-869d163d3b58/182b716d-7cab-5db3-9017-869d163d3b58_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120996,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5516492/general/24424057-feb1-43ed-83e3-5c75a9f8e7e7.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_182b716d-7cab-5db3-9017-869d163d3b58/182b716d-7cab-5db3-9017-869d163d3b58_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112768,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5516492/general/5d92ca9f-ce17-46a1-8ec8-ee3ecc49ec79.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_182b716d-7cab-5db3-9017-869d163d3b58/182b716d-7cab-5db3-9017-869d163d3b58_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115564,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5516492/general/4ae8e1af-3241-4689-a1e3-868ee2ad9e26.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_182b716d-7cab-5db3-9017-869d163d3b58/182b716d-7cab-5db3-9017-869d163d3b58_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 127774,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5516492/general/fc6d1a59-42e9-4bde-aec6-e10cdae07f84.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_182b716d-7cab-5db3-9017-869d163d3b58/182b716d-7cab-5db3-9017-869d163d3b58_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 161648,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5516492/general/8042e071-6715-418c-90d1-e8d3c3a03a65.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_182b716d-7cab-5db3-9017-869d163d3b58/182b716d-7cab-5db3-9017-869d163d3b58_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115243,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5516492/general/3664ee98-91d8-4ae1-812e-4527cac7bebf.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_182b716d-7cab-5db3-9017-869d163d3b58/182b716d-7cab-5db3-9017-869d163d3b58_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 148177,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5516492/general/7fbf9c66-6a0a-4144-8345-b825b43a93f2.jpg',
'Width': 1440}],
'price': 21100,
'price_includes_vat': True,
'registration_date': '2021-07-09',
'seats_number': 4,
'seller_name': 'Retail Ready',
'title': 'Audi A5 40 TFSI S Line - Petrol - Automatic - 204 hp - MC21OGK - '
'13,046 mi',
'transmission': 'automatic',
'trim': 'S Line',
'vin': None,
'year': 2021}
2026-03-24 10:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716380%27 HTTP/1.1" 200 None
2026-03-24 10:30:24 [adesa.uk] INFO: Saving data for 10716380: {'created_time': 1774348224.751463, 'last_price_update_time': 1774348224.751478, 'auction_closing_time': 1774447200.0}
2026-03-24 10:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716380') HTTP/1.1" 204 0
2026-03-24 10:30:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 41358d1a-daea-50ab-af68-8461bf68ce47 with identifier: 10716381
2026-03-24 10:30:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 41358d1a-daea-50ab-af68-8461bf68ce47 with identifier: 10716381
2026-03-24 10:30:24 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 41358d1a-daea-50ab-af68-8461bf68ce47 with identifier: 10716381 to the API
2026-03-24 10:30:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:30:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716381>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'White',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 200,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': '41358d1a-daea-50ab-af68-8461bf68ce47',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VA22LCF',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716381',
'listing': 'auction',
'location': 'Upminster',
'make': 'Alfa Romeo',
'model': 'Giulia',
'odometer': 17160,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 19,
'photo_urls': ['https://images.openlane.eu/carimgs/5516796/general/e40f8634-b15e-4b13-a2b4-cf449e3f5906.jpg',
'https://images.openlane.eu/carimgs/5516796/general/39155f43-6df4-4804-bedd-aa6520ea151d.jpg',
'https://images.openlane.eu/carimgs/5516796/general/7f5d0ae2-1eb1-4657-af1e-5adc20d7eb25.jpg',
'https://images.openlane.eu/carimgs/5516796/general/d29da675-0c8c-47ad-ad32-8135bb31e4e0.jpg',
'https://images.openlane.eu/carimgs/5516796/general/70a98d43-0bc1-4112-8cda-b63c3294972a.jpg',
'https://images.openlane.eu/carimgs/5516796/general/81b5817d-83db-4e83-9860-e9d22466a3c4.jpg',
'https://images.openlane.eu/carimgs/5516796/general/881960cd-d8b4-4164-86c2-c9ba107661bd.jpg',
'https://images.openlane.eu/carimgs/5516796/general/bb3b9a04-4f2b-4890-9e9f-e5a0ad417498.jpg',
'https://images.openlane.eu/carimgs/5516796/general/a36755bc-aead-4256-9a43-67c4656603df.jpg',
'https://images.openlane.eu/carimgs/5516796/general/e2a71baa-2dfe-4e86-af6a-17b9eec21d2d.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41358d1a-daea-50ab-af68-8461bf68ce47/41358d1a-daea-50ab-af68-8461bf68ce47_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55895,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5516796/general/e40f8634-b15e-4b13-a2b4-cf449e3f5906.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41358d1a-daea-50ab-af68-8461bf68ce47/41358d1a-daea-50ab-af68-8461bf68ce47_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58563,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5516796/general/39155f43-6df4-4804-bedd-aa6520ea151d.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41358d1a-daea-50ab-af68-8461bf68ce47/41358d1a-daea-50ab-af68-8461bf68ce47_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 56985,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5516796/general/7f5d0ae2-1eb1-4657-af1e-5adc20d7eb25.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41358d1a-daea-50ab-af68-8461bf68ce47/41358d1a-daea-50ab-af68-8461bf68ce47_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52912,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5516796/general/d29da675-0c8c-47ad-ad32-8135bb31e4e0.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41358d1a-daea-50ab-af68-8461bf68ce47/41358d1a-daea-50ab-af68-8461bf68ce47_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50281,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5516796/general/70a98d43-0bc1-4112-8cda-b63c3294972a.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41358d1a-daea-50ab-af68-8461bf68ce47/41358d1a-daea-50ab-af68-8461bf68ce47_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85533,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5516796/general/81b5817d-83db-4e83-9860-e9d22466a3c4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41358d1a-daea-50ab-af68-8461bf68ce47/41358d1a-daea-50ab-af68-8461bf68ce47_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 62935,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5516796/general/881960cd-d8b4-4164-86c2-c9ba107661bd.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41358d1a-daea-50ab-af68-8461bf68ce47/41358d1a-daea-50ab-af68-8461bf68ce47_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78503,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5516796/general/bb3b9a04-4f2b-4890-9e9f-e5a0ad417498.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41358d1a-daea-50ab-af68-8461bf68ce47/41358d1a-daea-50ab-af68-8461bf68ce47_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58762,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5516796/general/a36755bc-aead-4256-9a43-67c4656603df.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41358d1a-daea-50ab-af68-8461bf68ce47/41358d1a-daea-50ab-af68-8461bf68ce47_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82940,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5516796/general/e2a71baa-2dfe-4e86-af6a-17b9eec21d2d.jpg',
'Width': 1024}],
'price': 19300,
'price_includes_vat': True,
'registration_date': '2022-07-29',
'seats_number': 4,
'seller_name': 'Retail Ready',
'title': 'Alfa Romeo Giulia 2.0 Sprint - Petrol - Automatic - 200 hp - '
'VA22LCF - 17,160 mi',
'transmission': 'automatic',
'trim': 'Sprint',
'vin': None,
'year': 2022}
2026-03-24 10:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716381%27 HTTP/1.1" 200 None
2026-03-24 10:30:26 [adesa.uk] INFO: Saving data for 10716381: {'created_time': 1774348226.234332, 'last_price_update_time': 1774348226.234345, 'auction_closing_time': 1774447200.0}
2026-03-24 10:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716381') HTTP/1.1" 204 0
2026-03-24 10:30:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: afa7b79c-3104-596d-b1e9-5199050310fc with identifier: 10716394
2026-03-24 10:30:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: afa7b79c-3104-596d-b1e9-5199050310fc with identifier: 10716394
2026-03-24 10:30:26 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: afa7b79c-3104-596d-b1e9-5199050310fc with identifier: 10716394 to the API
2026-03-24 10:30:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:30:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716394>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'engine_horse_power': 170,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': 'afa7b79c-3104-596d-b1e9-5199050310fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'FJ74PDY',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716394',
'listing': 'auction',
'location': 'Derby',
'make': 'Ford',
'model': 'Puma',
'odometer': 7228,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 13,
'photo_urls': ['https://images.openlane.eu/carimgs/5731457/general/37882a71-70d8-47f7-a89e-60949be38097.jpg',
'https://images.openlane.eu/carimgs/5731457/general/334ada8f-b895-4472-8533-cf98e1554e49.jpg',
'https://images.openlane.eu/carimgs/5731457/general/9f04540c-2c89-4786-b1eb-dd75445bcfca.jpg',
'https://images.openlane.eu/carimgs/5731457/general/a69be777-3472-4d9d-a66a-511191763a7c.jpg',
'https://images.openlane.eu/carimgs/5731457/general/8e996b1b-affb-4bda-8a57-4d930781ed34.jpg',
'https://images.openlane.eu/carimgs/5731457/general/7a5a073e-2520-45b2-be4c-08c09252a610.jpg',
'https://images.openlane.eu/carimgs/5731457/general/cc10124f-09a1-48c1-a3a9-6700fc7cf3b2.jpg',
'https://images.openlane.eu/carimgs/5731457/general/4d663da8-8508-4cb1-aeaa-7d24cd363bae.jpg',
'https://images.openlane.eu/carimgs/5731457/general/a6084c2f-95f3-44cc-a812-721e5909abe7.jpg',
'https://images.openlane.eu/carimgs/5731457/general/f5f7b9f3-555a-451d-afbc-1a6c4e239425.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afa7b79c-3104-596d-b1e9-5199050310fc/afa7b79c-3104-596d-b1e9-5199050310fc_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 204136,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731457/general/37882a71-70d8-47f7-a89e-60949be38097.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afa7b79c-3104-596d-b1e9-5199050310fc/afa7b79c-3104-596d-b1e9-5199050310fc_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 193030,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731457/general/334ada8f-b895-4472-8533-cf98e1554e49.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afa7b79c-3104-596d-b1e9-5199050310fc/afa7b79c-3104-596d-b1e9-5199050310fc_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 198190,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731457/general/9f04540c-2c89-4786-b1eb-dd75445bcfca.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afa7b79c-3104-596d-b1e9-5199050310fc/afa7b79c-3104-596d-b1e9-5199050310fc_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 182714,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731457/general/a69be777-3472-4d9d-a66a-511191763a7c.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afa7b79c-3104-596d-b1e9-5199050310fc/afa7b79c-3104-596d-b1e9-5199050310fc_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 183997,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731457/general/8e996b1b-affb-4bda-8a57-4d930781ed34.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afa7b79c-3104-596d-b1e9-5199050310fc/afa7b79c-3104-596d-b1e9-5199050310fc_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 184637,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731457/general/7a5a073e-2520-45b2-be4c-08c09252a610.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afa7b79c-3104-596d-b1e9-5199050310fc/afa7b79c-3104-596d-b1e9-5199050310fc_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 166890,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731457/general/cc10124f-09a1-48c1-a3a9-6700fc7cf3b2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afa7b79c-3104-596d-b1e9-5199050310fc/afa7b79c-3104-596d-b1e9-5199050310fc_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 173710,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731457/general/4d663da8-8508-4cb1-aeaa-7d24cd363bae.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afa7b79c-3104-596d-b1e9-5199050310fc/afa7b79c-3104-596d-b1e9-5199050310fc_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 153503,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731457/general/a6084c2f-95f3-44cc-a812-721e5909abe7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afa7b79c-3104-596d-b1e9-5199050310fc/afa7b79c-3104-596d-b1e9-5199050310fc_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 192699,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731457/general/f5f7b9f3-555a-451d-afbc-1a6c4e239425.jpg',
'Width': 1024}],
'price': 22200,
'price_includes_vat': True,
'registration_date': '2024-09-25',
'seats_number': 5,
'seller_name': 'Pentagon Burton Peugeot',
'title': 'Ford Puma ST 1.0 - Petrol - Automatic - 170 hp - FJ74PDY - 7,228 mi',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2024}
2026-03-24 10:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716394%27 HTTP/1.1" 200 None
2026-03-24 10:30:26 [adesa.uk] INFO: Saving data for 10716394: {'created_time': 1774348226.62854, 'last_price_update_time': 1774348226.628555, 'auction_closing_time': 1774447200.0}
2026-03-24 10:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716394') HTTP/1.1" 204 0
2026-03-24 10:30:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716406> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10: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-24 10:30:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716441> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10: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-24 10:30:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7bd84f8e-f52a-5a93-82c6-2978a77e50d2 with identifier: 10716406
2026-03-24 10:30:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bd84f8e-f52a-5a93-82c6-2978a77e50d2 with scrape type 1
2026-03-24 10:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7bd84f8e-f52a-5a93-82c6-2978a77e50d2
2026-03-24 10:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608794%252Fgeneral%252F415c0eea-51e2-442f-be9b-b7b4e49dd3b5.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608794/general/415c0eea-51e2-442f-be9b-b7b4e49dd3b5.jpg already downloaded
2026-03-24 10:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608794%252Fgeneral%252Fd36be7dc-c5b4-4f9c-aaca-0330845dda02.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608794/general/d36be7dc-c5b4-4f9c-aaca-0330845dda02.jpg already downloaded
2026-03-24 10:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608794%252Fgeneral%252Fa01ce6ce-f2aa-4cae-aff1-bcbe25d60a6a.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608794/general/a01ce6ce-f2aa-4cae-aff1-bcbe25d60a6a.jpg already downloaded
2026-03-24 10:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608794%252Fgeneral%252Fb4ccfeea-7f54-4e32-833c-04b08f38708d.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608794/general/b4ccfeea-7f54-4e32-833c-04b08f38708d.jpg already downloaded
2026-03-24 10:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608794%252Fgeneral%252Ff3e8803f-fe93-408f-bdba-4547953b06d0.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608794/general/f3e8803f-fe93-408f-bdba-4547953b06d0.jpg already downloaded
2026-03-24 10:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608794%252Fgeneral%252Fb2a4c65b-87e5-47ee-88a9-da10570349a1.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608794/general/b2a4c65b-87e5-47ee-88a9-da10570349a1.jpg already downloaded
2026-03-24 10:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608794%252Fgeneral%252F4b24a7cc-9d55-4ebd-ac43-f5a6bc7e8f2d.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608794/general/4b24a7cc-9d55-4ebd-ac43-f5a6bc7e8f2d.jpg already downloaded
2026-03-24 10:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608794%252Fgeneral%252Ffe15cb75-a321-4813-920d-ab398e014ac3.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608794/general/fe15cb75-a321-4813-920d-ab398e014ac3.jpg already downloaded
2026-03-24 10:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608794%252Fgeneral%252F0bc87abe-76c0-4b7d-b227-257b8a2270b6.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608794/general/0bc87abe-76c0-4b7d-b227-257b8a2270b6.jpg already downloaded
2026-03-24 10:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608794%252Fgeneral%252Fd0a75f13-3fe5-4182-9406-35bac5d5c18e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608794/general/d0a75f13-3fe5-4182-9406-35bac5d5c18e.jpg already downloaded
2026-03-24 10:30:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 7bd84f8e-f52a-5a93-82c6-2978a77e50d2, identifier: 10716406
2026-03-24 10:30:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 7bd84f8e-f52a-5a93-82c6-2978a77e50d2 with identifier: 10716406
2026-03-24 10:30:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:30:27 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Black HTTP/1.1" 200 None
2026-03-24 10:30:27 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:30:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 7bd84f8e-f52a-5a93-82c6-2978a77e50d2 with identifier: 10716406
2026-03-24 10:30:27 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 7bd84f8e-f52a-5a93-82c6-2978a77e50d2 with identifier: 10716406 to the API
2026-03-24 10:30:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:30:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716406>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'engine_horse_power': 150,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': '7bd84f8e-f52a-5a93-82c6-2978a77e50d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'SA22ZBP',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716406',
'listing': 'auction',
'location': 'Upminster',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 75820,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 20,
'photo_urls': ['https://images.openlane.eu/carimgs/5608794/general/415c0eea-51e2-442f-be9b-b7b4e49dd3b5.jpg',
'https://images.openlane.eu/carimgs/5608794/general/d36be7dc-c5b4-4f9c-aaca-0330845dda02.jpg',
'https://images.openlane.eu/carimgs/5608794/general/a01ce6ce-f2aa-4cae-aff1-bcbe25d60a6a.jpg',
'https://images.openlane.eu/carimgs/5608794/general/b4ccfeea-7f54-4e32-833c-04b08f38708d.jpg',
'https://images.openlane.eu/carimgs/5608794/general/f3e8803f-fe93-408f-bdba-4547953b06d0.jpg',
'https://images.openlane.eu/carimgs/5608794/general/b2a4c65b-87e5-47ee-88a9-da10570349a1.jpg',
'https://images.openlane.eu/carimgs/5608794/general/4b24a7cc-9d55-4ebd-ac43-f5a6bc7e8f2d.jpg',
'https://images.openlane.eu/carimgs/5608794/general/fe15cb75-a321-4813-920d-ab398e014ac3.jpg',
'https://images.openlane.eu/carimgs/5608794/general/0bc87abe-76c0-4b7d-b227-257b8a2270b6.jpg',
'https://images.openlane.eu/carimgs/5608794/general/d0a75f13-3fe5-4182-9406-35bac5d5c18e.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7bd84f8e-f52a-5a93-82c6-2978a77e50d2/7bd84f8e-f52a-5a93-82c6-2978a77e50d2_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 139424,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608794/general/415c0eea-51e2-442f-be9b-b7b4e49dd3b5.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7bd84f8e-f52a-5a93-82c6-2978a77e50d2/7bd84f8e-f52a-5a93-82c6-2978a77e50d2_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 135622,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608794/general/d36be7dc-c5b4-4f9c-aaca-0330845dda02.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7bd84f8e-f52a-5a93-82c6-2978a77e50d2/7bd84f8e-f52a-5a93-82c6-2978a77e50d2_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 134581,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608794/general/a01ce6ce-f2aa-4cae-aff1-bcbe25d60a6a.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7bd84f8e-f52a-5a93-82c6-2978a77e50d2/7bd84f8e-f52a-5a93-82c6-2978a77e50d2_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 136211,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608794/general/b4ccfeea-7f54-4e32-833c-04b08f38708d.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7bd84f8e-f52a-5a93-82c6-2978a77e50d2/7bd84f8e-f52a-5a93-82c6-2978a77e50d2_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123218,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608794/general/f3e8803f-fe93-408f-bdba-4547953b06d0.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7bd84f8e-f52a-5a93-82c6-2978a77e50d2/7bd84f8e-f52a-5a93-82c6-2978a77e50d2_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121230,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608794/general/b2a4c65b-87e5-47ee-88a9-da10570349a1.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7bd84f8e-f52a-5a93-82c6-2978a77e50d2/7bd84f8e-f52a-5a93-82c6-2978a77e50d2_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 143960,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608794/general/4b24a7cc-9d55-4ebd-ac43-f5a6bc7e8f2d.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7bd84f8e-f52a-5a93-82c6-2978a77e50d2/7bd84f8e-f52a-5a93-82c6-2978a77e50d2_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87752,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608794/general/fe15cb75-a321-4813-920d-ab398e014ac3.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7bd84f8e-f52a-5a93-82c6-2978a77e50d2/7bd84f8e-f52a-5a93-82c6-2978a77e50d2_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121476,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608794/general/0bc87abe-76c0-4b7d-b227-257b8a2270b6.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7bd84f8e-f52a-5a93-82c6-2978a77e50d2/7bd84f8e-f52a-5a93-82c6-2978a77e50d2_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 111688,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608794/general/d0a75f13-3fe5-4182-9406-35bac5d5c18e.jpg',
'Width': 1440}],
'price': 11100,
'price_includes_vat': True,
'registration_date': '2022-04-30',
'seats_number': 5,
'seller_name': 'Retail Ready',
'title': 'Hyundai Tucson 1.6 GDI SE Connect - Petrol - Manual - 150 hp - '
'SA22ZBP - 75,820 mi',
'transmission': 'manual',
'trim': 'SE Connect',
'vin': None,
'year': 2022}
2026-03-24 10:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716406%27 HTTP/1.1" 200 None
2026-03-24 10:30:27 [adesa.uk] INFO: Saving data for 10716406: {'created_time': 1774348227.980659, 'last_price_update_time': 1774348227.980674, 'auction_closing_time': 1774447200.0}
2026-03-24 10:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716406') HTTP/1.1" 204 0
2026-03-24 10:30:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34b5932e-3339-550a-ab07-7bab534c7558 with identifier: 10716441
2026-03-24 10:30:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34b5932e-3339-550a-ab07-7bab534c7558 with scrape type 1
2026-03-24 10:30:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 34b5932e-3339-550a-ab07-7bab534c7558
2026-03-24 10:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731484%252Fgeneral%252Fef742791-f998-4c72-a952-1344c3be01ff.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731484/general/ef742791-f998-4c72-a952-1344c3be01ff.jpg already downloaded
2026-03-24 10:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731484%252Fgeneral%252F6ed164c3-e385-4117-b508-bbcb9d0885c8.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731484/general/6ed164c3-e385-4117-b508-bbcb9d0885c8.jpg already downloaded
2026-03-24 10:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731484%252Fgeneral%252Fb8d6308f-c34b-453c-9a54-9a2b1af6f275.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731484/general/b8d6308f-c34b-453c-9a54-9a2b1af6f275.jpg already downloaded
2026-03-24 10:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731484%252Fgeneral%252F4fecb351-e1b9-470d-8aae-60302a621bee.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731484/general/4fecb351-e1b9-470d-8aae-60302a621bee.jpg already downloaded
2026-03-24 10:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731484%252Fgeneral%252F827f22ba-3cf7-4b0b-ba72-3c895df034b9.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731484/general/827f22ba-3cf7-4b0b-ba72-3c895df034b9.jpg already downloaded
2026-03-24 10:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731484%252Fgeneral%252F1a7b76e0-8f10-48d8-a5c2-c46c84c6f4a0.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731484/general/1a7b76e0-8f10-48d8-a5c2-c46c84c6f4a0.jpg already downloaded
2026-03-24 10:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731484%252Fgeneral%252F334e5ff0-4dbd-460e-965f-181dab870bcf.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731484/general/334e5ff0-4dbd-460e-965f-181dab870bcf.jpg already downloaded
2026-03-24 10:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731484%252Fgeneral%252Fd1719f7b-bf69-4d22-8494-272df8201a6a.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731484/general/d1719f7b-bf69-4d22-8494-272df8201a6a.jpg already downloaded
2026-03-24 10:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731484%252Fgeneral%252Fda24fa5d-1a67-4419-8fb2-9de4c69ecd83.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731484/general/da24fa5d-1a67-4419-8fb2-9de4c69ecd83.jpg already downloaded
2026-03-24 10:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731484%252Fgeneral%252F3af052fa-ca3a-40e4-ae38-e579a8f46049.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731484/general/3af052fa-ca3a-40e4-ae38-e579a8f46049.jpg already downloaded
2026-03-24 10:30:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 34b5932e-3339-550a-ab07-7bab534c7558, identifier: 10716441
2026-03-24 10:30:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716376> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716375> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716377> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 34b5932e-3339-550a-ab07-7bab534c7558 with identifier: 10716441
2026-03-24 10:30:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:30:28 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Yellow HTTP/1.1" 200 None
2026-03-24 10:30:28 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:30:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:30:28 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Electric HTTP/1.1" 200 None
2026-03-24 10:30:28 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:30:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 34b5932e-3339-550a-ab07-7bab534c7558 with identifier: 10716441
2026-03-24 10:30:28 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 34b5932e-3339-550a-ab07-7bab534c7558 with identifier: 10716441 to the API
2026-03-24 10:30:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:30:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:30:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716441>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Yellow',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 286,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Electric',
'id': '34b5932e-3339-550a-ab07-7bab534c7558',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'VO75KFN',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716441',
'listing': 'auction',
'location': 'Barnsley',
'make': 'Ford',
'model': 'Capri',
'odometer': 1892,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 19,
'photo_urls': ['https://images.openlane.eu/carimgs/5731484/general/ef742791-f998-4c72-a952-1344c3be01ff.jpg',
'https://images.openlane.eu/carimgs/5731484/general/6ed164c3-e385-4117-b508-bbcb9d0885c8.jpg',
'https://images.openlane.eu/carimgs/5731484/general/b8d6308f-c34b-453c-9a54-9a2b1af6f275.jpg',
'https://images.openlane.eu/carimgs/5731484/general/4fecb351-e1b9-470d-8aae-60302a621bee.jpg',
'https://images.openlane.eu/carimgs/5731484/general/827f22ba-3cf7-4b0b-ba72-3c895df034b9.jpg',
'https://images.openlane.eu/carimgs/5731484/general/1a7b76e0-8f10-48d8-a5c2-c46c84c6f4a0.jpg',
'https://images.openlane.eu/carimgs/5731484/general/334e5ff0-4dbd-460e-965f-181dab870bcf.jpg',
'https://images.openlane.eu/carimgs/5731484/general/d1719f7b-bf69-4d22-8494-272df8201a6a.jpg',
'https://images.openlane.eu/carimgs/5731484/general/da24fa5d-1a67-4419-8fb2-9de4c69ecd83.jpg',
'https://images.openlane.eu/carimgs/5731484/general/3af052fa-ca3a-40e4-ae38-e579a8f46049.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34b5932e-3339-550a-ab07-7bab534c7558/34b5932e-3339-550a-ab07-7bab534c7558_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 187041,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731484/general/ef742791-f998-4c72-a952-1344c3be01ff.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34b5932e-3339-550a-ab07-7bab534c7558/34b5932e-3339-550a-ab07-7bab534c7558_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 176074,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731484/general/6ed164c3-e385-4117-b508-bbcb9d0885c8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34b5932e-3339-550a-ab07-7bab534c7558/34b5932e-3339-550a-ab07-7bab534c7558_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 188365,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731484/general/b8d6308f-c34b-453c-9a54-9a2b1af6f275.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34b5932e-3339-550a-ab07-7bab534c7558/34b5932e-3339-550a-ab07-7bab534c7558_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 171761,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731484/general/4fecb351-e1b9-470d-8aae-60302a621bee.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34b5932e-3339-550a-ab07-7bab534c7558/34b5932e-3339-550a-ab07-7bab534c7558_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 176415,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731484/general/827f22ba-3cf7-4b0b-ba72-3c895df034b9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34b5932e-3339-550a-ab07-7bab534c7558/34b5932e-3339-550a-ab07-7bab534c7558_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 174484,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731484/general/1a7b76e0-8f10-48d8-a5c2-c46c84c6f4a0.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34b5932e-3339-550a-ab07-7bab534c7558/34b5932e-3339-550a-ab07-7bab534c7558_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152490,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731484/general/334e5ff0-4dbd-460e-965f-181dab870bcf.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34b5932e-3339-550a-ab07-7bab534c7558/34b5932e-3339-550a-ab07-7bab534c7558_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137949,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731484/general/d1719f7b-bf69-4d22-8494-272df8201a6a.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34b5932e-3339-550a-ab07-7bab534c7558/34b5932e-3339-550a-ab07-7bab534c7558_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 135431,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731484/general/da24fa5d-1a67-4419-8fb2-9de4c69ecd83.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34b5932e-3339-550a-ab07-7bab534c7558/34b5932e-3339-550a-ab07-7bab534c7558_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 131320,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731484/general/3af052fa-ca3a-40e4-ae38-e579a8f46049.jpg',
'Width': 1024}],
'price': 27300,
'price_includes_vat': True,
'registration_date': '2025-09-27',
'seats_number': 5,
'seller_name': 'Pentagon Barnsley',
'title': 'Ford Capri 77 kWh Premium - Electric - Automatic - 286 hp - VO75KFN '
'- 1,892 mi',
'transmission': 'automatic',
'trim': 'Premium',
'vin': None,
'year': 2025}
2026-03-24 10:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716441%27 HTTP/1.1" 200 None
2026-03-24 10:30:30 [adesa.uk] INFO: Saving data for 10716441: {'created_time': 1774348230.640958, 'last_price_update_time': 1774348230.640969, 'auction_closing_time': 1774447200.0}
2026-03-24 10:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716441') HTTP/1.1" 204 0
2026-03-24 10: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-24 10: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-24 10: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-24 10:30:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716410> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716393> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10: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-24 10: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-24 10:30:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22bacee8-76d6-57b4-be6f-c0a7c90b0515 with identifier: 10716376
2026-03-24 10:30:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22bacee8-76d6-57b4-be6f-c0a7c90b0515 with scrape type 1
2026-03-24 10:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 22bacee8-76d6-57b4-be6f-c0a7c90b0515
2026-03-24 10:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5511847%252Fgeneral%252F44b06a15-3f21-4650-a3f7-d0a3f6e3287e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5511847/general/44b06a15-3f21-4650-a3f7-d0a3f6e3287e.jpg already downloaded
2026-03-24 10:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5511847%252Fgeneral%252F17e24ce0-64a2-4a83-8caa-4d09ff1b1bfe.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5511847/general/17e24ce0-64a2-4a83-8caa-4d09ff1b1bfe.jpg already downloaded
2026-03-24 10:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5511847%252Fgeneral%252F580dac24-e2d7-4139-8ea0-4bc766b70180.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5511847/general/580dac24-e2d7-4139-8ea0-4bc766b70180.jpg already downloaded
2026-03-24 10:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5511847%252Fgeneral%252Fb2ee3bca-3699-4ddf-a04f-bbc00b10bddd.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5511847/general/b2ee3bca-3699-4ddf-a04f-bbc00b10bddd.jpg already downloaded
2026-03-24 10:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5511847%252Fgeneral%252Fcab89ff8-436a-4371-857b-f5d18ab03177.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5511847/general/cab89ff8-436a-4371-857b-f5d18ab03177.jpg already downloaded
2026-03-24 10:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5511847%252Fgeneral%252Ff040f1f9-6b59-49dd-88d0-e71beb6e6f1e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5511847/general/f040f1f9-6b59-49dd-88d0-e71beb6e6f1e.jpg already downloaded
2026-03-24 10:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5511847%252Fgeneral%252F72c37060-bcf0-46d4-b4ef-ef362966c545.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5511847/general/72c37060-bcf0-46d4-b4ef-ef362966c545.jpg already downloaded
2026-03-24 10:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5511847%252Fgeneral%252Fa35d615e-5a21-4b5e-8fd5-211117761aa5.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5511847/general/a35d615e-5a21-4b5e-8fd5-211117761aa5.jpg already downloaded
2026-03-24 10:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5511847%252Fgeneral%252Fbf002802-9bed-4dc4-9db4-6720f342796f.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5511847/general/bf002802-9bed-4dc4-9db4-6720f342796f.jpg already downloaded
2026-03-24 10:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5511847%252Fgeneral%252F47669f1e-271b-448b-8897-1283c09ae33d.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5511847/general/47669f1e-271b-448b-8897-1283c09ae33d.jpg already downloaded
2026-03-24 10:30:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 22bacee8-76d6-57b4-be6f-c0a7c90b0515, identifier: 10716376
2026-03-24 10:30:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70f0c43c-4153-5cc4-8e7d-de60ceddc982 with identifier: 10716375
2026-03-24 10:30:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70f0c43c-4153-5cc4-8e7d-de60ceddc982 with scrape type 1
2026-03-24 10:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 70f0c43c-4153-5cc4-8e7d-de60ceddc982
2026-03-24 10:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5511844%252Fgeneral%252F70033af5-f34c-49a1-b50e-23c5d173509c.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5511844/general/70033af5-f34c-49a1-b50e-23c5d173509c.jpg already downloaded
2026-03-24 10:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5511844%252Fgeneral%252F9faf68e8-eee7-4932-b3ce-04b7945b8f7e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5511844/general/9faf68e8-eee7-4932-b3ce-04b7945b8f7e.jpg already downloaded
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5511844%252Fgeneral%252F23003f5b-db74-420b-ad43-23abe8d9c3be.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5511844/general/23003f5b-db74-420b-ad43-23abe8d9c3be.jpg already downloaded
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5511844%252Fgeneral%252F0dcd8c46-b40f-40ce-bcab-d6737c0683a7.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5511844/general/0dcd8c46-b40f-40ce-bcab-d6737c0683a7.jpg already downloaded
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5511844%252Fgeneral%252F3f1cab5f-579e-478e-8d97-3fb36a7b4299.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5511844/general/3f1cab5f-579e-478e-8d97-3fb36a7b4299.jpg already downloaded
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5511844%252Fgeneral%252Fd178d0b9-1e6b-4934-83fb-37bd9b2e2c5d.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5511844/general/d178d0b9-1e6b-4934-83fb-37bd9b2e2c5d.jpg already downloaded
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5511844%252Fgeneral%252F51698edb-ee3c-4980-9dc3-d6781c471100.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5511844/general/51698edb-ee3c-4980-9dc3-d6781c471100.jpg already downloaded
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5511844%252Fgeneral%252Fa7bb1bc2-e076-4934-b3a7-4f7f5ac29141.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5511844/general/a7bb1bc2-e076-4934-b3a7-4f7f5ac29141.jpg already downloaded
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5511844%252Fgeneral%252Fc1dba9a0-739c-4f6c-a9c3-eeda161f72f3.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5511844/general/c1dba9a0-739c-4f6c-a9c3-eeda161f72f3.jpg already downloaded
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5511844%252Fgeneral%252Fae53c8da-6a62-4daa-87f5-d52e17d986ba.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5511844/general/ae53c8da-6a62-4daa-87f5-d52e17d986ba.jpg already downloaded
2026-03-24 10:30:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 70f0c43c-4153-5cc4-8e7d-de60ceddc982, identifier: 10716375
2026-03-24 10:30:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7154b408-3c00-5f28-b84c-c33f48fa7596 with identifier: 10716377
2026-03-24 10:30:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7154b408-3c00-5f28-b84c-c33f48fa7596 with scrape type 1
2026-03-24 10:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7154b408-3c00-5f28-b84c-c33f48fa7596
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5510996%252Fgeneral%252F4b28fa79-d7c5-4e72-b2d4-f6b324bf0d84.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5510996/general/4b28fa79-d7c5-4e72-b2d4-f6b324bf0d84.jpg already downloaded
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5510996%252Fgeneral%252Fba104caa-b523-47ec-8a76-0ed6ed6a73bd.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5510996/general/ba104caa-b523-47ec-8a76-0ed6ed6a73bd.jpg already downloaded
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5510996%252Fgeneral%252F178269ea-b0c2-4063-a00d-996576ed6f23.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5510996/general/178269ea-b0c2-4063-a00d-996576ed6f23.jpg already downloaded
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5510996%252Fgeneral%252F622e159c-d931-497a-9292-c8c7f1743aa4.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5510996/general/622e159c-d931-497a-9292-c8c7f1743aa4.jpg already downloaded
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5510996%252Fgeneral%252F07681cee-9caa-41b3-a4fc-d038b6d23cca.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5510996/general/07681cee-9caa-41b3-a4fc-d038b6d23cca.jpg already downloaded
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5510996%252Fgeneral%252F6a70245f-e59e-40b0-9d85-23466e97aba1.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5510996/general/6a70245f-e59e-40b0-9d85-23466e97aba1.jpg already downloaded
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5510996%252Fgeneral%252F7e26106b-491d-4e6e-84d9-f51f01f775e2.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5510996/general/7e26106b-491d-4e6e-84d9-f51f01f775e2.jpg already downloaded
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5510996%252Fgeneral%252F40d32a40-8aae-4003-81c1-84107cc4ab67.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5510996/general/40d32a40-8aae-4003-81c1-84107cc4ab67.jpg already downloaded
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5510996%252Fgeneral%252Fbd08e9b1-9364-486d-9882-b0bf1763198c.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5510996/general/bd08e9b1-9364-486d-9882-b0bf1763198c.jpg already downloaded
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5510996%252Fgeneral%252F0399b1e8-6d2a-4eab-b895-66dc157ddad0.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5510996/general/0399b1e8-6d2a-4eab-b895-66dc157ddad0.jpg already downloaded
2026-03-24 10:30:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 7154b408-3c00-5f28-b84c-c33f48fa7596, identifier: 10716377
2026-03-24 10:30:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 22bacee8-76d6-57b4-be6f-c0a7c90b0515 with identifier: 10716376
2026-03-24 10:30:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 22bacee8-76d6-57b4-be6f-c0a7c90b0515 with identifier: 10716376
2026-03-24 10:30:31 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 22bacee8-76d6-57b4-be6f-c0a7c90b0515 with identifier: 10716376 to the API
2026-03-24 10:30:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:30: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-24 10:30:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716376>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 156,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Electric',
'id': '22bacee8-76d6-57b4-be6f-c0a7c90b0515',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WR24VLW',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716376',
'listing': 'auction',
'location': 'Corby',
'make': 'Jeep',
'model': 'Avenger',
'odometer': 13141,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 23,
'photo_urls': ['https://images.openlane.eu/carimgs/5511847/general/44b06a15-3f21-4650-a3f7-d0a3f6e3287e.jpg',
'https://images.openlane.eu/carimgs/5511847/general/17e24ce0-64a2-4a83-8caa-4d09ff1b1bfe.jpg',
'https://images.openlane.eu/carimgs/5511847/general/580dac24-e2d7-4139-8ea0-4bc766b70180.jpg',
'https://images.openlane.eu/carimgs/5511847/general/b2ee3bca-3699-4ddf-a04f-bbc00b10bddd.jpg',
'https://images.openlane.eu/carimgs/5511847/general/cab89ff8-436a-4371-857b-f5d18ab03177.jpg',
'https://images.openlane.eu/carimgs/5511847/general/f040f1f9-6b59-49dd-88d0-e71beb6e6f1e.jpg',
'https://images.openlane.eu/carimgs/5511847/general/72c37060-bcf0-46d4-b4ef-ef362966c545.jpg',
'https://images.openlane.eu/carimgs/5511847/general/a35d615e-5a21-4b5e-8fd5-211117761aa5.jpg',
'https://images.openlane.eu/carimgs/5511847/general/bf002802-9bed-4dc4-9db4-6720f342796f.jpg',
'https://images.openlane.eu/carimgs/5511847/general/47669f1e-271b-448b-8897-1283c09ae33d.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_22bacee8-76d6-57b4-be6f-c0a7c90b0515/22bacee8-76d6-57b4-be6f-c0a7c90b0515_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107614,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5511847/general/44b06a15-3f21-4650-a3f7-d0a3f6e3287e.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_22bacee8-76d6-57b4-be6f-c0a7c90b0515/22bacee8-76d6-57b4-be6f-c0a7c90b0515_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119452,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5511847/general/17e24ce0-64a2-4a83-8caa-4d09ff1b1bfe.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_22bacee8-76d6-57b4-be6f-c0a7c90b0515/22bacee8-76d6-57b4-be6f-c0a7c90b0515_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115889,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5511847/general/580dac24-e2d7-4139-8ea0-4bc766b70180.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_22bacee8-76d6-57b4-be6f-c0a7c90b0515/22bacee8-76d6-57b4-be6f-c0a7c90b0515_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116242,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5511847/general/b2ee3bca-3699-4ddf-a04f-bbc00b10bddd.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_22bacee8-76d6-57b4-be6f-c0a7c90b0515/22bacee8-76d6-57b4-be6f-c0a7c90b0515_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108421,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5511847/general/cab89ff8-436a-4371-857b-f5d18ab03177.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_22bacee8-76d6-57b4-be6f-c0a7c90b0515/22bacee8-76d6-57b4-be6f-c0a7c90b0515_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 111968,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5511847/general/f040f1f9-6b59-49dd-88d0-e71beb6e6f1e.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_22bacee8-76d6-57b4-be6f-c0a7c90b0515/22bacee8-76d6-57b4-be6f-c0a7c90b0515_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 74414,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5511847/general/72c37060-bcf0-46d4-b4ef-ef362966c545.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_22bacee8-76d6-57b4-be6f-c0a7c90b0515/22bacee8-76d6-57b4-be6f-c0a7c90b0515_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 63059,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5511847/general/a35d615e-5a21-4b5e-8fd5-211117761aa5.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_22bacee8-76d6-57b4-be6f-c0a7c90b0515/22bacee8-76d6-57b4-be6f-c0a7c90b0515_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 67070,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5511847/general/bf002802-9bed-4dc4-9db4-6720f342796f.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_22bacee8-76d6-57b4-be6f-c0a7c90b0515/22bacee8-76d6-57b4-be6f-c0a7c90b0515_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75763,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5511847/general/47669f1e-271b-448b-8897-1283c09ae33d.jpg',
'Width': 960}],
'price': 13600,
'price_includes_vat': True,
'registration_date': '2024-03-27',
'seats_number': 5,
'seller_name': None,
'title': 'Jeep Avenger 51 kWh Summit - Electric - Automatic - 156 hp - '
'WR24VLW - 13,141 mi',
'transmission': 'automatic',
'trim': 'Summit',
'vin': None,
'year': 2024}
2026-03-24 10:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716376%27 HTTP/1.1" 200 None
2026-03-24 10:30:32 [adesa.uk] INFO: Saving data for 10716376: {'created_time': 1774348232.073396, 'last_price_update_time': 1774348232.073408, 'auction_closing_time': 1774447200.0}
2026-03-24 10:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716376') HTTP/1.1" 204 0
2026-03-24 10:30:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 70f0c43c-4153-5cc4-8e7d-de60ceddc982 with identifier: 10716375
2026-03-24 10:30:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:30:32 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Green HTTP/1.1" 200 None
2026-03-24 10:30:32 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:30:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 70f0c43c-4153-5cc4-8e7d-de60ceddc982 with identifier: 10716375
2026-03-24 10:30:32 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 70f0c43c-4153-5cc4-8e7d-de60ceddc982 with identifier: 10716375 to the API
2026-03-24 10:30:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:30:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716375>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Green',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 156,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Electric',
'id': '70f0c43c-4153-5cc4-8e7d-de60ceddc982',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WR24VKB',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716375',
'listing': 'auction',
'location': 'Corby',
'make': 'Jeep',
'model': 'Avenger',
'odometer': 13764,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 20,
'photo_urls': ['https://images.openlane.eu/carimgs/5511844/general/70033af5-f34c-49a1-b50e-23c5d173509c.jpg',
'https://images.openlane.eu/carimgs/5511844/general/9faf68e8-eee7-4932-b3ce-04b7945b8f7e.jpg',
'https://images.openlane.eu/carimgs/5511844/general/23003f5b-db74-420b-ad43-23abe8d9c3be.jpg',
'https://images.openlane.eu/carimgs/5511844/general/0dcd8c46-b40f-40ce-bcab-d6737c0683a7.jpg',
'https://images.openlane.eu/carimgs/5511844/general/3f1cab5f-579e-478e-8d97-3fb36a7b4299.jpg',
'https://images.openlane.eu/carimgs/5511844/general/d178d0b9-1e6b-4934-83fb-37bd9b2e2c5d.jpg',
'https://images.openlane.eu/carimgs/5511844/general/51698edb-ee3c-4980-9dc3-d6781c471100.jpg',
'https://images.openlane.eu/carimgs/5511844/general/a7bb1bc2-e076-4934-b3a7-4f7f5ac29141.jpg',
'https://images.openlane.eu/carimgs/5511844/general/c1dba9a0-739c-4f6c-a9c3-eeda161f72f3.jpg',
'https://images.openlane.eu/carimgs/5511844/general/ae53c8da-6a62-4daa-87f5-d52e17d986ba.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70f0c43c-4153-5cc4-8e7d-de60ceddc982/70f0c43c-4153-5cc4-8e7d-de60ceddc982_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82315,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5511844/general/70033af5-f34c-49a1-b50e-23c5d173509c.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70f0c43c-4153-5cc4-8e7d-de60ceddc982/70f0c43c-4153-5cc4-8e7d-de60ceddc982_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81316,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5511844/general/9faf68e8-eee7-4932-b3ce-04b7945b8f7e.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70f0c43c-4153-5cc4-8e7d-de60ceddc982/70f0c43c-4153-5cc4-8e7d-de60ceddc982_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97780,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5511844/general/23003f5b-db74-420b-ad43-23abe8d9c3be.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70f0c43c-4153-5cc4-8e7d-de60ceddc982/70f0c43c-4153-5cc4-8e7d-de60ceddc982_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95542,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5511844/general/0dcd8c46-b40f-40ce-bcab-d6737c0683a7.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70f0c43c-4153-5cc4-8e7d-de60ceddc982/70f0c43c-4153-5cc4-8e7d-de60ceddc982_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85666,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5511844/general/3f1cab5f-579e-478e-8d97-3fb36a7b4299.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70f0c43c-4153-5cc4-8e7d-de60ceddc982/70f0c43c-4153-5cc4-8e7d-de60ceddc982_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86139,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5511844/general/d178d0b9-1e6b-4934-83fb-37bd9b2e2c5d.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70f0c43c-4153-5cc4-8e7d-de60ceddc982/70f0c43c-4153-5cc4-8e7d-de60ceddc982_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 59273,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5511844/general/51698edb-ee3c-4980-9dc3-d6781c471100.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70f0c43c-4153-5cc4-8e7d-de60ceddc982/70f0c43c-4153-5cc4-8e7d-de60ceddc982_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49666,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5511844/general/a7bb1bc2-e076-4934-b3a7-4f7f5ac29141.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70f0c43c-4153-5cc4-8e7d-de60ceddc982/70f0c43c-4153-5cc4-8e7d-de60ceddc982_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 56368,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5511844/general/c1dba9a0-739c-4f6c-a9c3-eeda161f72f3.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70f0c43c-4153-5cc4-8e7d-de60ceddc982/70f0c43c-4153-5cc4-8e7d-de60ceddc982_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65381,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5511844/general/ae53c8da-6a62-4daa-87f5-d52e17d986ba.jpg',
'Width': 960}],
'price': 13600,
'price_includes_vat': True,
'registration_date': '2024-03-27',
'seats_number': 5,
'seller_name': None,
'title': 'Jeep Avenger 51 kWh Summit - Electric - Automatic - 156 hp - '
'WR24VKB - 13,764 mi',
'transmission': 'automatic',
'trim': 'Summit',
'vin': None,
'year': 2024}
2026-03-24 10:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716375%27 HTTP/1.1" 200 None
2026-03-24 10:30:32 [adesa.uk] INFO: Saving data for 10716375: {'created_time': 1774348232.668975, 'last_price_update_time': 1774348232.668988, 'auction_closing_time': 1774447200.0}
2026-03-24 10:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716375') HTTP/1.1" 204 0
2026-03-24 10:30:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 7154b408-3c00-5f28-b84c-c33f48fa7596 with identifier: 10716377
2026-03-24 10:30:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:30:32 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Beige HTTP/1.1" 200 None
2026-03-24 10:30:32 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:30:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 7154b408-3c00-5f28-b84c-c33f48fa7596 with identifier: 10716377
2026-03-24 10:30:32 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 7154b408-3c00-5f28-b84c-c33f48fa7596 with identifier: 10716377 to the API
2026-03-24 10:30:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:30:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716377>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Beige',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 156,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Electric',
'id': '7154b408-3c00-5f28-b84c-c33f48fa7596',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WO24FUE',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716377',
'listing': 'auction',
'location': 'Corby',
'make': 'Jeep',
'model': 'Avenger',
'odometer': 12143,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 23,
'photo_urls': ['https://images.openlane.eu/carimgs/5510996/general/4b28fa79-d7c5-4e72-b2d4-f6b324bf0d84.jpg',
'https://images.openlane.eu/carimgs/5510996/general/ba104caa-b523-47ec-8a76-0ed6ed6a73bd.jpg',
'https://images.openlane.eu/carimgs/5510996/general/178269ea-b0c2-4063-a00d-996576ed6f23.jpg',
'https://images.openlane.eu/carimgs/5510996/general/622e159c-d931-497a-9292-c8c7f1743aa4.jpg',
'https://images.openlane.eu/carimgs/5510996/general/07681cee-9caa-41b3-a4fc-d038b6d23cca.jpg',
'https://images.openlane.eu/carimgs/5510996/general/6a70245f-e59e-40b0-9d85-23466e97aba1.jpg',
'https://images.openlane.eu/carimgs/5510996/general/7e26106b-491d-4e6e-84d9-f51f01f775e2.jpg',
'https://images.openlane.eu/carimgs/5510996/general/40d32a40-8aae-4003-81c1-84107cc4ab67.jpg',
'https://images.openlane.eu/carimgs/5510996/general/bd08e9b1-9364-486d-9882-b0bf1763198c.jpg',
'https://images.openlane.eu/carimgs/5510996/general/0399b1e8-6d2a-4eab-b895-66dc157ddad0.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7154b408-3c00-5f28-b84c-c33f48fa7596/7154b408-3c00-5f28-b84c-c33f48fa7596_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 252541,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5510996/general/4b28fa79-d7c5-4e72-b2d4-f6b324bf0d84.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7154b408-3c00-5f28-b84c-c33f48fa7596/7154b408-3c00-5f28-b84c-c33f48fa7596_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 290748,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5510996/general/ba104caa-b523-47ec-8a76-0ed6ed6a73bd.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7154b408-3c00-5f28-b84c-c33f48fa7596/7154b408-3c00-5f28-b84c-c33f48fa7596_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 268113,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5510996/general/178269ea-b0c2-4063-a00d-996576ed6f23.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7154b408-3c00-5f28-b84c-c33f48fa7596/7154b408-3c00-5f28-b84c-c33f48fa7596_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 266697,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5510996/general/622e159c-d931-497a-9292-c8c7f1743aa4.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7154b408-3c00-5f28-b84c-c33f48fa7596/7154b408-3c00-5f28-b84c-c33f48fa7596_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 257571,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5510996/general/07681cee-9caa-41b3-a4fc-d038b6d23cca.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7154b408-3c00-5f28-b84c-c33f48fa7596/7154b408-3c00-5f28-b84c-c33f48fa7596_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 224884,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5510996/general/6a70245f-e59e-40b0-9d85-23466e97aba1.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7154b408-3c00-5f28-b84c-c33f48fa7596/7154b408-3c00-5f28-b84c-c33f48fa7596_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 236159,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5510996/general/7e26106b-491d-4e6e-84d9-f51f01f775e2.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7154b408-3c00-5f28-b84c-c33f48fa7596/7154b408-3c00-5f28-b84c-c33f48fa7596_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 194690,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5510996/general/40d32a40-8aae-4003-81c1-84107cc4ab67.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7154b408-3c00-5f28-b84c-c33f48fa7596/7154b408-3c00-5f28-b84c-c33f48fa7596_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 175231,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5510996/general/bd08e9b1-9364-486d-9882-b0bf1763198c.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7154b408-3c00-5f28-b84c-c33f48fa7596/7154b408-3c00-5f28-b84c-c33f48fa7596_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 231702,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5510996/general/0399b1e8-6d2a-4eab-b895-66dc157ddad0.jpg',
'Width': 1440}],
'price': 13600,
'price_includes_vat': True,
'registration_date': '2024-06-28',
'seats_number': 5,
'seller_name': None,
'title': 'Jeep Avenger 51 kWh Summit - Electric - Automatic - 156 hp - '
'WO24FUE - 12,143 mi',
'transmission': 'automatic',
'trim': 'Summit',
'vin': None,
'year': 2024}
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716377%27 HTTP/1.1" 200 None
2026-03-24 10:30:33 [adesa.uk] INFO: Saving data for 10716377: {'created_time': 1774348233.249229, 'last_price_update_time': 1774348233.24924, 'auction_closing_time': 1774447200.0}
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716377') HTTP/1.1" 204 0
2026-03-24 10:30:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716422> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:30:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6b8f07b-81da-5d1d-b0a3-7eff65287d24 with identifier: 10716410
2026-03-24 10:30:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6b8f07b-81da-5d1d-b0a3-7eff65287d24 with scrape type 1
2026-03-24 10:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f6b8f07b-81da-5d1d-b0a3-7eff65287d24
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5694683%252Fgeneral%252F1e59db7f-babd-4395-a54b-93b4e41fad7d.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5694683/general/1e59db7f-babd-4395-a54b-93b4e41fad7d.jpg already downloaded
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5694683%252Fgeneral%252F9650aa91-5b56-475c-a6c6-aa2183b6ecab.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5694683/general/9650aa91-5b56-475c-a6c6-aa2183b6ecab.jpg already downloaded
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5694683%252Fgeneral%252Fd95935f8-a8f7-435e-9484-ca46c1791ec9.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5694683/general/d95935f8-a8f7-435e-9484-ca46c1791ec9.jpg already downloaded
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5694683%252Fgeneral%252F31ead63d-465c-402e-ab03-57cb3a5a6e40.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5694683/general/31ead63d-465c-402e-ab03-57cb3a5a6e40.jpg already downloaded
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5694683%252Fgeneral%252F6b038a6e-353a-4f49-ac1b-7c1fc56a8949.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5694683/general/6b038a6e-353a-4f49-ac1b-7c1fc56a8949.jpg already downloaded
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5694683%252Fgeneral%252Fb835656e-8a9d-44b2-8f63-2bb43a27fa89.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5694683/general/b835656e-8a9d-44b2-8f63-2bb43a27fa89.jpg already downloaded
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5694683%252Fgeneral%252F4833af23-c162-4170-8690-424b4d680009.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5694683/general/4833af23-c162-4170-8690-424b4d680009.jpg already downloaded
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5694683%252Fgeneral%252F409a9c7b-50bc-443b-b61a-21e7bf39a0b8.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5694683/general/409a9c7b-50bc-443b-b61a-21e7bf39a0b8.jpg already downloaded
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5694683%252Fgeneral%252Fbfc6655b-cc3d-4802-904f-6abc1998751a.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5694683/general/bfc6655b-cc3d-4802-904f-6abc1998751a.jpg already downloaded
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5694683%252Fgeneral%252F7bea98e1-9a3a-4792-8d8a-1b8cf617ba87.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5694683/general/7bea98e1-9a3a-4792-8d8a-1b8cf617ba87.jpg already downloaded
2026-03-24 10:30:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: f6b8f07b-81da-5d1d-b0a3-7eff65287d24, identifier: 10716410
2026-03-24 10:30:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1a2691c-d32e-5983-8ac6-5360ebded0c6 with identifier: 10716393
2026-03-24 10:30:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1a2691c-d32e-5983-8ac6-5360ebded0c6 with scrape type 1
2026-03-24 10:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f1a2691c-d32e-5983-8ac6-5360ebded0c6
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5540118%252Fgeneral%252F89be656e-ecc3-44f5-9663-074286ccffa4.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5540118/general/89be656e-ecc3-44f5-9663-074286ccffa4.jpg already downloaded
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5540118%252Fgeneral%252F530ffeb9-cce2-4873-8f61-937a25c96e92.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5540118/general/530ffeb9-cce2-4873-8f61-937a25c96e92.jpg already downloaded
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5540118%252Fgeneral%252F1d437ede-018c-426a-a641-46db0da9c0f8.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5540118/general/1d437ede-018c-426a-a641-46db0da9c0f8.jpg already downloaded
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5540118%252Fgeneral%252F78d127e1-6c9c-4893-a7d7-a2db8d2edddc.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5540118/general/78d127e1-6c9c-4893-a7d7-a2db8d2edddc.jpg already downloaded
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5540118%252Fgeneral%252F50699e16-c046-4f47-8dbf-05d74dd20ec8.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5540118/general/50699e16-c046-4f47-8dbf-05d74dd20ec8.jpg already downloaded
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5540118%252Fgeneral%252Fc1f8c834-8a88-4dbc-a616-ac890fe68559.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5540118/general/c1f8c834-8a88-4dbc-a616-ac890fe68559.jpg already downloaded
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5540118%252Fgeneral%252F1243e9a6-2922-4d7b-bf7b-29eaa9bc0749.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5540118/general/1243e9a6-2922-4d7b-bf7b-29eaa9bc0749.jpg already downloaded
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5540118%252Fgeneral%252F8b0652ab-0fd9-47e8-ac58-ee5542785757.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5540118/general/8b0652ab-0fd9-47e8-ac58-ee5542785757.jpg already downloaded
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5540118%252Fgeneral%252F5149a8d9-3c30-49db-9171-0aad0347f378.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5540118/general/5149a8d9-3c30-49db-9171-0aad0347f378.jpg already downloaded
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5540118%252Fgeneral%252F16054190-8b30-4f21-9aa5-5e606412c4de.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5540118/general/16054190-8b30-4f21-9aa5-5e606412c4de.jpg already downloaded
2026-03-24 10:30:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: f1a2691c-d32e-5983-8ac6-5360ebded0c6, identifier: 10716393
2026-03-24 10:30:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: f6b8f07b-81da-5d1d-b0a3-7eff65287d24 with identifier: 10716410
2026-03-24 10:30:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: f6b8f07b-81da-5d1d-b0a3-7eff65287d24 with identifier: 10716410
2026-03-24 10:30:33 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: f6b8f07b-81da-5d1d-b0a3-7eff65287d24 with identifier: 10716410 to the API
2026-03-24 10:30:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:30:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716410>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.4L',
'engine_horse_power': 140,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': 'f6b8f07b-81da-5d1d-b0a3-7eff65287d24',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YP18BVZ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716410',
'listing': 'auction',
'location': 'Corby',
'make': 'Jeep',
'model': 'Compass',
'odometer': 60207,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 30,
'photo_urls': ['https://images.openlane.eu/carimgs/5694683/general/1e59db7f-babd-4395-a54b-93b4e41fad7d.jpg',
'https://images.openlane.eu/carimgs/5694683/general/9650aa91-5b56-475c-a6c6-aa2183b6ecab.jpg',
'https://images.openlane.eu/carimgs/5694683/general/d95935f8-a8f7-435e-9484-ca46c1791ec9.jpg',
'https://images.openlane.eu/carimgs/5694683/general/31ead63d-465c-402e-ab03-57cb3a5a6e40.jpg',
'https://images.openlane.eu/carimgs/5694683/general/6b038a6e-353a-4f49-ac1b-7c1fc56a8949.jpg',
'https://images.openlane.eu/carimgs/5694683/general/b835656e-8a9d-44b2-8f63-2bb43a27fa89.jpg',
'https://images.openlane.eu/carimgs/5694683/general/4833af23-c162-4170-8690-424b4d680009.jpg',
'https://images.openlane.eu/carimgs/5694683/general/409a9c7b-50bc-443b-b61a-21e7bf39a0b8.jpg',
'https://images.openlane.eu/carimgs/5694683/general/bfc6655b-cc3d-4802-904f-6abc1998751a.jpg',
'https://images.openlane.eu/carimgs/5694683/general/7bea98e1-9a3a-4792-8d8a-1b8cf617ba87.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6b8f07b-81da-5d1d-b0a3-7eff65287d24/f6b8f07b-81da-5d1d-b0a3-7eff65287d24_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 314757,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5694683/general/1e59db7f-babd-4395-a54b-93b4e41fad7d.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6b8f07b-81da-5d1d-b0a3-7eff65287d24/f6b8f07b-81da-5d1d-b0a3-7eff65287d24_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 269790,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5694683/general/9650aa91-5b56-475c-a6c6-aa2183b6ecab.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6b8f07b-81da-5d1d-b0a3-7eff65287d24/f6b8f07b-81da-5d1d-b0a3-7eff65287d24_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 286091,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5694683/general/d95935f8-a8f7-435e-9484-ca46c1791ec9.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6b8f07b-81da-5d1d-b0a3-7eff65287d24/f6b8f07b-81da-5d1d-b0a3-7eff65287d24_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 296056,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5694683/general/31ead63d-465c-402e-ab03-57cb3a5a6e40.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6b8f07b-81da-5d1d-b0a3-7eff65287d24/f6b8f07b-81da-5d1d-b0a3-7eff65287d24_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 267326,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5694683/general/6b038a6e-353a-4f49-ac1b-7c1fc56a8949.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6b8f07b-81da-5d1d-b0a3-7eff65287d24/f6b8f07b-81da-5d1d-b0a3-7eff65287d24_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 296056,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5694683/general/b835656e-8a9d-44b2-8f63-2bb43a27fa89.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6b8f07b-81da-5d1d-b0a3-7eff65287d24/f6b8f07b-81da-5d1d-b0a3-7eff65287d24_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 175225,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5694683/general/4833af23-c162-4170-8690-424b4d680009.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6b8f07b-81da-5d1d-b0a3-7eff65287d24/f6b8f07b-81da-5d1d-b0a3-7eff65287d24_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152324,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5694683/general/409a9c7b-50bc-443b-b61a-21e7bf39a0b8.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6b8f07b-81da-5d1d-b0a3-7eff65287d24/f6b8f07b-81da-5d1d-b0a3-7eff65287d24_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 207033,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5694683/general/bfc6655b-cc3d-4802-904f-6abc1998751a.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6b8f07b-81da-5d1d-b0a3-7eff65287d24/f6b8f07b-81da-5d1d-b0a3-7eff65287d24_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 208543,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5694683/general/7bea98e1-9a3a-4792-8d8a-1b8cf617ba87.jpg',
'Width': 1440}],
'price': 4400,
'price_includes_vat': True,
'registration_date': '2018-05-31',
'seats_number': 5,
'seller_name': None,
'title': 'Jeep Compass 1.4 MultiAir Longitude - Petrol - Manual - 140 hp - '
'YP18BVZ - 60,207 mi',
'transmission': 'manual',
'trim': 'Longitude',
'vin': None,
'year': 2018}
2026-03-24 10:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716410%27 HTTP/1.1" 200 None
2026-03-24 10:30:34 [adesa.uk] INFO: Saving data for 10716410: {'created_time': 1774348234.283482, 'last_price_update_time': 1774348234.283496, 'auction_closing_time': 1774447200.0}
2026-03-24 10:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716410') HTTP/1.1" 204 0
2026-03-24 10:30:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: f1a2691c-d32e-5983-8ac6-5360ebded0c6 with identifier: 10716393
2026-03-24 10:30:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: f1a2691c-d32e-5983-8ac6-5360ebded0c6 with identifier: 10716393
2026-03-24 10:30:34 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: f1a2691c-d32e-5983-8ac6-5360ebded0c6 with identifier: 10716393 to the API
2026-03-24 10:30:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:30:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716393>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 156,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Electric',
'id': 'f1a2691c-d32e-5983-8ac6-5360ebded0c6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WP74BOJ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716393',
'listing': 'auction',
'location': 'Corby',
'make': 'Jeep',
'model': 'Avenger',
'odometer': 5576,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 23,
'photo_urls': ['https://images.openlane.eu/carimgs/5540118/general/89be656e-ecc3-44f5-9663-074286ccffa4.jpg',
'https://images.openlane.eu/carimgs/5540118/general/530ffeb9-cce2-4873-8f61-937a25c96e92.jpg',
'https://images.openlane.eu/carimgs/5540118/general/1d437ede-018c-426a-a641-46db0da9c0f8.jpg',
'https://images.openlane.eu/carimgs/5540118/general/78d127e1-6c9c-4893-a7d7-a2db8d2edddc.jpg',
'https://images.openlane.eu/carimgs/5540118/general/50699e16-c046-4f47-8dbf-05d74dd20ec8.jpg',
'https://images.openlane.eu/carimgs/5540118/general/c1f8c834-8a88-4dbc-a616-ac890fe68559.jpg',
'https://images.openlane.eu/carimgs/5540118/general/1243e9a6-2922-4d7b-bf7b-29eaa9bc0749.jpg',
'https://images.openlane.eu/carimgs/5540118/general/8b0652ab-0fd9-47e8-ac58-ee5542785757.jpg',
'https://images.openlane.eu/carimgs/5540118/general/5149a8d9-3c30-49db-9171-0aad0347f378.jpg',
'https://images.openlane.eu/carimgs/5540118/general/16054190-8b30-4f21-9aa5-5e606412c4de.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f1a2691c-d32e-5983-8ac6-5360ebded0c6/f1a2691c-d32e-5983-8ac6-5360ebded0c6_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86909,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5540118/general/89be656e-ecc3-44f5-9663-074286ccffa4.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f1a2691c-d32e-5983-8ac6-5360ebded0c6/f1a2691c-d32e-5983-8ac6-5360ebded0c6_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106270,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5540118/general/530ffeb9-cce2-4873-8f61-937a25c96e92.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f1a2691c-d32e-5983-8ac6-5360ebded0c6/f1a2691c-d32e-5983-8ac6-5360ebded0c6_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121857,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5540118/general/1d437ede-018c-426a-a641-46db0da9c0f8.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f1a2691c-d32e-5983-8ac6-5360ebded0c6/f1a2691c-d32e-5983-8ac6-5360ebded0c6_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100548,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5540118/general/78d127e1-6c9c-4893-a7d7-a2db8d2edddc.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f1a2691c-d32e-5983-8ac6-5360ebded0c6/f1a2691c-d32e-5983-8ac6-5360ebded0c6_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103509,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5540118/general/50699e16-c046-4f47-8dbf-05d74dd20ec8.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f1a2691c-d32e-5983-8ac6-5360ebded0c6/f1a2691c-d32e-5983-8ac6-5360ebded0c6_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113033,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5540118/general/c1f8c834-8a88-4dbc-a616-ac890fe68559.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f1a2691c-d32e-5983-8ac6-5360ebded0c6/f1a2691c-d32e-5983-8ac6-5360ebded0c6_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 111743,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5540118/general/1243e9a6-2922-4d7b-bf7b-29eaa9bc0749.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f1a2691c-d32e-5983-8ac6-5360ebded0c6/f1a2691c-d32e-5983-8ac6-5360ebded0c6_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98555,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5540118/general/8b0652ab-0fd9-47e8-ac58-ee5542785757.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f1a2691c-d32e-5983-8ac6-5360ebded0c6/f1a2691c-d32e-5983-8ac6-5360ebded0c6_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89114,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5540118/general/5149a8d9-3c30-49db-9171-0aad0347f378.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f1a2691c-d32e-5983-8ac6-5360ebded0c6/f1a2691c-d32e-5983-8ac6-5360ebded0c6_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94146,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5540118/general/16054190-8b30-4f21-9aa5-5e606412c4de.jpg',
'Width': 960}],
'price': 14200,
'price_includes_vat': True,
'registration_date': '2024-10-28',
'seats_number': 5,
'seller_name': None,
'title': 'Jeep Avenger 51 kWh Summit - Electric - Automatic - 156 hp - '
'WP74BOJ - 5,576 mi',
'transmission': 'automatic',
'trim': 'Summit',
'vin': None,
'year': 2024}
2026-03-24 10:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716393%27 HTTP/1.1" 200 None
2026-03-24 10:30:34 [adesa.uk] INFO: Saving data for 10716393: {'created_time': 1774348234.723828, 'last_price_update_time': 1774348234.723845, 'auction_closing_time': 1774447200.0}
2026-03-24 10:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716393') HTTP/1.1" 204 0
2026-03-24 10:30:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 174dc64d-0360-5b84-bd0d-5afda5e66854 with identifier: 10716422
2026-03-24 10:30:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 174dc64d-0360-5b84-bd0d-5afda5e66854 with scrape type 1
2026-03-24 10:30:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 174dc64d-0360-5b84-bd0d-5afda5e66854
2026-03-24 10:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5689682%252Fgeneral%252Fc9245872-1407-45cd-b8d5-d2061b329057.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5689682/general/c9245872-1407-45cd-b8d5-d2061b329057.jpg already downloaded
2026-03-24 10:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5689682%252Fgeneral%252Fe0aa5d96-5fed-40af-a861-87cd920ad0f5.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5689682/general/e0aa5d96-5fed-40af-a861-87cd920ad0f5.jpg already downloaded
2026-03-24 10:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5689682%252Fgeneral%252Fe52dfb43-98cd-4e15-b5a7-eb7ffcbfc6a5.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5689682/general/e52dfb43-98cd-4e15-b5a7-eb7ffcbfc6a5.jpg already downloaded
2026-03-24 10:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5689682%252Fgeneral%252F644d64d0-de8b-4d24-a19d-4713b25b2897.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5689682/general/644d64d0-de8b-4d24-a19d-4713b25b2897.jpg already downloaded
2026-03-24 10:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5689682%252Fgeneral%252Fd0d6cc45-62fd-495b-bfb8-13f37f66791a.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5689682/general/d0d6cc45-62fd-495b-bfb8-13f37f66791a.jpg already downloaded
2026-03-24 10:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5689682%252Fgeneral%252F6cba78fc-deb5-47ed-90a0-f4a1d28c7b85.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5689682/general/6cba78fc-deb5-47ed-90a0-f4a1d28c7b85.jpg already downloaded
2026-03-24 10:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5689682%252Fgeneral%252F0059a981-feff-4f94-8de4-ae6c8dc3e8b4.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5689682/general/0059a981-feff-4f94-8de4-ae6c8dc3e8b4.jpg already downloaded
2026-03-24 10:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5689682%252Fgeneral%252Fd1a68ac9-331b-48ee-a6d3-b3cec9862477.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5689682/general/d1a68ac9-331b-48ee-a6d3-b3cec9862477.jpg already downloaded
2026-03-24 10:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5689682%252Fgeneral%252F601b4181-119c-4b48-b6ae-94e1d9d9f023.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5689682/general/601b4181-119c-4b48-b6ae-94e1d9d9f023.jpg already downloaded
2026-03-24 10:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5689682%252Fgeneral%252F78645c19-b06c-428c-a5d6-23fef886e851.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5689682/general/78645c19-b06c-428c-a5d6-23fef886e851.jpg already downloaded
2026-03-24 10:30:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 174dc64d-0360-5b84-bd0d-5afda5e66854, identifier: 10716422
2026-03-24 10:30:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 174dc64d-0360-5b84-bd0d-5afda5e66854 with identifier: 10716422
2026-03-24 10:30:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 174dc64d-0360-5b84-bd0d-5afda5e66854 with identifier: 10716422
2026-03-24 10:30:35 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 174dc64d-0360-5b84-bd0d-5afda5e66854 with identifier: 10716422 to the API
2026-03-24 10:30:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:30:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716422>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Yellow',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 137,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Electric',
'id': '174dc64d-0360-5b84-bd0d-5afda5e66854',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'SY20VDC',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716422',
'listing': 'auction',
'location': 'Dunfermline',
'make': 'Peugeot',
'model': 'e-208',
'odometer': 20980,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 30,
'photo_urls': ['https://images.openlane.eu/carimgs/5689682/general/c9245872-1407-45cd-b8d5-d2061b329057.jpg',
'https://images.openlane.eu/carimgs/5689682/general/e0aa5d96-5fed-40af-a861-87cd920ad0f5.jpg',
'https://images.openlane.eu/carimgs/5689682/general/e52dfb43-98cd-4e15-b5a7-eb7ffcbfc6a5.jpg',
'https://images.openlane.eu/carimgs/5689682/general/644d64d0-de8b-4d24-a19d-4713b25b2897.jpg',
'https://images.openlane.eu/carimgs/5689682/general/d0d6cc45-62fd-495b-bfb8-13f37f66791a.jpg',
'https://images.openlane.eu/carimgs/5689682/general/6cba78fc-deb5-47ed-90a0-f4a1d28c7b85.jpg',
'https://images.openlane.eu/carimgs/5689682/general/0059a981-feff-4f94-8de4-ae6c8dc3e8b4.jpg',
'https://images.openlane.eu/carimgs/5689682/general/d1a68ac9-331b-48ee-a6d3-b3cec9862477.jpg',
'https://images.openlane.eu/carimgs/5689682/general/601b4181-119c-4b48-b6ae-94e1d9d9f023.jpg',
'https://images.openlane.eu/carimgs/5689682/general/78645c19-b06c-428c-a5d6-23fef886e851.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_174dc64d-0360-5b84-bd0d-5afda5e66854/174dc64d-0360-5b84-bd0d-5afda5e66854_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 461059,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5689682/general/c9245872-1407-45cd-b8d5-d2061b329057.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_174dc64d-0360-5b84-bd0d-5afda5e66854/174dc64d-0360-5b84-bd0d-5afda5e66854_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 367296,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5689682/general/e0aa5d96-5fed-40af-a861-87cd920ad0f5.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_174dc64d-0360-5b84-bd0d-5afda5e66854/174dc64d-0360-5b84-bd0d-5afda5e66854_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 451893,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5689682/general/e52dfb43-98cd-4e15-b5a7-eb7ffcbfc6a5.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_174dc64d-0360-5b84-bd0d-5afda5e66854/174dc64d-0360-5b84-bd0d-5afda5e66854_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 415457,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5689682/general/644d64d0-de8b-4d24-a19d-4713b25b2897.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_174dc64d-0360-5b84-bd0d-5afda5e66854/174dc64d-0360-5b84-bd0d-5afda5e66854_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 390367,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5689682/general/d0d6cc45-62fd-495b-bfb8-13f37f66791a.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_174dc64d-0360-5b84-bd0d-5afda5e66854/174dc64d-0360-5b84-bd0d-5afda5e66854_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 434650,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5689682/general/6cba78fc-deb5-47ed-90a0-f4a1d28c7b85.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_174dc64d-0360-5b84-bd0d-5afda5e66854/174dc64d-0360-5b84-bd0d-5afda5e66854_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 378397,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5689682/general/0059a981-feff-4f94-8de4-ae6c8dc3e8b4.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_174dc64d-0360-5b84-bd0d-5afda5e66854/174dc64d-0360-5b84-bd0d-5afda5e66854_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 324166,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5689682/general/d1a68ac9-331b-48ee-a6d3-b3cec9862477.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_174dc64d-0360-5b84-bd0d-5afda5e66854/174dc64d-0360-5b84-bd0d-5afda5e66854_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 257525,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5689682/general/601b4181-119c-4b48-b6ae-94e1d9d9f023.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_174dc64d-0360-5b84-bd0d-5afda5e66854/174dc64d-0360-5b84-bd0d-5afda5e66854_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 300326,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5689682/general/78645c19-b06c-428c-a5d6-23fef886e851.jpg',
'Width': 2000}],
'price': 7000,
'price_includes_vat': True,
'registration_date': '2020-06-30',
'seats_number': 5,
'seller_name': 'OPENLANE Remarketing Ltd',
'title': 'Peugeot e-208 50 kWh GT Line - Electric - Automatic - 137 hp - '
'SY20VDC - 20,980 mi',
'transmission': 'automatic',
'trim': 'GT Line',
'vin': None,
'year': 2020}
2026-03-24 10:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716422%27 HTTP/1.1" 200 None
2026-03-24 10:30:35 [adesa.uk] INFO: Saving data for 10716422: {'created_time': 1774348235.447793, 'last_price_update_time': 1774348235.447804, 'auction_closing_time': 1774447200.0}
2026-03-24 10:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716422') HTTP/1.1" 204 0
2026-03-24 10:30:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716434> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10: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-24 10:30:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab0ad179-fdf6-5f00-913d-6ac62573c276 with identifier: 10716434
2026-03-24 10:30:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab0ad179-fdf6-5f00-913d-6ac62573c276 with scrape type 1
2026-03-24 10:30:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ab0ad179-fdf6-5f00-913d-6ac62573c276
2026-03-24 10:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731426%252Fgeneral%252Fc40780c1-4e8a-479c-9da4-8f00085b9b0d.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731426/general/c40780c1-4e8a-479c-9da4-8f00085b9b0d.jpg already downloaded
2026-03-24 10:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731426%252Fgeneral%252F1109c63e-73e1-42c9-a8cc-5d562ffa2a20.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731426/general/1109c63e-73e1-42c9-a8cc-5d562ffa2a20.jpg already downloaded
2026-03-24 10:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731426%252Fgeneral%252Ff034b11c-486e-49d2-aa1e-3908366a57a8.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731426/general/f034b11c-486e-49d2-aa1e-3908366a57a8.jpg already downloaded
2026-03-24 10:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731426%252Fgeneral%252Fbb86e01e-b672-46cb-825e-72cb3538b157.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731426/general/bb86e01e-b672-46cb-825e-72cb3538b157.jpg already downloaded
2026-03-24 10:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731426%252Fgeneral%252F7b268a32-e6fa-4e2e-92ee-3aada56fe9a1.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731426/general/7b268a32-e6fa-4e2e-92ee-3aada56fe9a1.jpg already downloaded
2026-03-24 10:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731426%252Fgeneral%252Fca847f61-6b5f-4c12-a1e2-091300df3450.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731426/general/ca847f61-6b5f-4c12-a1e2-091300df3450.jpg already downloaded
2026-03-24 10:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731426%252Fgeneral%252Fb9af19ab-8e86-4be0-a7b3-f92a0259f3e0.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731426/general/b9af19ab-8e86-4be0-a7b3-f92a0259f3e0.jpg already downloaded
2026-03-24 10:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731426%252Fgeneral%252F118ec4a7-dc4e-4631-abcb-9ab475a6fb66.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731426/general/118ec4a7-dc4e-4631-abcb-9ab475a6fb66.jpg already downloaded
2026-03-24 10:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731426%252Fgeneral%252F68fb8a09-b6ff-4c3b-b412-a900524b854e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731426/general/68fb8a09-b6ff-4c3b-b412-a900524b854e.jpg already downloaded
2026-03-24 10:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731426%252Fgeneral%252Fb259690e-1f04-45b5-a4c4-a80cab99fab5.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731426/general/b259690e-1f04-45b5-a4c4-a80cab99fab5.jpg already downloaded
2026-03-24 10:30:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: ab0ad179-fdf6-5f00-913d-6ac62573c276, identifier: 10716434
2026-03-24 10:30:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: ab0ad179-fdf6-5f00-913d-6ac62573c276 with identifier: 10716434
2026-03-24 10:30:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: ab0ad179-fdf6-5f00-913d-6ac62573c276 with identifier: 10716434
2026-03-24 10:30:36 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: ab0ad179-fdf6-5f00-913d-6ac62573c276 with identifier: 10716434 to the API
2026-03-24 10:30:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:30:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716434>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Compact',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': 116,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Hybrid',
'id': 'ab0ad179-fdf6-5f00-913d-6ac62573c276',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'FG72HWK',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716434',
'listing': 'auction',
'location': 'Burton-on-Trent',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 24454,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 18,
'photo_urls': ['https://images.openlane.eu/carimgs/5731426/general/c40780c1-4e8a-479c-9da4-8f00085b9b0d.jpg',
'https://images.openlane.eu/carimgs/5731426/general/1109c63e-73e1-42c9-a8cc-5d562ffa2a20.jpg',
'https://images.openlane.eu/carimgs/5731426/general/f034b11c-486e-49d2-aa1e-3908366a57a8.jpg',
'https://images.openlane.eu/carimgs/5731426/general/bb86e01e-b672-46cb-825e-72cb3538b157.jpg',
'https://images.openlane.eu/carimgs/5731426/general/7b268a32-e6fa-4e2e-92ee-3aada56fe9a1.jpg',
'https://images.openlane.eu/carimgs/5731426/general/ca847f61-6b5f-4c12-a1e2-091300df3450.jpg',
'https://images.openlane.eu/carimgs/5731426/general/b9af19ab-8e86-4be0-a7b3-f92a0259f3e0.jpg',
'https://images.openlane.eu/carimgs/5731426/general/118ec4a7-dc4e-4631-abcb-9ab475a6fb66.jpg',
'https://images.openlane.eu/carimgs/5731426/general/68fb8a09-b6ff-4c3b-b412-a900524b854e.jpg',
'https://images.openlane.eu/carimgs/5731426/general/b259690e-1f04-45b5-a4c4-a80cab99fab5.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab0ad179-fdf6-5f00-913d-6ac62573c276/ab0ad179-fdf6-5f00-913d-6ac62573c276_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 182860,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731426/general/c40780c1-4e8a-479c-9da4-8f00085b9b0d.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab0ad179-fdf6-5f00-913d-6ac62573c276/ab0ad179-fdf6-5f00-913d-6ac62573c276_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 189281,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731426/general/1109c63e-73e1-42c9-a8cc-5d562ffa2a20.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab0ad179-fdf6-5f00-913d-6ac62573c276/ab0ad179-fdf6-5f00-913d-6ac62573c276_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 186573,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731426/general/f034b11c-486e-49d2-aa1e-3908366a57a8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab0ad179-fdf6-5f00-913d-6ac62573c276/ab0ad179-fdf6-5f00-913d-6ac62573c276_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 183234,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731426/general/bb86e01e-b672-46cb-825e-72cb3538b157.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab0ad179-fdf6-5f00-913d-6ac62573c276/ab0ad179-fdf6-5f00-913d-6ac62573c276_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 177776,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731426/general/7b268a32-e6fa-4e2e-92ee-3aada56fe9a1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab0ad179-fdf6-5f00-913d-6ac62573c276/ab0ad179-fdf6-5f00-913d-6ac62573c276_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 172277,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731426/general/ca847f61-6b5f-4c12-a1e2-091300df3450.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab0ad179-fdf6-5f00-913d-6ac62573c276/ab0ad179-fdf6-5f00-913d-6ac62573c276_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 127908,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731426/general/b9af19ab-8e86-4be0-a7b3-f92a0259f3e0.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab0ad179-fdf6-5f00-913d-6ac62573c276/ab0ad179-fdf6-5f00-913d-6ac62573c276_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 209303,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731426/general/118ec4a7-dc4e-4631-abcb-9ab475a6fb66.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab0ad179-fdf6-5f00-913d-6ac62573c276/ab0ad179-fdf6-5f00-913d-6ac62573c276_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93727,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731426/general/68fb8a09-b6ff-4c3b-b412-a900524b854e.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab0ad179-fdf6-5f00-913d-6ac62573c276/ab0ad179-fdf6-5f00-913d-6ac62573c276_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 133133,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731426/general/b259690e-1f04-45b5-a4c4-a80cab99fab5.jpg',
'Width': 1024}],
'price': 12800,
'price_includes_vat': True,
'registration_date': '2022-10-24',
'seats_number': 5,
'seller_name': 'Pentagon Vauxhall Burton',
'title': 'Toyota Yaris 1.5 Ion - Hybrid - Automatic - 116 hp - FG72HWK - '
'24,454 mi',
'transmission': 'automatic',
'trim': 'Ion',
'vin': None,
'year': 2022}
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716434%27 HTTP/1.1" 200 None
2026-03-24 10:30:37 [adesa.uk] INFO: Saving data for 10716434: {'created_time': 1774348237.011458, 'last_price_update_time': 1774348237.01147, 'auction_closing_time': 1774447200.0}
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716434') HTTP/1.1" 204 0
2026-03-24 10:30:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716420> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:37 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716436> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:30:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:30:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:30:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31f9a3fc-5ba0-544c-9219-d62c436019e0 with identifier: 10716420
2026-03-24 10:30:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31f9a3fc-5ba0-544c-9219-d62c436019e0 with scrape type 1
2026-03-24 10:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 31f9a3fc-5ba0-544c-9219-d62c436019e0
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680088%252Fgeneral%252Fc4a4c4d4-633c-47ee-b4f8-73b6a5991173.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680088/general/c4a4c4d4-633c-47ee-b4f8-73b6a5991173.jpg not downloaded yet
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680088%252Fgeneral%252F0ab4c8ed-77cc-43c4-95ee-ec41575953de.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680088/general/0ab4c8ed-77cc-43c4-95ee-ec41575953de.jpg not downloaded yet
2026-03-24 10:30:37 [adesa.uk] INFO: Found listing with ID: 10700908
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710700908%27 HTTP/1.1" 200 None
2026-03-24 10:30:37 [adesa.uk] INFO: Scrape type for 10700908: 0
2026-03-24 10:30:37 [adesa.uk] INFO: Skipping item 10700908 url https://www.openlane.eu/en/carv6/auction/10700908
2026-03-24 10:30:37 [adesa.uk] INFO: Found listing with ID: 10700906
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710700906%27 HTTP/1.1" 200 None
2026-03-24 10:30:37 [adesa.uk] INFO: Scrape type for 10700906: 0
2026-03-24 10:30:37 [adesa.uk] INFO: Skipping item 10700906 url https://www.openlane.eu/en/carv6/auction/10700906
2026-03-24 10:30:37 [adesa.uk] INFO: Found listing with ID: 10700909
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710700909%27 HTTP/1.1" 200 None
2026-03-24 10:30:37 [adesa.uk] INFO: Scrape type for 10700909: 0
2026-03-24 10:30:37 [adesa.uk] INFO: Skipping item 10700909 url https://www.openlane.eu/en/carv6/auction/10700909
2026-03-24 10:30:37 [adesa.uk] INFO: Found listing with ID: 10700913
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710700913%27 HTTP/1.1" 200 None
2026-03-24 10:30:37 [adesa.uk] INFO: Scrape type for 10700913: 0
2026-03-24 10:30:37 [adesa.uk] INFO: Skipping item 10700913 url https://www.openlane.eu/en/carv6/auction/10700913
2026-03-24 10:30:37 [adesa.uk] INFO: Found listing with ID: 10700912
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710700912%27 HTTP/1.1" 200 None
2026-03-24 10:30:37 [adesa.uk] INFO: Scrape type for 10700912: 0
2026-03-24 10:30:37 [adesa.uk] INFO: Skipping item 10700912 url https://www.openlane.eu/en/carv6/auction/10700912
2026-03-24 10:30:37 [adesa.uk] INFO: Found listing with ID: 10700914
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710700914%27 HTTP/1.1" 200 None
2026-03-24 10:30:37 [adesa.uk] INFO: Scrape type for 10700914: 0
2026-03-24 10:30:37 [adesa.uk] INFO: Skipping item 10700914 url https://www.openlane.eu/en/carv6/auction/10700914
2026-03-24 10:30:37 [adesa.uk] INFO: Found listing with ID: 10701433
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701433%27 HTTP/1.1" 200 None
2026-03-24 10:30:37 [adesa.uk] INFO: Scrape type for 10701433: 2
2026-03-24 10:30:37 [adesa.uk] INFO: Scraping item 10701433 url https://www.openlane.eu/en/carv6/auction/10701433
2026-03-24 10:30:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a893a992-ec75-5076-adef-e9c5aa8e969a with identifier: 10716436
2026-03-24 10:30:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a893a992-ec75-5076-adef-e9c5aa8e969a with scrape type 1
2026-03-24 10:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a893a992-ec75-5076-adef-e9c5aa8e969a
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731423%252Fgeneral%252Fadf74d11-f8c0-4ecf-a76a-0c2b45351da4.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731423/general/adf74d11-f8c0-4ecf-a76a-0c2b45351da4.jpg already downloaded
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731423%252Fgeneral%252F6a3d0ac8-d4f8-4381-aad8-4159bba0503b.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731423/general/6a3d0ac8-d4f8-4381-aad8-4159bba0503b.jpg already downloaded
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731423%252Fgeneral%252F7127f203-a607-4511-8dff-d5688a12abf8.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731423/general/7127f203-a607-4511-8dff-d5688a12abf8.jpg already downloaded
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731423%252Fgeneral%252F9cb4ffae-52ae-4995-a4f9-9ebbd47749b7.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731423/general/9cb4ffae-52ae-4995-a4f9-9ebbd47749b7.jpg already downloaded
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731423%252Fgeneral%252F068c8c14-c9a4-482e-9ace-2d5a553db35d.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731423/general/068c8c14-c9a4-482e-9ace-2d5a553db35d.jpg already downloaded
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731423%252Fgeneral%252Fbb10a91f-7330-4546-b4fd-62625a53d05a.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731423/general/bb10a91f-7330-4546-b4fd-62625a53d05a.jpg already downloaded
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731423%252Fgeneral%252Fa51ad833-5e51-44fd-99a0-8c2989b04745.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731423/general/a51ad833-5e51-44fd-99a0-8c2989b04745.jpg already downloaded
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731423%252Fgeneral%252F146b7942-4e57-483d-bb8c-24ae992d5e01.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731423/general/146b7942-4e57-483d-bb8c-24ae992d5e01.jpg already downloaded
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731423%252Fgeneral%252F315f023e-d1b5-4f88-ac5b-854dfd4cc93f.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731423/general/315f023e-d1b5-4f88-ac5b-854dfd4cc93f.jpg already downloaded
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731423%252Fgeneral%252F3fc2f7cd-4222-4a7c-94f4-8b6ebd12079b.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731423/general/3fc2f7cd-4222-4a7c-94f4-8b6ebd12079b.jpg already downloaded
2026-03-24 10:30:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: a893a992-ec75-5076-adef-e9c5aa8e969a, identifier: 10716436
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680088%252Fgeneral%252Feea244fa-98a4-4583-b73c-4e160ec14d8e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680088/general/eea244fa-98a4-4583-b73c-4e160ec14d8e.jpg not downloaded yet
2026-03-24 10:30:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: a893a992-ec75-5076-adef-e9c5aa8e969a with identifier: 10716436
2026-03-24 10:30:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: a893a992-ec75-5076-adef-e9c5aa8e969a with identifier: 10716436
2026-03-24 10:30:37 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: a893a992-ec75-5076-adef-e9c5aa8e969a with identifier: 10716436 to the API
2026-03-24 10:30:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:30:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716436>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': 150,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': 'a893a992-ec75-5076-adef-e9c5aa8e969a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'XGZ2859',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716436',
'listing': 'auction',
'location': 'Burton-on-Trent',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 43150,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 15,
'photo_urls': ['https://images.openlane.eu/carimgs/5731423/general/adf74d11-f8c0-4ecf-a76a-0c2b45351da4.jpg',
'https://images.openlane.eu/carimgs/5731423/general/6a3d0ac8-d4f8-4381-aad8-4159bba0503b.jpg',
'https://images.openlane.eu/carimgs/5731423/general/7127f203-a607-4511-8dff-d5688a12abf8.jpg',
'https://images.openlane.eu/carimgs/5731423/general/9cb4ffae-52ae-4995-a4f9-9ebbd47749b7.jpg',
'https://images.openlane.eu/carimgs/5731423/general/068c8c14-c9a4-482e-9ace-2d5a553db35d.jpg',
'https://images.openlane.eu/carimgs/5731423/general/bb10a91f-7330-4546-b4fd-62625a53d05a.jpg',
'https://images.openlane.eu/carimgs/5731423/general/a51ad833-5e51-44fd-99a0-8c2989b04745.jpg',
'https://images.openlane.eu/carimgs/5731423/general/146b7942-4e57-483d-bb8c-24ae992d5e01.jpg',
'https://images.openlane.eu/carimgs/5731423/general/315f023e-d1b5-4f88-ac5b-854dfd4cc93f.jpg',
'https://images.openlane.eu/carimgs/5731423/general/3fc2f7cd-4222-4a7c-94f4-8b6ebd12079b.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a893a992-ec75-5076-adef-e9c5aa8e969a/a893a992-ec75-5076-adef-e9c5aa8e969a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 191593,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731423/general/adf74d11-f8c0-4ecf-a76a-0c2b45351da4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a893a992-ec75-5076-adef-e9c5aa8e969a/a893a992-ec75-5076-adef-e9c5aa8e969a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 181857,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731423/general/6a3d0ac8-d4f8-4381-aad8-4159bba0503b.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a893a992-ec75-5076-adef-e9c5aa8e969a/a893a992-ec75-5076-adef-e9c5aa8e969a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 177653,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731423/general/7127f203-a607-4511-8dff-d5688a12abf8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a893a992-ec75-5076-adef-e9c5aa8e969a/a893a992-ec75-5076-adef-e9c5aa8e969a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 178888,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731423/general/9cb4ffae-52ae-4995-a4f9-9ebbd47749b7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a893a992-ec75-5076-adef-e9c5aa8e969a/a893a992-ec75-5076-adef-e9c5aa8e969a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 185212,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731423/general/068c8c14-c9a4-482e-9ace-2d5a553db35d.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a893a992-ec75-5076-adef-e9c5aa8e969a/a893a992-ec75-5076-adef-e9c5aa8e969a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 183603,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731423/general/bb10a91f-7330-4546-b4fd-62625a53d05a.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a893a992-ec75-5076-adef-e9c5aa8e969a/a893a992-ec75-5076-adef-e9c5aa8e969a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152494,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731423/general/a51ad833-5e51-44fd-99a0-8c2989b04745.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a893a992-ec75-5076-adef-e9c5aa8e969a/a893a992-ec75-5076-adef-e9c5aa8e969a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 187808,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731423/general/146b7942-4e57-483d-bb8c-24ae992d5e01.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a893a992-ec75-5076-adef-e9c5aa8e969a/a893a992-ec75-5076-adef-e9c5aa8e969a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100734,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731423/general/315f023e-d1b5-4f88-ac5b-854dfd4cc93f.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a893a992-ec75-5076-adef-e9c5aa8e969a/a893a992-ec75-5076-adef-e9c5aa8e969a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 175688,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731423/general/3fc2f7cd-4222-4a7c-94f4-8b6ebd12079b.jpg',
'Width': 1024}],
'price': 19000,
'price_includes_vat': True,
'registration_date': '2022-07-15',
'seats_number': 7,
'seller_name': 'Pentagon Burton Peugeot',
'title': 'Skoda Kodiaq 1.5 TSI SE L - Petrol - Automatic - 150 hp - XGZ2859 - '
'43,150 mi',
'transmission': 'automatic',
'trim': 'SE L',
'vin': None,
'year': 2022}
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716436%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [adesa.uk] INFO: Saving data for 10716436: {'created_time': 1774348238.013355, 'last_price_update_time': 1774348238.013368, 'auction_closing_time': 1774447200.0}
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716436') HTTP/1.1" 204 0
2026-03-24 10:30:38 [adesa.uk] INFO: Found listing with ID: 10701420
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701420%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [adesa.uk] INFO: Scrape type for 10701420: 2
2026-03-24 10:30:38 [adesa.uk] INFO: Scraping item 10701420 url https://www.openlane.eu/en/carv6/auction/10701420
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680088%252Fgeneral%252F39f3ef23-1afe-4d32-b986-c477c144ea1e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680088/general/39f3ef23-1afe-4d32-b986-c477c144ea1e.jpg not downloaded yet
2026-03-24 10:30:38 [adesa.uk] INFO: Found listing with ID: 10701452
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701452%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [adesa.uk] INFO: Scrape type for 10701452: 2
2026-03-24 10:30:38 [adesa.uk] INFO: Scraping item 10701452 url https://www.openlane.eu/en/carv6/auction/10701452
2026-03-24 10:30:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716419> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680088%252Fgeneral%252F14e52c74-6ef8-4dcd-a85b-acd6b97103fe.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680088/general/14e52c74-6ef8-4dcd-a85b-acd6b97103fe.jpg not downloaded yet
2026-03-24 10: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-24 10:30:38 [adesa.uk] INFO: Found listing with ID: 10701418
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701418%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [adesa.uk] INFO: Scrape type for 10701418: 2
2026-03-24 10:30:38 [adesa.uk] INFO: Scraping item 10701418 url https://www.openlane.eu/en/carv6/auction/10701418
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680088%252Fgeneral%252F60b436c9-079c-421d-9b37-d9c04cb231a9.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680088/general/60b436c9-079c-421d-9b37-d9c04cb231a9.jpg not downloaded yet
2026-03-24 10:30:38 [adesa.uk] INFO: Found listing with ID: 10701451
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701451%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [adesa.uk] INFO: Scrape type for 10701451: 2
2026-03-24 10:30:38 [adesa.uk] INFO: Scraping item 10701451 url https://www.openlane.eu/en/carv6/auction/10701451
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680088%252Fgeneral%252Ff730f5ae-86a9-443c-83b7-883c5e6470f1.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680088/general/f730f5ae-86a9-443c-83b7-883c5e6470f1.jpg not downloaded yet
2026-03-24 10:30:38 [adesa.uk] INFO: Found listing with ID: 10701470
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701470%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [adesa.uk] INFO: Scrape type for 10701470: 2
2026-03-24 10:30:38 [adesa.uk] INFO: Scraping item 10701470 url https://www.openlane.eu/en/carv6/auction/10701470
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680088%252Fgeneral%252F4508e5ae-bc55-4fd2-a2f0-5aa322fb6fd0.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680088/general/4508e5ae-bc55-4fd2-a2f0-5aa322fb6fd0.jpg not downloaded yet
2026-03-24 10:30:38 [adesa.uk] INFO: Found listing with ID: 10701464
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701464%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [adesa.uk] INFO: Scrape type for 10701464: 2
2026-03-24 10:30:38 [adesa.uk] INFO: Scraping item 10701464 url https://www.openlane.eu/en/carv6/auction/10701464
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680088%252Fgeneral%252Fe2e1421e-080d-4348-ab92-b230078698f6.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680088/general/e2e1421e-080d-4348-ab92-b230078698f6.jpg not downloaded yet
2026-03-24 10:30:38 [adesa.uk] INFO: Found listing with ID: 10700904
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710700904%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [adesa.uk] INFO: Scrape type for 10700904: 0
2026-03-24 10:30:38 [adesa.uk] INFO: Skipping item 10700904 url https://www.openlane.eu/en/carv6/auction/10700904
2026-03-24 10:30:38 [adesa.uk] INFO: Found listing with ID: 10701441
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701441%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [adesa.uk] INFO: Scrape type for 10701441: 2
2026-03-24 10:30:38 [adesa.uk] INFO: Scraping item 10701441 url https://www.openlane.eu/en/carv6/auction/10701441
2026-03-24 10:30:38 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 31f9a3fc-5ba0-544c-9219-d62c436019e0 with identifier: 10716419, dropping item
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680088%252Fgeneral%252F7e2d4533-6150-4ea1-b49d-b1e67abe9bc5.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680088/general/7e2d4533-6150-4ea1-b49d-b1e67abe9bc5.jpg not downloaded yet
2026-03-24 10:30:38 [adesa.uk] INFO: Found listing with ID: 10701448
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701448%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [adesa.uk] INFO: Scrape type for 10701448: 2
2026-03-24 10:30:38 [adesa.uk] INFO: Scraping item 10701448 url https://www.openlane.eu/en/carv6/auction/10701448
2026-03-24 10:30:38 [adesa.uk] INFO: Found listing with ID: 10701467
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701467%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [adesa.uk] INFO: Scrape type for 10701467: 2
2026-03-24 10:30:38 [adesa.uk] INFO: Scraping item 10701467 url https://www.openlane.eu/en/carv6/auction/10701467
2026-03-24 10:30:38 [adesa.uk] INFO: Found listing with ID: 10701466
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701466%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [adesa.uk] INFO: Scrape type for 10701466: 2
2026-03-24 10:30:38 [adesa.uk] INFO: Scraping item 10701466 url https://www.openlane.eu/en/carv6/auction/10701466
2026-03-24 10:30:38 [adesa.uk] INFO: Found listing with ID: 10701468
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701468%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [adesa.uk] INFO: Scrape type for 10701468: 2
2026-03-24 10:30:38 [adesa.uk] INFO: Scraping item 10701468 url https://www.openlane.eu/en/carv6/auction/10701468
2026-03-24 10:30:38 [adesa.uk] INFO: Found listing with ID: 10701469
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701469%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [adesa.uk] INFO: Scrape type for 10701469: 2
2026-03-24 10:30:38 [adesa.uk] INFO: Scraping item 10701469 url https://www.openlane.eu/en/carv6/auction/10701469
2026-03-24 10:30:38 [adesa.uk] INFO: Found listing with ID: 10701463
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701463%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [adesa.uk] INFO: Scrape type for 10701463: 2
2026-03-24 10:30:38 [adesa.uk] INFO: Scraping item 10701463 url https://www.openlane.eu/en/carv6/auction/10701463
2026-03-24 10:30:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716442> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:38 [adesa.uk] INFO: Found listing with ID: 10701465
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701465%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [adesa.uk] INFO: Scrape type for 10701465: 2
2026-03-24 10:30:38 [adesa.uk] INFO: Scraping item 10701465 url https://www.openlane.eu/en/carv6/auction/10701465
2026-03-24 10: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-24 10:30:38 [adesa.uk] INFO: Found listing with ID: 10701454
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701454%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [adesa.uk] INFO: Scrape type for 10701454: 2
2026-03-24 10:30:38 [adesa.uk] INFO: Scraping item 10701454 url https://www.openlane.eu/en/carv6/auction/10701454
2026-03-24 10:30:38 [adesa.uk] INFO: Found listing with ID: 10701427
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701427%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [adesa.uk] INFO: Scrape type for 10701427: 2
2026-03-24 10:30:38 [adesa.uk] INFO: Scraping item 10701427 url https://www.openlane.eu/en/carv6/auction/10701427
2026-03-24 10:30:38 [adesa.uk] INFO: Found listing with ID: 10701426
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701426%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [adesa.uk] INFO: Scrape type for 10701426: 2
2026-03-24 10:30:38 [adesa.uk] INFO: Scraping item 10701426 url https://www.openlane.eu/en/carv6/auction/10701426
2026-03-24 10:30:38 [adesa.uk] INFO: Found listing with ID: 10701447
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701447%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [adesa.uk] INFO: Scrape type for 10701447: 2
2026-03-24 10:30:38 [adesa.uk] INFO: Scraping item 10701447 url https://www.openlane.eu/en/carv6/auction/10701447
2026-03-24 10:30:38 [adesa.uk] INFO: Found listing with ID: 10701455
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701455%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [adesa.uk] INFO: Scrape type for 10701455: 2
2026-03-24 10:30:38 [adesa.uk] INFO: Scraping item 10701455 url https://www.openlane.eu/en/carv6/auction/10701455
2026-03-24 10:30:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716392> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:38 [adesa.uk] INFO: Found listing with ID: 10701446
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701446%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [adesa.uk] INFO: Scrape type for 10701446: 2
2026-03-24 10:30:38 [adesa.uk] INFO: Scraping item 10701446 url https://www.openlane.eu/en/carv6/auction/10701446
2026-03-24 10: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-24 10:30:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47f8b9e2-45d3-5f2b-9486-cf949eade1e2 with identifier: 10716442
2026-03-24 10:30:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47f8b9e2-45d3-5f2b-9486-cf949eade1e2 with scrape type 1
2026-03-24 10:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 47f8b9e2-45d3-5f2b-9486-cf949eade1e2
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742482%252Fgeneral%252Fe7b22ceb-2c07-447a-b12b-52859c44299b.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742482/general/e7b22ceb-2c07-447a-b12b-52859c44299b.jpg not downloaded yet
2026-03-24 10:30:38 [adesa.uk] INFO: Found listing with ID: 10701456
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701456%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [adesa.uk] INFO: Scrape type for 10701456: 2
2026-03-24 10:30:38 [adesa.uk] INFO: Scraping item 10701456 url https://www.openlane.eu/en/carv6/auction/10701456
2026-03-24 10:30:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5680088/general/39f3ef23-1afe-4d32-b986-c477c144ea1e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10716420)
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742482%252Fgeneral%252F60ad4e20-71cf-487b-8ff2-b9d7538b6662.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742482/general/60ad4e20-71cf-487b-8ff2-b9d7538b6662.jpg not downloaded yet
2026-03-24 10:30:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b72ea1c-aa59-5daf-954c-af4abf9799e8 with identifier: 10716392
2026-03-24 10:30:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b72ea1c-aa59-5daf-954c-af4abf9799e8 with scrape type 1
2026-03-24 10:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8b72ea1c-aa59-5daf-954c-af4abf9799e8
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5540484%252Fgeneral%252F9e10abb1-5834-4fb2-8caa-832787db9a1b.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5540484/general/9e10abb1-5834-4fb2-8caa-832787db9a1b.jpg already downloaded
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5540484%252Fgeneral%252F411a4a74-7bfc-4897-9a9a-d7ba3cd0c77d.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5540484/general/411a4a74-7bfc-4897-9a9a-d7ba3cd0c77d.jpg already downloaded
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5540484%252Fgeneral%252F3e1044c0-3aa7-4c47-bada-94582129e916.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5540484/general/3e1044c0-3aa7-4c47-bada-94582129e916.jpg already downloaded
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5540484%252Fgeneral%252F32361f7f-378d-4387-9920-13d6f46c7126.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5540484/general/32361f7f-378d-4387-9920-13d6f46c7126.jpg already downloaded
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5540484%252Fgeneral%252Fc47bd6a0-05fc-4ca8-9486-09acb7ef794d.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5540484/general/c47bd6a0-05fc-4ca8-9486-09acb7ef794d.jpg already downloaded
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5540484%252Fgeneral%252Fb0feece5-c69c-440f-a6aa-dec345946f69.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5540484/general/b0feece5-c69c-440f-a6aa-dec345946f69.jpg already downloaded
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5540484%252Fgeneral%252F65be7059-9046-491d-9f4a-96d6c440d134.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5540484/general/65be7059-9046-491d-9f4a-96d6c440d134.jpg already downloaded
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5540484%252Fgeneral%252Ff6aaa2ac-19c0-4078-b21c-7b18087453b1.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5540484/general/f6aaa2ac-19c0-4078-b21c-7b18087453b1.jpg already downloaded
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5540484%252Fgeneral%252Fdfd7d76e-13f4-4124-ac85-338e1379c69d.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5540484/general/dfd7d76e-13f4-4124-ac85-338e1379c69d.jpg already downloaded
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5540484%252Fgeneral%252Fb0837953-1163-4ace-856e-dd8cf64df157.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5540484/general/b0837953-1163-4ace-856e-dd8cf64df157.jpg already downloaded
2026-03-24 10:30:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 8b72ea1c-aa59-5daf-954c-af4abf9799e8, identifier: 10716392
2026-03-24 10:30:39 [adesa.uk] INFO: Found listing with ID: 10701457
2026-03-24 10:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701457%27 HTTP/1.1" 200 None
2026-03-24 10:30:39 [adesa.uk] INFO: Scrape type for 10701457: 2
2026-03-24 10:30:39 [adesa.uk] INFO: Scraping item 10701457 url https://www.openlane.eu/en/carv6/auction/10701457
2026-03-24 10:30:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 8b72ea1c-aa59-5daf-954c-af4abf9799e8 with identifier: 10716392
2026-03-24 10:30:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 8b72ea1c-aa59-5daf-954c-af4abf9799e8 with identifier: 10716392
2026-03-24 10:30:39 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 8b72ea1c-aa59-5daf-954c-af4abf9799e8 with identifier: 10716392 to the API
2026-03-24 10:30:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:30: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-24 10:30:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716392>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 156,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Electric',
'id': '8b72ea1c-aa59-5daf-954c-af4abf9799e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WO73PXC',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716392',
'listing': 'auction',
'location': 'Corby',
'make': 'Jeep',
'model': 'Avenger',
'odometer': 8177,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 24,
'photo_urls': ['https://images.openlane.eu/carimgs/5540484/general/9e10abb1-5834-4fb2-8caa-832787db9a1b.jpg',
'https://images.openlane.eu/carimgs/5540484/general/411a4a74-7bfc-4897-9a9a-d7ba3cd0c77d.jpg',
'https://images.openlane.eu/carimgs/5540484/general/3e1044c0-3aa7-4c47-bada-94582129e916.jpg',
'https://images.openlane.eu/carimgs/5540484/general/32361f7f-378d-4387-9920-13d6f46c7126.jpg',
'https://images.openlane.eu/carimgs/5540484/general/c47bd6a0-05fc-4ca8-9486-09acb7ef794d.jpg',
'https://images.openlane.eu/carimgs/5540484/general/b0feece5-c69c-440f-a6aa-dec345946f69.jpg',
'https://images.openlane.eu/carimgs/5540484/general/65be7059-9046-491d-9f4a-96d6c440d134.jpg',
'https://images.openlane.eu/carimgs/5540484/general/f6aaa2ac-19c0-4078-b21c-7b18087453b1.jpg',
'https://images.openlane.eu/carimgs/5540484/general/dfd7d76e-13f4-4124-ac85-338e1379c69d.jpg',
'https://images.openlane.eu/carimgs/5540484/general/b0837953-1163-4ace-856e-dd8cf64df157.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b72ea1c-aa59-5daf-954c-af4abf9799e8/8b72ea1c-aa59-5daf-954c-af4abf9799e8_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 131587,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5540484/general/9e10abb1-5834-4fb2-8caa-832787db9a1b.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b72ea1c-aa59-5daf-954c-af4abf9799e8/8b72ea1c-aa59-5daf-954c-af4abf9799e8_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106768,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5540484/general/411a4a74-7bfc-4897-9a9a-d7ba3cd0c77d.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b72ea1c-aa59-5daf-954c-af4abf9799e8/8b72ea1c-aa59-5daf-954c-af4abf9799e8_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109834,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5540484/general/3e1044c0-3aa7-4c47-bada-94582129e916.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b72ea1c-aa59-5daf-954c-af4abf9799e8/8b72ea1c-aa59-5daf-954c-af4abf9799e8_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 124790,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5540484/general/32361f7f-378d-4387-9920-13d6f46c7126.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b72ea1c-aa59-5daf-954c-af4abf9799e8/8b72ea1c-aa59-5daf-954c-af4abf9799e8_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 111296,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5540484/general/c47bd6a0-05fc-4ca8-9486-09acb7ef794d.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b72ea1c-aa59-5daf-954c-af4abf9799e8/8b72ea1c-aa59-5daf-954c-af4abf9799e8_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110631,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5540484/general/b0feece5-c69c-440f-a6aa-dec345946f69.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b72ea1c-aa59-5daf-954c-af4abf9799e8/8b72ea1c-aa59-5daf-954c-af4abf9799e8_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110282,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5540484/general/65be7059-9046-491d-9f4a-96d6c440d134.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b72ea1c-aa59-5daf-954c-af4abf9799e8/8b72ea1c-aa59-5daf-954c-af4abf9799e8_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98630,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5540484/general/f6aaa2ac-19c0-4078-b21c-7b18087453b1.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b72ea1c-aa59-5daf-954c-af4abf9799e8/8b72ea1c-aa59-5daf-954c-af4abf9799e8_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89390,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5540484/general/dfd7d76e-13f4-4124-ac85-338e1379c69d.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b72ea1c-aa59-5daf-954c-af4abf9799e8/8b72ea1c-aa59-5daf-954c-af4abf9799e8_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 111925,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5540484/general/b0837953-1163-4ace-856e-dd8cf64df157.jpg',
'Width': 960}],
'price': 13500,
'price_includes_vat': True,
'registration_date': '2024-01-31',
'seats_number': 5,
'seller_name': None,
'title': 'Jeep Avenger 51 kWh First Edition - Electric - Automatic - 156 hp - '
'WO73PXC - 8,177 mi',
'transmission': 'automatic',
'trim': 'First Edition',
'vin': None,
'year': 2024}
2026-03-24 10:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716392%27 HTTP/1.1" 200 None
2026-03-24 10:30:39 [adesa.uk] INFO: Saving data for 10716392: {'created_time': 1774348239.419708, 'last_price_update_time': 1774348239.419722, 'auction_closing_time': 1774447200.0}
2026-03-24 10:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716392') HTTP/1.1" 204 0
2026-03-24 10:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742482%252Fgeneral%252F758bb406-d888-4983-ac77-a10f68e1f740.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742482/general/758bb406-d888-4983-ac77-a10f68e1f740.jpg not downloaded yet
2026-03-24 10:30:39 [adesa.uk] INFO: Found listing with ID: 10701458
2026-03-24 10:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701458%27 HTTP/1.1" 200 None
2026-03-24 10:30:39 [adesa.uk] INFO: Scrape type for 10701458: 2
2026-03-24 10:30:39 [adesa.uk] INFO: Scraping item 10701458 url https://www.openlane.eu/en/carv6/auction/10701458
2026-03-24 10:30:39 [common.azure_blobstore] INFO: Using managed identity for Azure Blob Storage
2026-03-24 10:30:39 [common.azure_blobstore] INFO: Using managed identity with client ID: 39192755-105d-4ce2-a21d-ab53b63f8b87
2026-03-24 10:30:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:30:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f64610e1f10>
2026-03-24 10:30:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:30:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-24 10:30:39 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2107
2026-03-24 10:30:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxproduction.blob.core.windows.net:443
2026-03-24 10: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-24 10:30:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:30:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31f9a3fc-5ba0-544c-9219-d62c436019e0/31f9a3fc-5ba0-544c-9219-d62c436019e0_image_3.jpg HTTP/1.1" 201 0
2026-03-24 10:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.uk',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680088%252Fgeneral%252F39f3ef23-1afe-4d32-b986-c477c144ea1e.jpg') HTTP/1.1" 204 0
2026-03-24 10:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680088/general/39f3ef23-1afe-4d32-b986-c477c144ea1e.jpg saved to cache
2026-03-24 10:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 31f9a3fc-5ba0-544c-9219-d62c436019e0
2026-03-24 10:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742482%252Fgeneral%252Fd931bd50-2a90-4a76-83d8-b564d29142a7.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742482/general/d931bd50-2a90-4a76-83d8-b564d29142a7.jpg not downloaded yet
2026-03-24 10:30:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716440> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716439> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:39 [adesa.uk] INFO: Found listing with ID: 10701430
2026-03-24 10:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701430%27 HTTP/1.1" 200 None
2026-03-24 10:30:39 [adesa.uk] INFO: Scrape type for 10701430: 2
2026-03-24 10:30:39 [adesa.uk] INFO: Scraping item 10701430 url https://www.openlane.eu/en/carv6/auction/10701430
2026-03-24 10: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-24 10: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-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742482%252Fgeneral%252F6882e582-aca3-4465-aa28-b7dddd274e93.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742482/general/6882e582-aca3-4465-aa28-b7dddd274e93.jpg not downloaded yet
2026-03-24 10:30:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716438> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:40 [adesa.uk] INFO: Found listing with ID: 10701425
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701425%27 HTTP/1.1" 200 None
2026-03-24 10:30:40 [adesa.uk] INFO: Scrape type for 10701425: 2
2026-03-24 10:30:40 [adesa.uk] INFO: Scraping item 10701425 url https://www.openlane.eu/en/carv6/auction/10701425
2026-03-24 10: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-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742482%252Fgeneral%252Fcba46368-d8b6-457b-95ff-c853c1bb7dd1.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742482/general/cba46368-d8b6-457b-95ff-c853c1bb7dd1.jpg not downloaded yet
2026-03-24 10:30:40 [adesa.uk] INFO: Found listing with ID: 10707697
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710707697%27 HTTP/1.1" 200 None
2026-03-24 10:30:40 [adesa.uk] INFO: Scrape type for 10707697: 0
2026-03-24 10:30:40 [adesa.uk] INFO: Skipping item 10707697 url https://www.openlane.eu/en/carv6/auction/10707697
2026-03-24 10:30:40 [adesa.uk] INFO: Found listing with ID: 10701462
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701462%27 HTTP/1.1" 200 None
2026-03-24 10:30:40 [adesa.uk] INFO: Scrape type for 10701462: 2
2026-03-24 10:30:40 [adesa.uk] INFO: Scraping item 10701462 url https://www.openlane.eu/en/carv6/auction/10701462
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742482%252Fgeneral%252Faef99641-2f0e-4dd3-8212-c2348f304903.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742482/general/aef99641-2f0e-4dd3-8212-c2348f304903.jpg not downloaded yet
2026-03-24 10:30:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5742482/general/e7b22ceb-2c07-447a-b12b-52859c44299b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10716442)
2026-03-24 10:30:40 [adesa.uk] INFO: Found listing with ID: 10701460
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701460%27 HTTP/1.1" 200 None
2026-03-24 10:30:40 [adesa.uk] INFO: Scrape type for 10701460: 2
2026-03-24 10:30:40 [adesa.uk] INFO: Scraping item 10701460 url https://www.openlane.eu/en/carv6/auction/10701460
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742482%252Fgeneral%252F2c037ab1-4f00-464b-acab-1e2525a8dba3.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742482/general/2c037ab1-4f00-464b-acab-1e2525a8dba3.jpg not downloaded yet
2026-03-24 10:30:40 [adesa.uk] INFO: Found listing with ID: 10701461
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701461%27 HTTP/1.1" 200 None
2026-03-24 10:30:40 [adesa.uk] INFO: Scrape type for 10701461: 2
2026-03-24 10:30:40 [adesa.uk] INFO: Scraping item 10701461 url https://www.openlane.eu/en/carv6/auction/10701461
2026-03-24 10:30:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 672f06f7-b53f-5cbc-9a26-382ed21ca2fa with identifier: 10716440
2026-03-24 10:30:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 672f06f7-b53f-5cbc-9a26-382ed21ca2fa with scrape type 1
2026-03-24 10:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 672f06f7-b53f-5cbc-9a26-382ed21ca2fa
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731462%252Fgeneral%252F136c4654-5318-4bc2-82c7-fb88fa6236fb.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731462/general/136c4654-5318-4bc2-82c7-fb88fa6236fb.jpg already downloaded
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731462%252Fgeneral%252Fd6057531-2a6e-4318-8385-8e226588b799.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731462/general/d6057531-2a6e-4318-8385-8e226588b799.jpg already downloaded
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731462%252Fgeneral%252Fe0ab200f-0d40-4666-b1d1-681271967594.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731462/general/e0ab200f-0d40-4666-b1d1-681271967594.jpg already downloaded
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731462%252Fgeneral%252F983bbf43-85cf-4c86-b721-531aab29dfa4.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731462/general/983bbf43-85cf-4c86-b721-531aab29dfa4.jpg already downloaded
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731462%252Fgeneral%252F79a7f369-015f-43ce-967d-a6d90223c60f.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731462/general/79a7f369-015f-43ce-967d-a6d90223c60f.jpg already downloaded
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731462%252Fgeneral%252F2b29652b-8d9e-4c47-8bf8-7a351b364564.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731462/general/2b29652b-8d9e-4c47-8bf8-7a351b364564.jpg already downloaded
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731462%252Fgeneral%252F0473b8b9-3405-4918-b4e4-9ca47a88580b.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731462/general/0473b8b9-3405-4918-b4e4-9ca47a88580b.jpg already downloaded
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731462%252Fgeneral%252F569a0ca5-0d82-41a5-b38d-d2fab47b440e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731462/general/569a0ca5-0d82-41a5-b38d-d2fab47b440e.jpg already downloaded
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731462%252Fgeneral%252Fc6a7826c-30b6-46bb-a957-cb725a7e4e36.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731462/general/c6a7826c-30b6-46bb-a957-cb725a7e4e36.jpg already downloaded
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731462%252Fgeneral%252F914853f6-9537-491f-9227-52d89db8d257.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731462/general/914853f6-9537-491f-9227-52d89db8d257.jpg already downloaded
2026-03-24 10:30:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 672f06f7-b53f-5cbc-9a26-382ed21ca2fa, identifier: 10716440
2026-03-24 10:30:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fba1a435-dadc-5493-87f2-565cfa4595d3 with identifier: 10716439
2026-03-24 10:30:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fba1a435-dadc-5493-87f2-565cfa4595d3 with scrape type 1
2026-03-24 10:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item fba1a435-dadc-5493-87f2-565cfa4595d3
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731449%252Fgeneral%252F245f3760-7418-400b-99d6-ed0741635bbb.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731449/general/245f3760-7418-400b-99d6-ed0741635bbb.jpg already downloaded
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731449%252Fgeneral%252F6452cf8e-6534-4a69-a53f-61ac3daf794a.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731449/general/6452cf8e-6534-4a69-a53f-61ac3daf794a.jpg already downloaded
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731449%252Fgeneral%252Fe75a46e2-09db-4a5d-8b94-d715b5ffdc67.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731449/general/e75a46e2-09db-4a5d-8b94-d715b5ffdc67.jpg already downloaded
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731449%252Fgeneral%252F540ffb1d-7ca0-4636-b668-159bef2a3dfc.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731449/general/540ffb1d-7ca0-4636-b668-159bef2a3dfc.jpg already downloaded
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731449%252Fgeneral%252F304037ef-62ee-4eca-b10e-27c5f8605102.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731449/general/304037ef-62ee-4eca-b10e-27c5f8605102.jpg already downloaded
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731449%252Fgeneral%252Febd47883-6415-4cfd-9f19-e8e5655ad577.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731449/general/ebd47883-6415-4cfd-9f19-e8e5655ad577.jpg already downloaded
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731449%252Fgeneral%252F9a5a24ce-3d76-4549-a2e9-b0161ab65abe.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731449/general/9a5a24ce-3d76-4549-a2e9-b0161ab65abe.jpg already downloaded
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731449%252Fgeneral%252F2e6cd494-7992-4aa0-9c92-39697f84293a.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731449/general/2e6cd494-7992-4aa0-9c92-39697f84293a.jpg already downloaded
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731449%252Fgeneral%252F3a01d572-c225-4ec3-8c86-c102606522dd.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731449/general/3a01d572-c225-4ec3-8c86-c102606522dd.jpg already downloaded
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731449%252Fgeneral%252F80d04721-c14b-4f2d-ac91-cdc8874c8874.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731449/general/80d04721-c14b-4f2d-ac91-cdc8874c8874.jpg already downloaded
2026-03-24 10:30:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: fba1a435-dadc-5493-87f2-565cfa4595d3, identifier: 10716439
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742482%252Fgeneral%252F3505e3ba-e3bd-4b55-b7a9-6498a3eaccd7.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742482/general/3505e3ba-e3bd-4b55-b7a9-6498a3eaccd7.jpg not downloaded yet
2026-03-24 10:30:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 672f06f7-b53f-5cbc-9a26-382ed21ca2fa with identifier: 10716440
2026-03-24 10:30:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 672f06f7-b53f-5cbc-9a26-382ed21ca2fa with identifier: 10716440
2026-03-24 10:30:41 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 672f06f7-b53f-5cbc-9a26-382ed21ca2fa with identifier: 10716440 to the API
2026-03-24 10:30:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:30:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716440>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Electric',
'id': '672f06f7-b53f-5cbc-9a26-382ed21ca2fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'NU25BFK',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716440',
'listing': 'auction',
'location': 'Barnsley',
'make': 'Peugeot',
'model': 'e-2008',
'odometer': 2334,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 18,
'photo_urls': ['https://images.openlane.eu/carimgs/5731462/general/136c4654-5318-4bc2-82c7-fb88fa6236fb.jpg',
'https://images.openlane.eu/carimgs/5731462/general/d6057531-2a6e-4318-8385-8e226588b799.jpg',
'https://images.openlane.eu/carimgs/5731462/general/e0ab200f-0d40-4666-b1d1-681271967594.jpg',
'https://images.openlane.eu/carimgs/5731462/general/983bbf43-85cf-4c86-b721-531aab29dfa4.jpg',
'https://images.openlane.eu/carimgs/5731462/general/79a7f369-015f-43ce-967d-a6d90223c60f.jpg',
'https://images.openlane.eu/carimgs/5731462/general/2b29652b-8d9e-4c47-8bf8-7a351b364564.jpg',
'https://images.openlane.eu/carimgs/5731462/general/0473b8b9-3405-4918-b4e4-9ca47a88580b.jpg',
'https://images.openlane.eu/carimgs/5731462/general/569a0ca5-0d82-41a5-b38d-d2fab47b440e.jpg',
'https://images.openlane.eu/carimgs/5731462/general/c6a7826c-30b6-46bb-a957-cb725a7e4e36.jpg',
'https://images.openlane.eu/carimgs/5731462/general/914853f6-9537-491f-9227-52d89db8d257.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_672f06f7-b53f-5cbc-9a26-382ed21ca2fa/672f06f7-b53f-5cbc-9a26-382ed21ca2fa_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 206383,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731462/general/136c4654-5318-4bc2-82c7-fb88fa6236fb.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_672f06f7-b53f-5cbc-9a26-382ed21ca2fa/672f06f7-b53f-5cbc-9a26-382ed21ca2fa_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 200337,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731462/general/d6057531-2a6e-4318-8385-8e226588b799.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_672f06f7-b53f-5cbc-9a26-382ed21ca2fa/672f06f7-b53f-5cbc-9a26-382ed21ca2fa_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 179713,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731462/general/e0ab200f-0d40-4666-b1d1-681271967594.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_672f06f7-b53f-5cbc-9a26-382ed21ca2fa/672f06f7-b53f-5cbc-9a26-382ed21ca2fa_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 187584,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731462/general/983bbf43-85cf-4c86-b721-531aab29dfa4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_672f06f7-b53f-5cbc-9a26-382ed21ca2fa/672f06f7-b53f-5cbc-9a26-382ed21ca2fa_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 193090,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731462/general/79a7f369-015f-43ce-967d-a6d90223c60f.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_672f06f7-b53f-5cbc-9a26-382ed21ca2fa/672f06f7-b53f-5cbc-9a26-382ed21ca2fa_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 182936,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731462/general/2b29652b-8d9e-4c47-8bf8-7a351b364564.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_672f06f7-b53f-5cbc-9a26-382ed21ca2fa/672f06f7-b53f-5cbc-9a26-382ed21ca2fa_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 203219,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731462/general/0473b8b9-3405-4918-b4e4-9ca47a88580b.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_672f06f7-b53f-5cbc-9a26-382ed21ca2fa/672f06f7-b53f-5cbc-9a26-382ed21ca2fa_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 221644,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731462/general/569a0ca5-0d82-41a5-b38d-d2fab47b440e.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_672f06f7-b53f-5cbc-9a26-382ed21ca2fa/672f06f7-b53f-5cbc-9a26-382ed21ca2fa_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 183188,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731462/general/c6a7826c-30b6-46bb-a957-cb725a7e4e36.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_672f06f7-b53f-5cbc-9a26-382ed21ca2fa/672f06f7-b53f-5cbc-9a26-382ed21ca2fa_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 250136,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731462/general/914853f6-9537-491f-9227-52d89db8d257.jpg',
'Width': 1024}],
'price': 16100,
'price_includes_vat': True,
'registration_date': '2025-06-04',
'seats_number': 5,
'seller_name': 'Pentagon Barnsley',
'title': 'Peugeot e-2008 50 kWh GT - Electric - Automatic - 136 hp - NU25BFK '
'- 2,334 mi',
'transmission': 'automatic',
'trim': 'GT',
'vin': None,
'year': 2025}
2026-03-24 10:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716440%27 HTTP/1.1" 200 None
2026-03-24 10:30:41 [adesa.uk] INFO: Saving data for 10716440: {'created_time': 1774348241.314341, 'last_price_update_time': 1774348241.314355, 'auction_closing_time': 1774447200.0}
2026-03-24 10:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716440') HTTP/1.1" 204 0
2026-03-24 10:30:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: fba1a435-dadc-5493-87f2-565cfa4595d3 with identifier: 10716439
2026-03-24 10:30:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: fba1a435-dadc-5493-87f2-565cfa4595d3 with identifier: 10716439
2026-03-24 10:30:41 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: fba1a435-dadc-5493-87f2-565cfa4595d3 with identifier: 10716439 to the API
2026-03-24 10:30:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:30:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716439>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Yellow',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 102,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': 'fba1a435-dadc-5493-87f2-565cfa4595d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'SO72ULJ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716439',
'listing': 'auction',
'location': 'Barnsley',
'make': 'Peugeot',
'model': '208',
'odometer': 15279,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 19,
'photo_urls': ['https://images.openlane.eu/carimgs/5731449/general/245f3760-7418-400b-99d6-ed0741635bbb.jpg',
'https://images.openlane.eu/carimgs/5731449/general/6452cf8e-6534-4a69-a53f-61ac3daf794a.jpg',
'https://images.openlane.eu/carimgs/5731449/general/e75a46e2-09db-4a5d-8b94-d715b5ffdc67.jpg',
'https://images.openlane.eu/carimgs/5731449/general/540ffb1d-7ca0-4636-b668-159bef2a3dfc.jpg',
'https://images.openlane.eu/carimgs/5731449/general/304037ef-62ee-4eca-b10e-27c5f8605102.jpg',
'https://images.openlane.eu/carimgs/5731449/general/ebd47883-6415-4cfd-9f19-e8e5655ad577.jpg',
'https://images.openlane.eu/carimgs/5731449/general/9a5a24ce-3d76-4549-a2e9-b0161ab65abe.jpg',
'https://images.openlane.eu/carimgs/5731449/general/2e6cd494-7992-4aa0-9c92-39697f84293a.jpg',
'https://images.openlane.eu/carimgs/5731449/general/3a01d572-c225-4ec3-8c86-c102606522dd.jpg',
'https://images.openlane.eu/carimgs/5731449/general/80d04721-c14b-4f2d-ac91-cdc8874c8874.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fba1a435-dadc-5493-87f2-565cfa4595d3/fba1a435-dadc-5493-87f2-565cfa4595d3_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 187414,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731449/general/245f3760-7418-400b-99d6-ed0741635bbb.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fba1a435-dadc-5493-87f2-565cfa4595d3/fba1a435-dadc-5493-87f2-565cfa4595d3_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 198555,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731449/general/6452cf8e-6534-4a69-a53f-61ac3daf794a.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fba1a435-dadc-5493-87f2-565cfa4595d3/fba1a435-dadc-5493-87f2-565cfa4595d3_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 192848,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731449/general/e75a46e2-09db-4a5d-8b94-d715b5ffdc67.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fba1a435-dadc-5493-87f2-565cfa4595d3/fba1a435-dadc-5493-87f2-565cfa4595d3_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 180499,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731449/general/540ffb1d-7ca0-4636-b668-159bef2a3dfc.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fba1a435-dadc-5493-87f2-565cfa4595d3/fba1a435-dadc-5493-87f2-565cfa4595d3_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 183757,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731449/general/304037ef-62ee-4eca-b10e-27c5f8605102.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fba1a435-dadc-5493-87f2-565cfa4595d3/fba1a435-dadc-5493-87f2-565cfa4595d3_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 180669,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731449/general/ebd47883-6415-4cfd-9f19-e8e5655ad577.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fba1a435-dadc-5493-87f2-565cfa4595d3/fba1a435-dadc-5493-87f2-565cfa4595d3_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 196914,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731449/general/9a5a24ce-3d76-4549-a2e9-b0161ab65abe.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fba1a435-dadc-5493-87f2-565cfa4595d3/fba1a435-dadc-5493-87f2-565cfa4595d3_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 181668,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731449/general/2e6cd494-7992-4aa0-9c92-39697f84293a.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fba1a435-dadc-5493-87f2-565cfa4595d3/fba1a435-dadc-5493-87f2-565cfa4595d3_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 175289,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731449/general/3a01d572-c225-4ec3-8c86-c102606522dd.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fba1a435-dadc-5493-87f2-565cfa4595d3/fba1a435-dadc-5493-87f2-565cfa4595d3_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156670,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731449/general/80d04721-c14b-4f2d-ac91-cdc8874c8874.jpg',
'Width': 1024}],
'price': 11500,
'price_includes_vat': True,
'registration_date': '2022-10-24',
'seats_number': 5,
'seller_name': 'Pentagon Barnsley',
'title': 'Peugeot 208 1.2i Allure Premium - Petrol - Automatic - 102 hp - '
'SO72ULJ - 15,279 mi',
'transmission': 'automatic',
'trim': 'Allure Premium',
'vin': None,
'year': 2022}
2026-03-24 10:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716439%27 HTTP/1.1" 200 None
2026-03-24 10:30:42 [adesa.uk] INFO: Saving data for 10716439: {'created_time': 1774348242.21305, 'last_price_update_time': 1774348242.213064, 'auction_closing_time': 1774447200.0}
2026-03-24 10:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716439') HTTP/1.1" 204 0
2026-03-24 10:30:42 [adesa.uk] INFO: Found listing with ID: 10702611
2026-03-24 10:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710702611%27 HTTP/1.1" 200 None
2026-03-24 10:30:42 [adesa.uk] INFO: Scrape type for 10702611: 2
2026-03-24 10:30:42 [adesa.uk] INFO: Scraping item 10702611 url https://www.openlane.eu/en/carv6/auction/10702611
2026-03-24 10:30:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80557aaa-884f-5a5a-9686-c2df4ce246ea with identifier: 10716438
2026-03-24 10:30:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80557aaa-884f-5a5a-9686-c2df4ce246ea with scrape type 1
2026-03-24 10:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 80557aaa-884f-5a5a-9686-c2df4ce246ea
2026-03-24 10:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731447%252Fgeneral%252Fcb9539a3-924c-4e26-980b-7786cf28e468.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731447/general/cb9539a3-924c-4e26-980b-7786cf28e468.jpg already downloaded
2026-03-24 10:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731447%252Fgeneral%252F90e6f32d-d940-4899-aee4-bd67174527f2.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731447/general/90e6f32d-d940-4899-aee4-bd67174527f2.jpg already downloaded
2026-03-24 10:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731447%252Fgeneral%252F07ae221f-ab89-417e-a891-e30c20826224.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731447/general/07ae221f-ab89-417e-a891-e30c20826224.jpg already downloaded
2026-03-24 10:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731447%252Fgeneral%252Fbde9d882-6676-432d-8623-bad6c5015c97.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731447/general/bde9d882-6676-432d-8623-bad6c5015c97.jpg already downloaded
2026-03-24 10:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731447%252Fgeneral%252F91779483-693d-4d1b-8d58-2bc67151d5dc.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731447/general/91779483-693d-4d1b-8d58-2bc67151d5dc.jpg already downloaded
2026-03-24 10:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731447%252Fgeneral%252Fa84015bd-3e20-4a60-a0a4-f4a8c0148b42.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731447/general/a84015bd-3e20-4a60-a0a4-f4a8c0148b42.jpg already downloaded
2026-03-24 10:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731447%252Fgeneral%252F54d172e7-d6d2-4eda-b419-0393a2b81e51.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731447/general/54d172e7-d6d2-4eda-b419-0393a2b81e51.jpg already downloaded
2026-03-24 10:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731447%252Fgeneral%252F77a9e0c0-7478-4721-9349-3d99e29e804e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731447/general/77a9e0c0-7478-4721-9349-3d99e29e804e.jpg already downloaded
2026-03-24 10:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731447%252Fgeneral%252F38b64d59-539d-4557-9463-909ba99ba549.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731447/general/38b64d59-539d-4557-9463-909ba99ba549.jpg already downloaded
2026-03-24 10:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731447%252Fgeneral%252F9518dbf3-bc09-4491-b55d-d89dce983711.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731447/general/9518dbf3-bc09-4491-b55d-d89dce983711.jpg already downloaded
2026-03-24 10:30:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 80557aaa-884f-5a5a-9686-c2df4ce246ea, identifier: 10716438
2026-03-24 10:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742482%252Fgeneral%252F8992d40f-810c-44fc-afbb-d32319c24012.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742482/general/8992d40f-810c-44fc-afbb-d32319c24012.jpg not downloaded yet
2026-03-24 10:30:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716431> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 80557aaa-884f-5a5a-9686-c2df4ce246ea with identifier: 10716438
2026-03-24 10:30:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:30:42 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Red HTTP/1.1" 200 None
2026-03-24 10:30:42 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:30:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 80557aaa-884f-5a5a-9686-c2df4ce246ea with identifier: 10716438
2026-03-24 10:30:42 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 80557aaa-884f-5a5a-9686-c2df4ce246ea with identifier: 10716438 to the API
2026-03-24 10:30:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:30:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716438>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Red',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.3L',
'engine_horse_power': 160,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': '80557aaa-884f-5a5a-9686-c2df4ce246ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'YT70WYD',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716438',
'listing': 'auction',
'location': 'Burton upon Trent',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 28123,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 16,
'photo_urls': ['https://images.openlane.eu/carimgs/5731447/general/cb9539a3-924c-4e26-980b-7786cf28e468.jpg',
'https://images.openlane.eu/carimgs/5731447/general/90e6f32d-d940-4899-aee4-bd67174527f2.jpg',
'https://images.openlane.eu/carimgs/5731447/general/07ae221f-ab89-417e-a891-e30c20826224.jpg',
'https://images.openlane.eu/carimgs/5731447/general/bde9d882-6676-432d-8623-bad6c5015c97.jpg',
'https://images.openlane.eu/carimgs/5731447/general/91779483-693d-4d1b-8d58-2bc67151d5dc.jpg',
'https://images.openlane.eu/carimgs/5731447/general/a84015bd-3e20-4a60-a0a4-f4a8c0148b42.jpg',
'https://images.openlane.eu/carimgs/5731447/general/54d172e7-d6d2-4eda-b419-0393a2b81e51.jpg',
'https://images.openlane.eu/carimgs/5731447/general/77a9e0c0-7478-4721-9349-3d99e29e804e.jpg',
'https://images.openlane.eu/carimgs/5731447/general/38b64d59-539d-4557-9463-909ba99ba549.jpg',
'https://images.openlane.eu/carimgs/5731447/general/9518dbf3-bc09-4491-b55d-d89dce983711.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80557aaa-884f-5a5a-9686-c2df4ce246ea/80557aaa-884f-5a5a-9686-c2df4ce246ea_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 184511,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731447/general/cb9539a3-924c-4e26-980b-7786cf28e468.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80557aaa-884f-5a5a-9686-c2df4ce246ea/80557aaa-884f-5a5a-9686-c2df4ce246ea_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 188333,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731447/general/90e6f32d-d940-4899-aee4-bd67174527f2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80557aaa-884f-5a5a-9686-c2df4ce246ea/80557aaa-884f-5a5a-9686-c2df4ce246ea_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 194116,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731447/general/07ae221f-ab89-417e-a891-e30c20826224.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80557aaa-884f-5a5a-9686-c2df4ce246ea/80557aaa-884f-5a5a-9686-c2df4ce246ea_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 195019,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731447/general/bde9d882-6676-432d-8623-bad6c5015c97.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80557aaa-884f-5a5a-9686-c2df4ce246ea/80557aaa-884f-5a5a-9686-c2df4ce246ea_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 189187,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731447/general/91779483-693d-4d1b-8d58-2bc67151d5dc.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80557aaa-884f-5a5a-9686-c2df4ce246ea/80557aaa-884f-5a5a-9686-c2df4ce246ea_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 180860,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731447/general/a84015bd-3e20-4a60-a0a4-f4a8c0148b42.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80557aaa-884f-5a5a-9686-c2df4ce246ea/80557aaa-884f-5a5a-9686-c2df4ce246ea_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 165777,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731447/general/54d172e7-d6d2-4eda-b419-0393a2b81e51.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80557aaa-884f-5a5a-9686-c2df4ce246ea/80557aaa-884f-5a5a-9686-c2df4ce246ea_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 177079,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731447/general/77a9e0c0-7478-4721-9349-3d99e29e804e.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80557aaa-884f-5a5a-9686-c2df4ce246ea/80557aaa-884f-5a5a-9686-c2df4ce246ea_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106452,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731447/general/38b64d59-539d-4557-9463-909ba99ba549.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80557aaa-884f-5a5a-9686-c2df4ce246ea/80557aaa-884f-5a5a-9686-c2df4ce246ea_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120393,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731447/general/9518dbf3-bc09-4491-b55d-d89dce983711.jpg',
'Width': 1024}],
'price': 11700,
'price_includes_vat': True,
'registration_date': '2020-09-30',
'seats_number': 5,
'seller_name': 'Pentagon Burton Peugeot',
'title': 'Nissan Qashqai 1.3 DIG-T Tekna - Petrol - Automatic - 160 hp - '
'YT70WYD - 28,123 mi',
'transmission': 'automatic',
'trim': 'Tekna',
'vin': None,
'year': 2020}
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716438%27 HTTP/1.1" 200 None
2026-03-24 10:30:43 [adesa.uk] INFO: Saving data for 10716438: {'created_time': 1774348243.146816, 'last_price_update_time': 1774348243.146826, 'auction_closing_time': 1774447200.0}
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716438') HTTP/1.1" 204 0
2026-03-24 10:30:43 [adesa.uk] INFO: Found listing with ID: 10701421
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701421%27 HTTP/1.1" 200 None
2026-03-24 10:30:43 [adesa.uk] INFO: Scrape type for 10701421: 2
2026-03-24 10:30:43 [adesa.uk] INFO: Scraping item 10701421 url https://www.openlane.eu/en/carv6/auction/10701421
2026-03-24 10:30:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:30:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716427> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716435> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:30:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:30:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:30:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f6460e5ee50>
2026-03-24 10:30:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10: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-24 10:30:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47f8b9e2-45d3-5f2b-9486-cf949eade1e2/47f8b9e2-45d3-5f2b-9486-cf949eade1e2_image_0.jpg HTTP/1.1" 201 0
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.uk',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742482%252Fgeneral%252Fe7b22ceb-2c07-447a-b12b-52859c44299b.jpg') HTTP/1.1" 204 0
2026-03-24 10:30:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742482/general/e7b22ceb-2c07-447a-b12b-52859c44299b.jpg saved to cache
2026-03-24 10:30:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 47f8b9e2-45d3-5f2b-9486-cf949eade1e2
2026-03-24 10:30:43 [adesa.uk] INFO: Found listing with ID: 10701422
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701422%27 HTTP/1.1" 200 None
2026-03-24 10:30:43 [adesa.uk] INFO: Scrape type for 10701422: 2
2026-03-24 10:30:43 [adesa.uk] INFO: Scraping item 10701422 url https://www.openlane.eu/en/carv6/auction/10701422
2026-03-24 10:30:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e01f118-4d9c-58ae-959e-23fb04b0fe12 with identifier: 10716431
2026-03-24 10:30:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e01f118-4d9c-58ae-959e-23fb04b0fe12 with scrape type 1
2026-03-24 10:30:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6e01f118-4d9c-58ae-959e-23fb04b0fe12
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731293%252Fgeneral%252Fcc12d693-06f9-49c2-ba3a-92287e124fe2.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731293/general/cc12d693-06f9-49c2-ba3a-92287e124fe2.jpg already downloaded
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731293%252Fgeneral%252F66387536-bc48-4e5e-9c1d-a7932b663c6b.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731293/general/66387536-bc48-4e5e-9c1d-a7932b663c6b.jpg already downloaded
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731293%252Fgeneral%252F96db1c1c-8c6c-4f13-92a6-2cde4cc578fa.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731293/general/96db1c1c-8c6c-4f13-92a6-2cde4cc578fa.jpg already downloaded
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731293%252Fgeneral%252F7067de59-952f-4348-a7d2-335135879168.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731293/general/7067de59-952f-4348-a7d2-335135879168.jpg already downloaded
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731293%252Fgeneral%252Fbde2593c-0559-4be9-a608-52c6295e1134.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731293/general/bde2593c-0559-4be9-a608-52c6295e1134.jpg already downloaded
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731293%252Fgeneral%252Fc28065b3-5ee7-4f3f-ad1e-11296af2d9e3.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731293/general/c28065b3-5ee7-4f3f-ad1e-11296af2d9e3.jpg already downloaded
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731293%252Fgeneral%252F589a60d9-bbe1-4643-b6ab-3744fd198182.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731293/general/589a60d9-bbe1-4643-b6ab-3744fd198182.jpg already downloaded
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731293%252Fgeneral%252Ff6c2a033-e273-480b-b14a-18fdbaae611b.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731293/general/f6c2a033-e273-480b-b14a-18fdbaae611b.jpg already downloaded
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731293%252Fgeneral%252F1fc18e8d-b51c-4520-b6b4-3fbdf1613bdc.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731293/general/1fc18e8d-b51c-4520-b6b4-3fbdf1613bdc.jpg already downloaded
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731293%252Fgeneral%252Fc62e0c44-8470-43c2-80a2-53b700c95cd4.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731293/general/c62e0c44-8470-43c2-80a2-53b700c95cd4.jpg already downloaded
2026-03-24 10:30:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 6e01f118-4d9c-58ae-959e-23fb04b0fe12, identifier: 10716431
2026-03-24 10:30:43 [adesa.uk] INFO: Found listing with ID: 10701471
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701471%27 HTTP/1.1" 200 None
2026-03-24 10:30:43 [adesa.uk] INFO: Scrape type for 10701471: 2
2026-03-24 10:30:43 [adesa.uk] INFO: Scraping item 10701471 url https://www.openlane.eu/en/carv6/auction/10701471
2026-03-24 10:30:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 6e01f118-4d9c-58ae-959e-23fb04b0fe12 with identifier: 10716431
2026-03-24 10:30:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 6e01f118-4d9c-58ae-959e-23fb04b0fe12 with identifier: 10716431
2026-03-24 10:30:43 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 6e01f118-4d9c-58ae-959e-23fb04b0fe12 with identifier: 10716431 to the API
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:30:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716431>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Red',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'engine_horse_power': 114,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': '6e01f118-4d9c-58ae-959e-23fb04b0fe12',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'LV72HCN',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716431',
'listing': 'auction',
'location': 'Barnsley',
'make': 'Nissan',
'model': 'Juke',
'odometer': 28602,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 16,
'photo_urls': ['https://images.openlane.eu/carimgs/5731293/general/cc12d693-06f9-49c2-ba3a-92287e124fe2.jpg',
'https://images.openlane.eu/carimgs/5731293/general/66387536-bc48-4e5e-9c1d-a7932b663c6b.jpg',
'https://images.openlane.eu/carimgs/5731293/general/96db1c1c-8c6c-4f13-92a6-2cde4cc578fa.jpg',
'https://images.openlane.eu/carimgs/5731293/general/7067de59-952f-4348-a7d2-335135879168.jpg',
'https://images.openlane.eu/carimgs/5731293/general/bde2593c-0559-4be9-a608-52c6295e1134.jpg',
'https://images.openlane.eu/carimgs/5731293/general/c28065b3-5ee7-4f3f-ad1e-11296af2d9e3.jpg',
'https://images.openlane.eu/carimgs/5731293/general/589a60d9-bbe1-4643-b6ab-3744fd198182.jpg',
'https://images.openlane.eu/carimgs/5731293/general/f6c2a033-e273-480b-b14a-18fdbaae611b.jpg',
'https://images.openlane.eu/carimgs/5731293/general/1fc18e8d-b51c-4520-b6b4-3fbdf1613bdc.jpg',
'https://images.openlane.eu/carimgs/5731293/general/c62e0c44-8470-43c2-80a2-53b700c95cd4.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e01f118-4d9c-58ae-959e-23fb04b0fe12/6e01f118-4d9c-58ae-959e-23fb04b0fe12_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 231639,
'Height': 977,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731293/general/cc12d693-06f9-49c2-ba3a-92287e124fe2.jpg',
'Width': 1305},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e01f118-4d9c-58ae-959e-23fb04b0fe12/6e01f118-4d9c-58ae-959e-23fb04b0fe12_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 236155,
'Height': 981,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731293/general/66387536-bc48-4e5e-9c1d-a7932b663c6b.jpg',
'Width': 1307},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e01f118-4d9c-58ae-959e-23fb04b0fe12/6e01f118-4d9c-58ae-959e-23fb04b0fe12_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 213381,
'Height': 977,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731293/general/96db1c1c-8c6c-4f13-92a6-2cde4cc578fa.jpg',
'Width': 1307},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e01f118-4d9c-58ae-959e-23fb04b0fe12/6e01f118-4d9c-58ae-959e-23fb04b0fe12_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 216015,
'Height': 975,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731293/general/7067de59-952f-4348-a7d2-335135879168.jpg',
'Width': 1307},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e01f118-4d9c-58ae-959e-23fb04b0fe12/6e01f118-4d9c-58ae-959e-23fb04b0fe12_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 221154,
'Height': 977,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731293/general/bde2593c-0559-4be9-a608-52c6295e1134.jpg',
'Width': 1303},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e01f118-4d9c-58ae-959e-23fb04b0fe12/6e01f118-4d9c-58ae-959e-23fb04b0fe12_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 223628,
'Height': 980,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731293/general/c28065b3-5ee7-4f3f-ad1e-11296af2d9e3.jpg',
'Width': 1307},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e01f118-4d9c-58ae-959e-23fb04b0fe12/6e01f118-4d9c-58ae-959e-23fb04b0fe12_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 194021,
'Height': 980,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731293/general/589a60d9-bbe1-4643-b6ab-3744fd198182.jpg',
'Width': 1311},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e01f118-4d9c-58ae-959e-23fb04b0fe12/6e01f118-4d9c-58ae-959e-23fb04b0fe12_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 236899,
'Height': 978,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731293/general/f6c2a033-e273-480b-b14a-18fdbaae611b.jpg',
'Width': 1310},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e01f118-4d9c-58ae-959e-23fb04b0fe12/6e01f118-4d9c-58ae-959e-23fb04b0fe12_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 302671,
'Height': 978,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731293/general/1fc18e8d-b51c-4520-b6b4-3fbdf1613bdc.jpg',
'Width': 1312},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e01f118-4d9c-58ae-959e-23fb04b0fe12/6e01f118-4d9c-58ae-959e-23fb04b0fe12_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 348781,
'Height': 977,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731293/general/c62e0c44-8470-43c2-80a2-53b700c95cd4.jpg',
'Width': 1306}],
'price': 11200,
'price_includes_vat': True,
'registration_date': '2022-12-20',
'seats_number': 5,
'seller_name': 'Pentagon Barnsley',
'title': 'Nissan Juke 1.0 DIG-T Tekna - Petrol - Manual - 114 hp - LV72HCN - '
'28,602 mi',
'transmission': 'manual',
'trim': 'Tekna',
'vin': None,
'year': 2022}
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716431%27 HTTP/1.1" 200 None
2026-03-24 10:30:43 [adesa.uk] INFO: Saving data for 10716431: {'created_time': 1774348243.904589, 'last_price_update_time': 1774348243.904601, 'auction_closing_time': 1774447200.0}
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716431') HTTP/1.1" 204 0
2026-03-24 10:30:44 [adesa.uk] INFO: Found listing with ID: 10701423
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701423%27 HTTP/1.1" 200 None
2026-03-24 10:30:44 [adesa.uk] INFO: Scrape type for 10701423: 2
2026-03-24 10:30:44 [adesa.uk] INFO: Scraping item 10701423 url https://www.openlane.eu/en/carv6/auction/10701423
2026-03-24 10:30:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82f48d0f-5494-5228-b273-484c41aa311a with identifier: 10716427
2026-03-24 10:30:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82f48d0f-5494-5228-b273-484c41aa311a with scrape type 1
2026-03-24 10:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 82f48d0f-5494-5228-b273-484c41aa311a
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5695899%252Fgeneral%252F7bc85db7-de7b-4b31-86ff-51f6b5adb4ef.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5695899/general/7bc85db7-de7b-4b31-86ff-51f6b5adb4ef.jpg already downloaded
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5695899%252Fgeneral%252F1ec130dc-01ae-495b-81e4-dc2aab2f6f34.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5695899/general/1ec130dc-01ae-495b-81e4-dc2aab2f6f34.jpg already downloaded
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5695899%252Fgeneral%252Fc4fefba6-88e8-4770-a3c2-426b6de7d012.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5695899/general/c4fefba6-88e8-4770-a3c2-426b6de7d012.jpg already downloaded
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5695899%252Fgeneral%252F668da482-2d48-46a4-8bea-e338d83336c0.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5695899/general/668da482-2d48-46a4-8bea-e338d83336c0.jpg already downloaded
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5695899%252Fgeneral%252F07e2b9d5-d795-46ce-8fea-0a344bb689b9.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5695899/general/07e2b9d5-d795-46ce-8fea-0a344bb689b9.jpg already downloaded
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5695899%252Fgeneral%252Fd12d43fe-13f1-4406-a5f6-8c327c1c7c27.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5695899/general/d12d43fe-13f1-4406-a5f6-8c327c1c7c27.jpg already downloaded
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5695899%252Fgeneral%252F968ada56-736d-4974-bdf9-b806124100c1.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5695899/general/968ada56-736d-4974-bdf9-b806124100c1.jpg already downloaded
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5695899%252Fgeneral%252Ffd9497cf-5947-4cd9-87bb-8888b0e7382d.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5695899/general/fd9497cf-5947-4cd9-87bb-8888b0e7382d.jpg already downloaded
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5695899%252Fgeneral%252F6049d0fd-eef4-4df5-af1e-2952328c5d61.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5695899/general/6049d0fd-eef4-4df5-af1e-2952328c5d61.jpg already downloaded
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5695899%252Fgeneral%252F388eb67a-84f8-429e-a9d4-20ddba8dd9a0.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5695899/general/388eb67a-84f8-429e-a9d4-20ddba8dd9a0.jpg already downloaded
2026-03-24 10:30:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 82f48d0f-5494-5228-b273-484c41aa311a, identifier: 10716427
2026-03-24 10:30:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b64fcf5d-1bde-5df5-a0a5-a06479b4a253 with identifier: 10716435
2026-03-24 10:30:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b64fcf5d-1bde-5df5-a0a5-a06479b4a253 with scrape type 1
2026-03-24 10:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b64fcf5d-1bde-5df5-a0a5-a06479b4a253
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731407%252Fgeneral%252Fe68ed384-48cf-4566-bc05-e6ce11e0105d.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731407/general/e68ed384-48cf-4566-bc05-e6ce11e0105d.jpg already downloaded
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731407%252Fgeneral%252Fee216b47-b7eb-40f6-9548-1295444ad478.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731407/general/ee216b47-b7eb-40f6-9548-1295444ad478.jpg already downloaded
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731407%252Fgeneral%252Fa68816f2-c145-4751-aed9-2b48b8854e00.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731407/general/a68816f2-c145-4751-aed9-2b48b8854e00.jpg already downloaded
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731407%252Fgeneral%252F37f3daf6-a0ba-4334-a505-72418309c296.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731407/general/37f3daf6-a0ba-4334-a505-72418309c296.jpg already downloaded
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731407%252Fgeneral%252Fc44fe418-c893-4b56-9584-3b1e32f2d942.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731407/general/c44fe418-c893-4b56-9584-3b1e32f2d942.jpg already downloaded
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731407%252Fgeneral%252F75cb7380-f087-42ff-9a88-7490d3169fcf.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731407/general/75cb7380-f087-42ff-9a88-7490d3169fcf.jpg already downloaded
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731407%252Fgeneral%252Fb3962949-2b6a-44bb-8b33-4ad33bf70d5a.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731407/general/b3962949-2b6a-44bb-8b33-4ad33bf70d5a.jpg already downloaded
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731407%252Fgeneral%252F5dd95822-5c52-470b-b4d4-358841373fb9.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731407/general/5dd95822-5c52-470b-b4d4-358841373fb9.jpg already downloaded
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731407%252Fgeneral%252F65fbb72f-ad87-4687-ac8d-c957463afaea.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731407/general/65fbb72f-ad87-4687-ac8d-c957463afaea.jpg already downloaded
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731407%252Fgeneral%252F251d46bc-815f-40c5-a2eb-b74f7afa7323.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731407/general/251d46bc-815f-40c5-a2eb-b74f7afa7323.jpg already downloaded
2026-03-24 10:30:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: b64fcf5d-1bde-5df5-a0a5-a06479b4a253, identifier: 10716435
2026-03-24 10:30:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 82f48d0f-5494-5228-b273-484c41aa311a with identifier: 10716427
2026-03-24 10:30:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 82f48d0f-5494-5228-b273-484c41aa311a with identifier: 10716427
2026-03-24 10:30:44 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 82f48d0f-5494-5228-b273-484c41aa311a with identifier: 10716427 to the API
2026-03-24 10:30:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:30: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-24 10:30:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716427>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'engine_horse_power': 125,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': '82f48d0f-5494-5228-b273-484c41aa311a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DN73NZP',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716427',
'listing': 'auction',
'location': 'DUDLEY',
'make': 'Ford',
'model': 'Puma',
'odometer': 15314,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 13,
'photo_urls': ['https://images.openlane.eu/carimgs/5695899/general/7bc85db7-de7b-4b31-86ff-51f6b5adb4ef.jpg',
'https://images.openlane.eu/carimgs/5695899/general/1ec130dc-01ae-495b-81e4-dc2aab2f6f34.jpg',
'https://images.openlane.eu/carimgs/5695899/general/c4fefba6-88e8-4770-a3c2-426b6de7d012.jpg',
'https://images.openlane.eu/carimgs/5695899/general/668da482-2d48-46a4-8bea-e338d83336c0.jpg',
'https://images.openlane.eu/carimgs/5695899/general/07e2b9d5-d795-46ce-8fea-0a344bb689b9.jpg',
'https://images.openlane.eu/carimgs/5695899/general/d12d43fe-13f1-4406-a5f6-8c327c1c7c27.jpg',
'https://images.openlane.eu/carimgs/5695899/general/968ada56-736d-4974-bdf9-b806124100c1.jpg',
'https://images.openlane.eu/carimgs/5695899/general/fd9497cf-5947-4cd9-87bb-8888b0e7382d.jpg',
'https://images.openlane.eu/carimgs/5695899/general/6049d0fd-eef4-4df5-af1e-2952328c5d61.jpg',
'https://images.openlane.eu/carimgs/5695899/general/388eb67a-84f8-429e-a9d4-20ddba8dd9a0.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_82f48d0f-5494-5228-b273-484c41aa311a/82f48d0f-5494-5228-b273-484c41aa311a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75952,
'Height': 557,
'OriginUrl': 'https://images.openlane.eu/carimgs/5695899/general/7bc85db7-de7b-4b31-86ff-51f6b5adb4ef.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_82f48d0f-5494-5228-b273-484c41aa311a/82f48d0f-5494-5228-b273-484c41aa311a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73160,
'Height': 533,
'OriginUrl': 'https://images.openlane.eu/carimgs/5695899/general/1ec130dc-01ae-495b-81e4-dc2aab2f6f34.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_82f48d0f-5494-5228-b273-484c41aa311a/82f48d0f-5494-5228-b273-484c41aa311a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 68519,
'Height': 566,
'OriginUrl': 'https://images.openlane.eu/carimgs/5695899/general/c4fefba6-88e8-4770-a3c2-426b6de7d012.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_82f48d0f-5494-5228-b273-484c41aa311a/82f48d0f-5494-5228-b273-484c41aa311a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 74702,
'Height': 540,
'OriginUrl': 'https://images.openlane.eu/carimgs/5695899/general/668da482-2d48-46a4-8bea-e338d83336c0.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_82f48d0f-5494-5228-b273-484c41aa311a/82f48d0f-5494-5228-b273-484c41aa311a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 71338,
'Height': 533,
'OriginUrl': 'https://images.openlane.eu/carimgs/5695899/general/07e2b9d5-d795-46ce-8fea-0a344bb689b9.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_82f48d0f-5494-5228-b273-484c41aa311a/82f48d0f-5494-5228-b273-484c41aa311a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 59680,
'Height': 533,
'OriginUrl': 'https://images.openlane.eu/carimgs/5695899/general/d12d43fe-13f1-4406-a5f6-8c327c1c7c27.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_82f48d0f-5494-5228-b273-484c41aa311a/82f48d0f-5494-5228-b273-484c41aa311a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82116,
'Height': 533,
'OriginUrl': 'https://images.openlane.eu/carimgs/5695899/general/968ada56-736d-4974-bdf9-b806124100c1.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_82f48d0f-5494-5228-b273-484c41aa311a/82f48d0f-5494-5228-b273-484c41aa311a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 69934,
'Height': 559,
'OriginUrl': 'https://images.openlane.eu/carimgs/5695899/general/fd9497cf-5947-4cd9-87bb-8888b0e7382d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_82f48d0f-5494-5228-b273-484c41aa311a/82f48d0f-5494-5228-b273-484c41aa311a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53442,
'Height': 533,
'OriginUrl': 'https://images.openlane.eu/carimgs/5695899/general/6049d0fd-eef4-4df5-af1e-2952328c5d61.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_82f48d0f-5494-5228-b273-484c41aa311a/82f48d0f-5494-5228-b273-484c41aa311a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 74868,
'Height': 533,
'OriginUrl': 'https://images.openlane.eu/carimgs/5695899/general/388eb67a-84f8-429e-a9d4-20ddba8dd9a0.jpg',
'Width': 800}],
'price': 12900,
'price_includes_vat': True,
'registration_date': '2023-10-11',
'seats_number': 5,
'seller_name': 'Dudley Motor Company',
'title': 'Ford Puma 1.0 ST Line - Petrol - Manual - 125 hp - DN73NZP - 15,314 '
'mi',
'transmission': 'manual',
'trim': 'ST Line',
'vin': None,
'year': 2023}
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716427%27 HTTP/1.1" 200 None
2026-03-24 10:30:45 [adesa.uk] INFO: Saving data for 10716427: {'created_time': 1774348245.019665, 'last_price_update_time': 1774348245.019678, 'auction_closing_time': 1774447200.0}
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716427') HTTP/1.1" 204 0
2026-03-24 10:30:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: b64fcf5d-1bde-5df5-a0a5-a06479b4a253 with identifier: 10716435
2026-03-24 10:30:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: b64fcf5d-1bde-5df5-a0a5-a06479b4a253 with identifier: 10716435
2026-03-24 10:30:45 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: b64fcf5d-1bde-5df5-a0a5-a06479b4a253 with identifier: 10716435 to the API
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:30: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-24 10:30:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716435>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'MPV',
'color': 'Red',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.3L',
'engine_horse_power': 163,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': 'b64fcf5d-1bde-5df5-a0a5-a06479b4a253',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'BT69VGA',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716435',
'listing': 'auction',
'location': 'Burton-on-Trent',
'make': 'Mercedes-Benz',
'model': 'B',
'odometer': 19260,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 21,
'photo_urls': ['https://images.openlane.eu/carimgs/5731407/general/e68ed384-48cf-4566-bc05-e6ce11e0105d.jpg',
'https://images.openlane.eu/carimgs/5731407/general/ee216b47-b7eb-40f6-9548-1295444ad478.jpg',
'https://images.openlane.eu/carimgs/5731407/general/a68816f2-c145-4751-aed9-2b48b8854e00.jpg',
'https://images.openlane.eu/carimgs/5731407/general/37f3daf6-a0ba-4334-a505-72418309c296.jpg',
'https://images.openlane.eu/carimgs/5731407/general/c44fe418-c893-4b56-9584-3b1e32f2d942.jpg',
'https://images.openlane.eu/carimgs/5731407/general/75cb7380-f087-42ff-9a88-7490d3169fcf.jpg',
'https://images.openlane.eu/carimgs/5731407/general/b3962949-2b6a-44bb-8b33-4ad33bf70d5a.jpg',
'https://images.openlane.eu/carimgs/5731407/general/5dd95822-5c52-470b-b4d4-358841373fb9.jpg',
'https://images.openlane.eu/carimgs/5731407/general/65fbb72f-ad87-4687-ac8d-c957463afaea.jpg',
'https://images.openlane.eu/carimgs/5731407/general/251d46bc-815f-40c5-a2eb-b74f7afa7323.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b64fcf5d-1bde-5df5-a0a5-a06479b4a253/b64fcf5d-1bde-5df5-a0a5-a06479b4a253_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 194079,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731407/general/e68ed384-48cf-4566-bc05-e6ce11e0105d.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b64fcf5d-1bde-5df5-a0a5-a06479b4a253/b64fcf5d-1bde-5df5-a0a5-a06479b4a253_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 184536,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731407/general/ee216b47-b7eb-40f6-9548-1295444ad478.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b64fcf5d-1bde-5df5-a0a5-a06479b4a253/b64fcf5d-1bde-5df5-a0a5-a06479b4a253_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 173199,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731407/general/a68816f2-c145-4751-aed9-2b48b8854e00.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b64fcf5d-1bde-5df5-a0a5-a06479b4a253/b64fcf5d-1bde-5df5-a0a5-a06479b4a253_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 174869,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731407/general/37f3daf6-a0ba-4334-a505-72418309c296.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b64fcf5d-1bde-5df5-a0a5-a06479b4a253/b64fcf5d-1bde-5df5-a0a5-a06479b4a253_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 172072,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731407/general/c44fe418-c893-4b56-9584-3b1e32f2d942.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b64fcf5d-1bde-5df5-a0a5-a06479b4a253/b64fcf5d-1bde-5df5-a0a5-a06479b4a253_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 178316,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731407/general/75cb7380-f087-42ff-9a88-7490d3169fcf.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b64fcf5d-1bde-5df5-a0a5-a06479b4a253/b64fcf5d-1bde-5df5-a0a5-a06479b4a253_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 146051,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731407/general/b3962949-2b6a-44bb-8b33-4ad33bf70d5a.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b64fcf5d-1bde-5df5-a0a5-a06479b4a253/b64fcf5d-1bde-5df5-a0a5-a06479b4a253_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118550,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731407/general/5dd95822-5c52-470b-b4d4-358841373fb9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b64fcf5d-1bde-5df5-a0a5-a06479b4a253/b64fcf5d-1bde-5df5-a0a5-a06479b4a253_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102001,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731407/general/65fbb72f-ad87-4687-ac8d-c957463afaea.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b64fcf5d-1bde-5df5-a0a5-a06479b4a253/b64fcf5d-1bde-5df5-a0a5-a06479b4a253_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 139458,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731407/general/251d46bc-815f-40c5-a2eb-b74f7afa7323.jpg',
'Width': 1024}],
'price': 14600,
'price_includes_vat': True,
'registration_date': '2019-11-18',
'seats_number': 5,
'seller_name': 'Pentagon Vauxhall Burton',
'title': 'Mercedes-Benz B 200 AMG Line - Petrol - Automatic - 163 hp - '
'BT69VGA - 19,260 mi',
'transmission': 'automatic',
'trim': 'AMG Line',
'vin': None,
'year': 2019}
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716435%27 HTTP/1.1" 200 None
2026-03-24 10:30:45 [adesa.uk] INFO: Saving data for 10716435: {'created_time': 1774348245.439996, 'last_price_update_time': 1774348245.440008, 'auction_closing_time': 1774447200.0}
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716435') HTTP/1.1" 204 0
2026-03-24 10:30:45 [adesa.uk] INFO: Found listing with ID: 10701476
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701476%27 HTTP/1.1" 200 None
2026-03-24 10:30:45 [adesa.uk] INFO: Scrape type for 10701476: 2
2026-03-24 10:30:45 [adesa.uk] INFO: Scraping item 10701476 url https://www.openlane.eu/en/carv6/auction/10701476
2026-03-24 10:30:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5742482/general/758bb406-d888-4983-ac77-a10f68e1f740.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10716442)
2026-03-24 10:30:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5742482/general/8992d40f-810c-44fc-afbb-d32319c24012.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10716442)
2026-03-24 10:30:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5742482/general/6882e582-aca3-4465-aa28-b7dddd274e93.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10716442)
2026-03-24 10:30:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716428> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:45 [adesa.uk] INFO: Found listing with ID: 10701477
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701477%27 HTTP/1.1" 200 None
2026-03-24 10:30:45 [adesa.uk] INFO: Scrape type for 10701477: 2
2026-03-24 10:30:45 [adesa.uk] INFO: Scraping item 10701477 url https://www.openlane.eu/en/carv6/auction/10701477
2026-03-24 10: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-24 10:30:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716432> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10: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-24 10:30:45 [adesa.uk] INFO: Found listing with ID: 10701438
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701438%27 HTTP/1.1" 200 None
2026-03-24 10:30:45 [adesa.uk] INFO: Scrape type for 10701438: 2
2026-03-24 10:30:45 [adesa.uk] INFO: Scraping item 10701438 url https://www.openlane.eu/en/carv6/auction/10701438
2026-03-24 10:30:45 [adesa.uk] INFO: Found listing with ID: 10701419
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701419%27 HTTP/1.1" 200 None
2026-03-24 10:30:45 [adesa.uk] INFO: Scrape type for 10701419: 2
2026-03-24 10:30:45 [adesa.uk] INFO: Scraping item 10701419 url https://www.openlane.eu/en/carv6/auction/10701419
2026-03-24 10:30:45 [adesa.uk] INFO: Found listing with ID: 10701498
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701498%27 HTTP/1.1" 200 None
2026-03-24 10:30:45 [adesa.uk] INFO: Scrape type for 10701498: 2
2026-03-24 10:30:45 [adesa.uk] INFO: Scraping item 10701498 url https://www.openlane.eu/en/carv6/auction/10701498
2026-03-24 10:30:45 [adesa.uk] INFO: Found listing with ID: 10701478
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701478%27 HTTP/1.1" 200 None
2026-03-24 10:30:45 [adesa.uk] INFO: Scrape type for 10701478: 2
2026-03-24 10:30:45 [adesa.uk] INFO: Scraping item 10701478 url https://www.openlane.eu/en/carv6/auction/10701478
2026-03-24 10:30:45 [adesa.uk] INFO: Found listing with ID: 10701479
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701479%27 HTTP/1.1" 200 None
2026-03-24 10:30:45 [adesa.uk] INFO: Scrape type for 10701479: 2
2026-03-24 10:30:45 [adesa.uk] INFO: Scraping item 10701479 url https://www.openlane.eu/en/carv6/auction/10701479
2026-03-24 10:30:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:30:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f6461079550>
2026-03-24 10:30:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10: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-24 10:30:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47f8b9e2-45d3-5f2b-9486-cf949eade1e2/47f8b9e2-45d3-5f2b-9486-cf949eade1e2_image_2.jpg HTTP/1.1" 201 0
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.uk',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742482%252Fgeneral%252F758bb406-d888-4983-ac77-a10f68e1f740.jpg') HTTP/1.1" 204 0
2026-03-24 10:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742482/general/758bb406-d888-4983-ac77-a10f68e1f740.jpg saved to cache
2026-03-24 10:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 47f8b9e2-45d3-5f2b-9486-cf949eade1e2
2026-03-24 10:30:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:30:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f6461383cd0>
2026-03-24 10:30:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10: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-24 10:30:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47f8b9e2-45d3-5f2b-9486-cf949eade1e2/47f8b9e2-45d3-5f2b-9486-cf949eade1e2_image_9.jpg HTTP/1.1" 201 0
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.uk',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742482%252Fgeneral%252F8992d40f-810c-44fc-afbb-d32319c24012.jpg') HTTP/1.1" 204 0
2026-03-24 10:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742482/general/8992d40f-810c-44fc-afbb-d32319c24012.jpg saved to cache
2026-03-24 10:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 47f8b9e2-45d3-5f2b-9486-cf949eade1e2
2026-03-24 10:30:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:30:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f6460ed6bd0>
2026-03-24 10:30:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10: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-24 10:30:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47f8b9e2-45d3-5f2b-9486-cf949eade1e2/47f8b9e2-45d3-5f2b-9486-cf949eade1e2_image_4.jpg HTTP/1.1" 201 0
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.uk',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742482%252Fgeneral%252F6882e582-aca3-4465-aa28-b7dddd274e93.jpg') HTTP/1.1" 204 0
2026-03-24 10:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742482/general/6882e582-aca3-4465-aa28-b7dddd274e93.jpg saved to cache
2026-03-24 10:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 47f8b9e2-45d3-5f2b-9486-cf949eade1e2
2026-03-24 10:30:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a18214c-c7eb-5264-a402-ba72a361dcb9 with identifier: 10716428
2026-03-24 10:30:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a18214c-c7eb-5264-a402-ba72a361dcb9 with scrape type 1
2026-03-24 10:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0a18214c-c7eb-5264-a402-ba72a361dcb9
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5700748%252Fgeneral%252F5945e5fe-5e63-4256-8941-26e2f916ee75.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5700748/general/5945e5fe-5e63-4256-8941-26e2f916ee75.jpg already downloaded
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5700748%252Fgeneral%252F39d3140e-688c-4239-9b9f-14cb2ab29ac4.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5700748/general/39d3140e-688c-4239-9b9f-14cb2ab29ac4.jpg already downloaded
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5700748%252Fgeneral%252Ff733fbff-e28c-4a2c-8953-d31534d2e3ee.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5700748/general/f733fbff-e28c-4a2c-8953-d31534d2e3ee.jpg already downloaded
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5700748%252Fgeneral%252F10954aef-56b7-4c8e-b10b-89e2e4912fb8.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5700748/general/10954aef-56b7-4c8e-b10b-89e2e4912fb8.jpg already downloaded
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5700748%252Fgeneral%252Fd16e73fc-eb92-4813-b6cc-d6374d6d1b23.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5700748/general/d16e73fc-eb92-4813-b6cc-d6374d6d1b23.jpg already downloaded
2026-03-24 10:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5700748%252Fgeneral%252Fd3f60d18-4b24-455c-b207-8480dc1b2a99.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5700748/general/d3f60d18-4b24-455c-b207-8480dc1b2a99.jpg already downloaded
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5700748%252Fgeneral%252F44c1dd6f-4aa7-443c-841e-548c4116945b.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5700748/general/44c1dd6f-4aa7-443c-841e-548c4116945b.jpg already downloaded
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5700748%252Fgeneral%252F74dd863f-77e6-4d29-a36d-a28872d8134c.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5700748/general/74dd863f-77e6-4d29-a36d-a28872d8134c.jpg already downloaded
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5700748%252Fgeneral%252F40ea21e5-120b-4faf-8567-a05c4b3d2987.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5700748/general/40ea21e5-120b-4faf-8567-a05c4b3d2987.jpg already downloaded
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5700748%252Fgeneral%252F89137e68-7f22-4b9a-8a83-66bd03bb6adc.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5700748/general/89137e68-7f22-4b9a-8a83-66bd03bb6adc.jpg already downloaded
2026-03-24 10:30:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 0a18214c-c7eb-5264-a402-ba72a361dcb9, identifier: 10716428
2026-03-24 10:30:46 [adesa.uk] INFO: Found listing with ID: 10701480
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701480%27 HTTP/1.1" 200 None
2026-03-24 10:30:46 [adesa.uk] INFO: Scrape type for 10701480: 2
2026-03-24 10:30:46 [adesa.uk] INFO: Scraping item 10701480 url https://www.openlane.eu/en/carv6/auction/10701480
2026-03-24 10:30:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 0a18214c-c7eb-5264-a402-ba72a361dcb9 with identifier: 10716428
2026-03-24 10:30:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 0a18214c-c7eb-5264-a402-ba72a361dcb9 with identifier: 10716428
2026-03-24 10:30:46 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 0a18214c-c7eb-5264-a402-ba72a361dcb9 with identifier: 10716428 to the API
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:30: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-24 10:30:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716428>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Compact',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'engine_horse_power': 125,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': '0a18214c-c7eb-5264-a402-ba72a361dcb9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'YR66PWO',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716428',
'listing': 'auction',
'location': 'Liverpool',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 90428,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photo_urls': ['https://images.openlane.eu/carimgs/5700748/general/5945e5fe-5e63-4256-8941-26e2f916ee75.jpg',
'https://images.openlane.eu/carimgs/5700748/general/39d3140e-688c-4239-9b9f-14cb2ab29ac4.jpg',
'https://images.openlane.eu/carimgs/5700748/general/f733fbff-e28c-4a2c-8953-d31534d2e3ee.jpg',
'https://images.openlane.eu/carimgs/5700748/general/10954aef-56b7-4c8e-b10b-89e2e4912fb8.jpg',
'https://images.openlane.eu/carimgs/5700748/general/d16e73fc-eb92-4813-b6cc-d6374d6d1b23.jpg',
'https://images.openlane.eu/carimgs/5700748/general/d3f60d18-4b24-455c-b207-8480dc1b2a99.jpg',
'https://images.openlane.eu/carimgs/5700748/general/44c1dd6f-4aa7-443c-841e-548c4116945b.jpg',
'https://images.openlane.eu/carimgs/5700748/general/74dd863f-77e6-4d29-a36d-a28872d8134c.jpg',
'https://images.openlane.eu/carimgs/5700748/general/40ea21e5-120b-4faf-8567-a05c4b3d2987.jpg',
'https://images.openlane.eu/carimgs/5700748/general/89137e68-7f22-4b9a-8a83-66bd03bb6adc.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a18214c-c7eb-5264-a402-ba72a361dcb9/0a18214c-c7eb-5264-a402-ba72a361dcb9_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 850762,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5700748/general/5945e5fe-5e63-4256-8941-26e2f916ee75.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a18214c-c7eb-5264-a402-ba72a361dcb9/0a18214c-c7eb-5264-a402-ba72a361dcb9_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 875584,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5700748/general/39d3140e-688c-4239-9b9f-14cb2ab29ac4.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a18214c-c7eb-5264-a402-ba72a361dcb9/0a18214c-c7eb-5264-a402-ba72a361dcb9_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 868522,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5700748/general/f733fbff-e28c-4a2c-8953-d31534d2e3ee.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a18214c-c7eb-5264-a402-ba72a361dcb9/0a18214c-c7eb-5264-a402-ba72a361dcb9_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 960361,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5700748/general/10954aef-56b7-4c8e-b10b-89e2e4912fb8.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a18214c-c7eb-5264-a402-ba72a361dcb9/0a18214c-c7eb-5264-a402-ba72a361dcb9_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 966977,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5700748/general/d16e73fc-eb92-4813-b6cc-d6374d6d1b23.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a18214c-c7eb-5264-a402-ba72a361dcb9/0a18214c-c7eb-5264-a402-ba72a361dcb9_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 818563,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5700748/general/d3f60d18-4b24-455c-b207-8480dc1b2a99.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a18214c-c7eb-5264-a402-ba72a361dcb9/0a18214c-c7eb-5264-a402-ba72a361dcb9_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 483212,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5700748/general/44c1dd6f-4aa7-443c-841e-548c4116945b.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a18214c-c7eb-5264-a402-ba72a361dcb9/0a18214c-c7eb-5264-a402-ba72a361dcb9_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 564205,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5700748/general/74dd863f-77e6-4d29-a36d-a28872d8134c.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a18214c-c7eb-5264-a402-ba72a361dcb9/0a18214c-c7eb-5264-a402-ba72a361dcb9_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 415502,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5700748/general/40ea21e5-120b-4faf-8567-a05c4b3d2987.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a18214c-c7eb-5264-a402-ba72a361dcb9/0a18214c-c7eb-5264-a402-ba72a361dcb9_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 912798,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5700748/general/89137e68-7f22-4b9a-8a83-66bd03bb6adc.jpg',
'Width': 2000}],
'price': 1800,
'price_includes_vat': True,
'registration_date': '2016-09-26',
'seats_number': 5,
'seller_name': 'Liverpool Car Centre',
'title': 'Ford Fiesta 1.0 EcoBoost ST Line - Petrol - Manual - 125 hp - '
'YR66PWO - 90,428 mi',
'transmission': 'manual',
'trim': 'ST Line',
'vin': None,
'year': 2016}
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716428%27 HTTP/1.1" 200 None
2026-03-24 10:30:46 [adesa.uk] INFO: Saving data for 10716428: {'created_time': 1774348246.735089, 'last_price_update_time': 1774348246.735103, 'auction_closing_time': 1774447200.0}
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716428') HTTP/1.1" 204 0
2026-03-24 10:30:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79994a56-32cd-5b86-89ae-484037406220 with identifier: 10716432
2026-03-24 10:30:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79994a56-32cd-5b86-89ae-484037406220 with scrape type 1
2026-03-24 10:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 79994a56-32cd-5b86-89ae-484037406220
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731294%252Fgeneral%252Fc8f53e6e-5634-40e1-bcf0-734f4cc8523d.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731294/general/c8f53e6e-5634-40e1-bcf0-734f4cc8523d.jpg already downloaded
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731294%252Fgeneral%252F649ea155-d751-4def-bf36-358ebdbd0006.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731294/general/649ea155-d751-4def-bf36-358ebdbd0006.jpg already downloaded
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731294%252Fgeneral%252F3e8a7458-26c0-4bb7-ba4b-dee7458c1e87.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731294/general/3e8a7458-26c0-4bb7-ba4b-dee7458c1e87.jpg already downloaded
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731294%252Fgeneral%252Ff57334d0-f904-4922-920f-5d8c5b8f3ae9.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731294/general/f57334d0-f904-4922-920f-5d8c5b8f3ae9.jpg already downloaded
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731294%252Fgeneral%252Fb9ca1d63-1d98-4989-a30b-7760cf74b8fa.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731294/general/b9ca1d63-1d98-4989-a30b-7760cf74b8fa.jpg already downloaded
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731294%252Fgeneral%252F01abe91e-c15a-4733-9a4c-57f8891fd644.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731294/general/01abe91e-c15a-4733-9a4c-57f8891fd644.jpg already downloaded
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731294%252Fgeneral%252F5b8044ba-6357-4325-9c80-97d64bffbee8.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731294/general/5b8044ba-6357-4325-9c80-97d64bffbee8.jpg already downloaded
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731294%252Fgeneral%252Fb2bd1819-0cb5-4a46-8350-3f1dd85b1c69.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731294/general/b2bd1819-0cb5-4a46-8350-3f1dd85b1c69.jpg already downloaded
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731294%252Fgeneral%252Fa8936806-051e-4b72-beaf-d9b43c27c7b7.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731294/general/a8936806-051e-4b72-beaf-d9b43c27c7b7.jpg already downloaded
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731294%252Fgeneral%252Fcc137813-e15e-4d7d-8616-cc542d0c0dda.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731294/general/cc137813-e15e-4d7d-8616-cc542d0c0dda.jpg already downloaded
2026-03-24 10:30:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 79994a56-32cd-5b86-89ae-484037406220, identifier: 10716432
2026-03-24 10:30:47 [adesa.uk] INFO: Found listing with ID: 10701439
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701439%27 HTTP/1.1" 200 None
2026-03-24 10:30:47 [adesa.uk] INFO: Scrape type for 10701439: 2
2026-03-24 10:30:47 [adesa.uk] INFO: Scraping item 10701439 url https://www.openlane.eu/en/carv6/auction/10701439
2026-03-24 10:30:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 79994a56-32cd-5b86-89ae-484037406220 with identifier: 10716432
2026-03-24 10:30:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 79994a56-32cd-5b86-89ae-484037406220 with identifier: 10716432
2026-03-24 10:30:47 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 79994a56-32cd-5b86-89ae-484037406220 with identifier: 10716432 to the API
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:30:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716432>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '2.5L',
'engine_horse_power': 224,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Hybrid',
'id': '79994a56-32cd-5b86-89ae-484037406220',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'WRZ8490',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716432',
'listing': 'auction',
'location': 'Barnsley',
'make': 'Ford',
'model': 'Kuga',
'odometer': 17409,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 36,
'photo_urls': ['https://images.openlane.eu/carimgs/5731294/general/c8f53e6e-5634-40e1-bcf0-734f4cc8523d.jpg',
'https://images.openlane.eu/carimgs/5731294/general/649ea155-d751-4def-bf36-358ebdbd0006.jpg',
'https://images.openlane.eu/carimgs/5731294/general/3e8a7458-26c0-4bb7-ba4b-dee7458c1e87.jpg',
'https://images.openlane.eu/carimgs/5731294/general/f57334d0-f904-4922-920f-5d8c5b8f3ae9.jpg',
'https://images.openlane.eu/carimgs/5731294/general/b9ca1d63-1d98-4989-a30b-7760cf74b8fa.jpg',
'https://images.openlane.eu/carimgs/5731294/general/01abe91e-c15a-4733-9a4c-57f8891fd644.jpg',
'https://images.openlane.eu/carimgs/5731294/general/5b8044ba-6357-4325-9c80-97d64bffbee8.jpg',
'https://images.openlane.eu/carimgs/5731294/general/b2bd1819-0cb5-4a46-8350-3f1dd85b1c69.jpg',
'https://images.openlane.eu/carimgs/5731294/general/a8936806-051e-4b72-beaf-d9b43c27c7b7.jpg',
'https://images.openlane.eu/carimgs/5731294/general/cc137813-e15e-4d7d-8616-cc542d0c0dda.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79994a56-32cd-5b86-89ae-484037406220/79994a56-32cd-5b86-89ae-484037406220_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 195572,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731294/general/c8f53e6e-5634-40e1-bcf0-734f4cc8523d.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79994a56-32cd-5b86-89ae-484037406220/79994a56-32cd-5b86-89ae-484037406220_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 179936,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731294/general/649ea155-d751-4def-bf36-358ebdbd0006.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79994a56-32cd-5b86-89ae-484037406220/79994a56-32cd-5b86-89ae-484037406220_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 178402,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731294/general/3e8a7458-26c0-4bb7-ba4b-dee7458c1e87.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79994a56-32cd-5b86-89ae-484037406220/79994a56-32cd-5b86-89ae-484037406220_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 193924,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731294/general/f57334d0-f904-4922-920f-5d8c5b8f3ae9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79994a56-32cd-5b86-89ae-484037406220/79994a56-32cd-5b86-89ae-484037406220_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 180743,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731294/general/b9ca1d63-1d98-4989-a30b-7760cf74b8fa.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79994a56-32cd-5b86-89ae-484037406220/79994a56-32cd-5b86-89ae-484037406220_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 172839,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731294/general/01abe91e-c15a-4733-9a4c-57f8891fd644.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79994a56-32cd-5b86-89ae-484037406220/79994a56-32cd-5b86-89ae-484037406220_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 149240,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731294/general/5b8044ba-6357-4325-9c80-97d64bffbee8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79994a56-32cd-5b86-89ae-484037406220/79994a56-32cd-5b86-89ae-484037406220_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 142407,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731294/general/b2bd1819-0cb5-4a46-8350-3f1dd85b1c69.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79994a56-32cd-5b86-89ae-484037406220/79994a56-32cd-5b86-89ae-484037406220_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 160207,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731294/general/a8936806-051e-4b72-beaf-d9b43c27c7b7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79994a56-32cd-5b86-89ae-484037406220/79994a56-32cd-5b86-89ae-484037406220_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 198762,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731294/general/cc137813-e15e-4d7d-8616-cc542d0c0dda.jpg',
'Width': 1024}],
'price': 16000,
'price_includes_vat': True,
'registration_date': '2022-05-30',
'seats_number': 5,
'seller_name': 'Pentagon Barnsley',
'title': 'Ford Kuga 2.5 ST Line - Hybrid - Automatic - 224 hp - WRZ8490 - '
'17,409 mi',
'transmission': 'automatic',
'trim': 'ST Line',
'vin': None,
'year': 2022}
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716432%27 HTTP/1.1" 200 None
2026-03-24 10:30:47 [adesa.uk] INFO: Saving data for 10716432: {'created_time': 1774348247.432854, 'last_price_update_time': 1774348247.432873, 'auction_closing_time': 1774447200.0}
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716432') HTTP/1.1" 204 0
2026-03-24 10:30:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5742482/general/3505e3ba-e3bd-4b55-b7a9-6498a3eaccd7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10716442)
2026-03-24 10:30:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716413> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:47 [adesa.uk] INFO: Found listing with ID: 10701449
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701449%27 HTTP/1.1" 200 None
2026-03-24 10:30:47 [adesa.uk] INFO: Scrape type for 10701449: 2
2026-03-24 10:30:47 [adesa.uk] INFO: Scraping item 10701449 url https://www.openlane.eu/en/carv6/auction/10701449
2026-03-24 10: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-24 10:30:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716437> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10: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-24 10:30:47 [adesa.uk] INFO: Found listing with ID: 10701607
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701607%27 HTTP/1.1" 200 None
2026-03-24 10:30:47 [adesa.uk] INFO: Scrape type for 10701607: 2
2026-03-24 10:30:47 [adesa.uk] INFO: Scraping item 10701607 url https://www.openlane.eu/en/carv6/auction/10701607
2026-03-24 10:30:47 [adesa.uk] INFO: Found listing with ID: 10701431
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701431%27 HTTP/1.1" 200 None
2026-03-24 10:30:47 [adesa.uk] INFO: Scrape type for 10701431: 2
2026-03-24 10:30:47 [adesa.uk] INFO: Scraping item 10701431 url https://www.openlane.eu/en/carv6/auction/10701431
2026-03-24 10:30:47 [adesa.uk] INFO: Found listing with ID: 10701437
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701437%27 HTTP/1.1" 200 None
2026-03-24 10:30:47 [adesa.uk] INFO: Scrape type for 10701437: 2
2026-03-24 10:30:47 [adesa.uk] INFO: Scraping item 10701437 url https://www.openlane.eu/en/carv6/auction/10701437
2026-03-24 10:30:47 [adesa.uk] INFO: Found listing with ID: 10701442
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701442%27 HTTP/1.1" 200 None
2026-03-24 10:30:47 [adesa.uk] INFO: Scrape type for 10701442: 2
2026-03-24 10:30:47 [adesa.uk] INFO: Scraping item 10701442 url https://www.openlane.eu/en/carv6/auction/10701442
2026-03-24 10:30:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:30:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f64633e3650>
2026-03-24 10:30:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10: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-24 10:30:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47f8b9e2-45d3-5f2b-9486-cf949eade1e2/47f8b9e2-45d3-5f2b-9486-cf949eade1e2_image_8.jpg HTTP/1.1" 201 0
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.uk',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742482%252Fgeneral%252F3505e3ba-e3bd-4b55-b7a9-6498a3eaccd7.jpg') HTTP/1.1" 204 0
2026-03-24 10:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742482/general/3505e3ba-e3bd-4b55-b7a9-6498a3eaccd7.jpg saved to cache
2026-03-24 10:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 47f8b9e2-45d3-5f2b-9486-cf949eade1e2
2026-03-24 10:30:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 626c1cef-2e56-5129-b9b7-968a2f737335 with identifier: 10716413
2026-03-24 10:30:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 626c1cef-2e56-5129-b9b7-968a2f737335 with scrape type 1
2026-03-24 10:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 626c1cef-2e56-5129-b9b7-968a2f737335
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5651918%252Fgeneral%252F1fabb9ac-6948-43aa-9d4f-c4cd49f48eaa.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5651918/general/1fabb9ac-6948-43aa-9d4f-c4cd49f48eaa.jpg already downloaded
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5651918%252Fgeneral%252F31b34ee8-0936-4053-8f18-a8dec2630bce.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5651918/general/31b34ee8-0936-4053-8f18-a8dec2630bce.jpg already downloaded
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5651918%252Fgeneral%252F31105421-872e-4137-a645-ffe0491e7ab5.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5651918/general/31105421-872e-4137-a645-ffe0491e7ab5.jpg already downloaded
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5651918%252Fgeneral%252F88a297a5-76e4-4486-a2a1-646ef5e464b3.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5651918/general/88a297a5-76e4-4486-a2a1-646ef5e464b3.jpg already downloaded
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5651918%252Fgeneral%252F3db40f2f-68fc-47bd-ac4b-bdab1d3f46fa.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5651918/general/3db40f2f-68fc-47bd-ac4b-bdab1d3f46fa.jpg already downloaded
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5651918%252Fgeneral%252Fd54042f8-004b-42ed-8828-0b0f1ec1b1af.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5651918/general/d54042f8-004b-42ed-8828-0b0f1ec1b1af.jpg already downloaded
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5651918%252Fgeneral%252F768b8079-3525-4de4-8ade-dcae97fc2b8f.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5651918/general/768b8079-3525-4de4-8ade-dcae97fc2b8f.jpg already downloaded
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5651918%252Fgeneral%252Fc4b5156f-34fc-45cc-aa04-b418f41554bc.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5651918/general/c4b5156f-34fc-45cc-aa04-b418f41554bc.jpg already downloaded
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5651918%252Fgeneral%252F45efda80-7d1e-498e-9358-6423479c599e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5651918/general/45efda80-7d1e-498e-9358-6423479c599e.jpg already downloaded
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5651918%252Fgeneral%252F86a41f88-c7d3-4c07-8906-e1c1be54358b.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5651918/general/86a41f88-c7d3-4c07-8906-e1c1be54358b.jpg already downloaded
2026-03-24 10:30:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 626c1cef-2e56-5129-b9b7-968a2f737335, identifier: 10716413
2026-03-24 10:30:48 [adesa.uk] INFO: Found listing with ID: 10701434
2026-03-24 10:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701434%27 HTTP/1.1" 200 None
2026-03-24 10:30:48 [adesa.uk] INFO: Scrape type for 10701434: 2
2026-03-24 10:30:48 [adesa.uk] INFO: Scraping item 10701434 url https://www.openlane.eu/en/carv6/auction/10701434
2026-03-24 10:30:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 626c1cef-2e56-5129-b9b7-968a2f737335 with identifier: 10716413
2026-03-24 10:30:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 626c1cef-2e56-5129-b9b7-968a2f737335 with identifier: 10716413
2026-03-24 10:30:48 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 626c1cef-2e56-5129-b9b7-968a2f737335 with identifier: 10716413 to the API
2026-03-24 10:30:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:30: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-24 10:30:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716413>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Compact',
'color': 'Red',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': None,
'engine': '1.0L',
'engine_horse_power': 69,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': '626c1cef-2e56-5129-b9b7-968a2f737335',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BJ72TYP',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716413',
'listing': 'auction',
'location': 'Warrington',
'make': 'Fiat',
'model': '500',
'odometer': 31795,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 26,
'photo_urls': ['https://images.openlane.eu/carimgs/5651918/general/1fabb9ac-6948-43aa-9d4f-c4cd49f48eaa.jpg',
'https://images.openlane.eu/carimgs/5651918/general/31b34ee8-0936-4053-8f18-a8dec2630bce.jpg',
'https://images.openlane.eu/carimgs/5651918/general/31105421-872e-4137-a645-ffe0491e7ab5.jpg',
'https://images.openlane.eu/carimgs/5651918/general/88a297a5-76e4-4486-a2a1-646ef5e464b3.jpg',
'https://images.openlane.eu/carimgs/5651918/general/3db40f2f-68fc-47bd-ac4b-bdab1d3f46fa.jpg',
'https://images.openlane.eu/carimgs/5651918/general/d54042f8-004b-42ed-8828-0b0f1ec1b1af.jpg',
'https://images.openlane.eu/carimgs/5651918/general/768b8079-3525-4de4-8ade-dcae97fc2b8f.jpg',
'https://images.openlane.eu/carimgs/5651918/general/c4b5156f-34fc-45cc-aa04-b418f41554bc.jpg',
'https://images.openlane.eu/carimgs/5651918/general/45efda80-7d1e-498e-9358-6423479c599e.jpg',
'https://images.openlane.eu/carimgs/5651918/general/86a41f88-c7d3-4c07-8906-e1c1be54358b.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_626c1cef-2e56-5129-b9b7-968a2f737335/626c1cef-2e56-5129-b9b7-968a2f737335_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129746,
'Height': 1000,
'OriginUrl': 'https://images.openlane.eu/carimgs/5651918/general/1fabb9ac-6948-43aa-9d4f-c4cd49f48eaa.jpg',
'Width': 1499},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_626c1cef-2e56-5129-b9b7-968a2f737335/626c1cef-2e56-5129-b9b7-968a2f737335_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 132061,
'Height': 999,
'OriginUrl': 'https://images.openlane.eu/carimgs/5651918/general/31b34ee8-0936-4053-8f18-a8dec2630bce.jpg',
'Width': 1500},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_626c1cef-2e56-5129-b9b7-968a2f737335/626c1cef-2e56-5129-b9b7-968a2f737335_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 132693,
'Height': 999,
'OriginUrl': 'https://images.openlane.eu/carimgs/5651918/general/31105421-872e-4137-a645-ffe0491e7ab5.jpg',
'Width': 1500},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_626c1cef-2e56-5129-b9b7-968a2f737335/626c1cef-2e56-5129-b9b7-968a2f737335_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129850,
'Height': 999,
'OriginUrl': 'https://images.openlane.eu/carimgs/5651918/general/88a297a5-76e4-4486-a2a1-646ef5e464b3.jpg',
'Width': 1500},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_626c1cef-2e56-5129-b9b7-968a2f737335/626c1cef-2e56-5129-b9b7-968a2f737335_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112789,
'Height': 1000,
'OriginUrl': 'https://images.openlane.eu/carimgs/5651918/general/3db40f2f-68fc-47bd-ac4b-bdab1d3f46fa.jpg',
'Width': 1333},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_626c1cef-2e56-5129-b9b7-968a2f737335/626c1cef-2e56-5129-b9b7-968a2f737335_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137244,
'Height': 1000,
'OriginUrl': 'https://images.openlane.eu/carimgs/5651918/general/d54042f8-004b-42ed-8828-0b0f1ec1b1af.jpg',
'Width': 1333},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_626c1cef-2e56-5129-b9b7-968a2f737335/626c1cef-2e56-5129-b9b7-968a2f737335_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 128039,
'Height': 1000,
'OriginUrl': 'https://images.openlane.eu/carimgs/5651918/general/768b8079-3525-4de4-8ade-dcae97fc2b8f.jpg',
'Width': 1333},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_626c1cef-2e56-5129-b9b7-968a2f737335/626c1cef-2e56-5129-b9b7-968a2f737335_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155552,
'Height': 1000,
'OriginUrl': 'https://images.openlane.eu/carimgs/5651918/general/c4b5156f-34fc-45cc-aa04-b418f41554bc.jpg',
'Width': 1333},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_626c1cef-2e56-5129-b9b7-968a2f737335/626c1cef-2e56-5129-b9b7-968a2f737335_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 138643,
'Height': 1000,
'OriginUrl': 'https://images.openlane.eu/carimgs/5651918/general/45efda80-7d1e-498e-9358-6423479c599e.jpg',
'Width': 1333},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_626c1cef-2e56-5129-b9b7-968a2f737335/626c1cef-2e56-5129-b9b7-968a2f737335_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104771,
'Height': 1000,
'OriginUrl': 'https://images.openlane.eu/carimgs/5651918/general/86a41f88-c7d3-4c07-8906-e1c1be54358b.jpg',
'Width': 1333}],
'price': 6200,
'price_includes_vat': True,
'registration_date': '2022-10-26',
'seats_number': 4,
'seller_name': 'OPENLANE Remarketing Ltd',
'title': 'Fiat 500 1.0 Dolcevita - Petrol - Manual - 69 hp - BJ72TYP - 31,795 '
'mi',
'transmission': 'manual',
'trim': 'Dolcevita',
'vin': None,
'year': 2022}
2026-03-24 10:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716413%27 HTTP/1.1" 200 None
2026-03-24 10:30:48 [adesa.uk] INFO: Saving data for 10716413: {'created_time': 1774348248.482038, 'last_price_update_time': 1774348248.482049, 'auction_closing_time': 1774447200.0}
2026-03-24 10:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716413') HTTP/1.1" 204 0
2026-03-24 10:30:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2e3045a-f03f-5723-9071-ba4b9ba0f886 with identifier: 10716437
2026-03-24 10:30:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2e3045a-f03f-5723-9071-ba4b9ba0f886 with scrape type 1
2026-03-24 10:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a2e3045a-f03f-5723-9071-ba4b9ba0f886
2026-03-24 10:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731446%252Fgeneral%252F9ebd58ee-3d85-4abc-a3e6-6e85e3276ae4.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731446/general/9ebd58ee-3d85-4abc-a3e6-6e85e3276ae4.jpg already downloaded
2026-03-24 10:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731446%252Fgeneral%252Fa6f746c1-27bd-437e-b37f-e3ce9cc64d35.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731446/general/a6f746c1-27bd-437e-b37f-e3ce9cc64d35.jpg already downloaded
2026-03-24 10:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731446%252Fgeneral%252F45ff451c-6312-449a-8358-ca99cd37815b.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731446/general/45ff451c-6312-449a-8358-ca99cd37815b.jpg already downloaded
2026-03-24 10:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731446%252Fgeneral%252F3a398ed8-b02c-4dcb-af99-f35f9d107150.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731446/general/3a398ed8-b02c-4dcb-af99-f35f9d107150.jpg already downloaded
2026-03-24 10:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731446%252Fgeneral%252F5ba9b4da-d142-4bd2-af9a-ba48dec00e8b.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731446/general/5ba9b4da-d142-4bd2-af9a-ba48dec00e8b.jpg already downloaded
2026-03-24 10:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731446%252Fgeneral%252F7e3609fc-09da-4b60-96a5-2bd252036351.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731446/general/7e3609fc-09da-4b60-96a5-2bd252036351.jpg already downloaded
2026-03-24 10:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731446%252Fgeneral%252F163bd2e4-c1a3-4454-a8b4-e06339c5d4d9.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731446/general/163bd2e4-c1a3-4454-a8b4-e06339c5d4d9.jpg already downloaded
2026-03-24 10:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731446%252Fgeneral%252Fc105e11c-b74d-435d-a2eb-f7e498919b57.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731446/general/c105e11c-b74d-435d-a2eb-f7e498919b57.jpg already downloaded
2026-03-24 10:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731446%252Fgeneral%252F6b5592f5-528b-4b80-80ec-0a4aa979ee23.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731446/general/6b5592f5-528b-4b80-80ec-0a4aa979ee23.jpg already downloaded
2026-03-24 10:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731446%252Fgeneral%252F4f17161e-f90e-487a-91bc-9197fee681ec.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731446/general/4f17161e-f90e-487a-91bc-9197fee681ec.jpg already downloaded
2026-03-24 10:30:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: a2e3045a-f03f-5723-9071-ba4b9ba0f886, identifier: 10716437
2026-03-24 10:30:48 [adesa.uk] INFO: Found listing with ID: 10701443
2026-03-24 10:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701443%27 HTTP/1.1" 200 None
2026-03-24 10:30:48 [adesa.uk] INFO: Scrape type for 10701443: 2
2026-03-24 10:30:48 [adesa.uk] INFO: Scraping item 10701443 url https://www.openlane.eu/en/carv6/auction/10701443
2026-03-24 10:30:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701463> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716430> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: a2e3045a-f03f-5723-9071-ba4b9ba0f886 with identifier: 10716437
2026-03-24 10:30:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: a2e3045a-f03f-5723-9071-ba4b9ba0f886 with identifier: 10716437
2026-03-24 10:30:49 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: a2e3045a-f03f-5723-9071-ba4b9ba0f886 with identifier: 10716437 to the API
2026-03-24 10:30:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:30:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716437>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Electric',
'id': 'a2e3045a-f03f-5723-9071-ba4b9ba0f886',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'MA72VKP',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716437',
'listing': 'auction',
'location': 'Barnsley',
'make': 'DS',
'model': 'DS3 Crossback',
'odometer': 19482,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 19,
'photo_urls': ['https://images.openlane.eu/carimgs/5731446/general/9ebd58ee-3d85-4abc-a3e6-6e85e3276ae4.jpg',
'https://images.openlane.eu/carimgs/5731446/general/a6f746c1-27bd-437e-b37f-e3ce9cc64d35.jpg',
'https://images.openlane.eu/carimgs/5731446/general/45ff451c-6312-449a-8358-ca99cd37815b.jpg',
'https://images.openlane.eu/carimgs/5731446/general/3a398ed8-b02c-4dcb-af99-f35f9d107150.jpg',
'https://images.openlane.eu/carimgs/5731446/general/5ba9b4da-d142-4bd2-af9a-ba48dec00e8b.jpg',
'https://images.openlane.eu/carimgs/5731446/general/7e3609fc-09da-4b60-96a5-2bd252036351.jpg',
'https://images.openlane.eu/carimgs/5731446/general/163bd2e4-c1a3-4454-a8b4-e06339c5d4d9.jpg',
'https://images.openlane.eu/carimgs/5731446/general/c105e11c-b74d-435d-a2eb-f7e498919b57.jpg',
'https://images.openlane.eu/carimgs/5731446/general/6b5592f5-528b-4b80-80ec-0a4aa979ee23.jpg',
'https://images.openlane.eu/carimgs/5731446/general/4f17161e-f90e-487a-91bc-9197fee681ec.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2e3045a-f03f-5723-9071-ba4b9ba0f886/a2e3045a-f03f-5723-9071-ba4b9ba0f886_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 181699,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731446/general/9ebd58ee-3d85-4abc-a3e6-6e85e3276ae4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2e3045a-f03f-5723-9071-ba4b9ba0f886/a2e3045a-f03f-5723-9071-ba4b9ba0f886_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 194082,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731446/general/a6f746c1-27bd-437e-b37f-e3ce9cc64d35.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2e3045a-f03f-5723-9071-ba4b9ba0f886/a2e3045a-f03f-5723-9071-ba4b9ba0f886_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 182794,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731446/general/45ff451c-6312-449a-8358-ca99cd37815b.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2e3045a-f03f-5723-9071-ba4b9ba0f886/a2e3045a-f03f-5723-9071-ba4b9ba0f886_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 192634,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731446/general/3a398ed8-b02c-4dcb-af99-f35f9d107150.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2e3045a-f03f-5723-9071-ba4b9ba0f886/a2e3045a-f03f-5723-9071-ba4b9ba0f886_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 186208,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731446/general/5ba9b4da-d142-4bd2-af9a-ba48dec00e8b.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2e3045a-f03f-5723-9071-ba4b9ba0f886/a2e3045a-f03f-5723-9071-ba4b9ba0f886_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 183371,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731446/general/7e3609fc-09da-4b60-96a5-2bd252036351.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2e3045a-f03f-5723-9071-ba4b9ba0f886/a2e3045a-f03f-5723-9071-ba4b9ba0f886_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 168212,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731446/general/163bd2e4-c1a3-4454-a8b4-e06339c5d4d9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2e3045a-f03f-5723-9071-ba4b9ba0f886/a2e3045a-f03f-5723-9071-ba4b9ba0f886_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 134263,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731446/general/c105e11c-b74d-435d-a2eb-f7e498919b57.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2e3045a-f03f-5723-9071-ba4b9ba0f886/a2e3045a-f03f-5723-9071-ba4b9ba0f886_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 185497,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731446/general/6b5592f5-528b-4b80-80ec-0a4aa979ee23.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2e3045a-f03f-5723-9071-ba4b9ba0f886/a2e3045a-f03f-5723-9071-ba4b9ba0f886_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 193537,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731446/general/4f17161e-f90e-487a-91bc-9197fee681ec.jpg',
'Width': 1024}],
'price': 8900,
'price_includes_vat': True,
'registration_date': '2022-09-05',
'seats_number': 5,
'seller_name': 'Pentagon Barnsley',
'title': 'DS DS3 Crossback 50 kWh Bastille - Electric - Automatic - 136 hp - '
'MA72VKP - 19,482 mi',
'transmission': 'automatic',
'trim': 'Bastille',
'vin': None,
'year': 2022}
2026-03-24 10:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716437%27 HTTP/1.1" 200 None
2026-03-24 10:30:49 [adesa.uk] INFO: Saving data for 10716437: {'created_time': 1774348249.294528, 'last_price_update_time': 1774348249.294543, 'auction_closing_time': 1774447200.0}
2026-03-24 10:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716437') HTTP/1.1" 204 0
2026-03-24 10:30:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:30:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:30:49 [adesa.uk] INFO: Found listing with ID: 10701485
2026-03-24 10:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701485%27 HTTP/1.1" 200 None
2026-03-24 10:30:49 [adesa.uk] INFO: Scrape type for 10701485: 2
2026-03-24 10:30:49 [adesa.uk] INFO: Scraping item 10701485 url https://www.openlane.eu/en/carv6/auction/10701485
2026-03-24 10:30:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701458> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:49 [adesa.uk] INFO: Found listing with ID: 10701483
2026-03-24 10:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701483%27 HTTP/1.1" 200 None
2026-03-24 10:30:49 [adesa.uk] INFO: Scrape type for 10701483: 2
2026-03-24 10:30:49 [adesa.uk] INFO: Scraping item 10701483 url https://www.openlane.eu/en/carv6/auction/10701483
2026-03-24 10:30:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:30:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6e67e6d-895f-5c68-96ef-c0ae1873284a with identifier: 10701463
2026-03-24 10:30:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6e67e6d-895f-5c68-96ef-c0ae1873284a with scrape type 2
2026-03-24 10:30:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6e67e6d-895f-5c68-96ef-c0ae1873284a with scrape type 2
2026-03-24 10:30:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: e6e67e6d-895f-5c68-96ef-c0ae1873284a, identifier: 10701463
2026-03-24 10:30:49 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 63b8b1a6-0be0-54b6-9a3d-0bdf8cf96d52 with identifier: 10716430, dropping item
2026-03-24 10:30:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: e6e67e6d-895f-5c68-96ef-c0ae1873284a with identifier: 10701463
2026-03-24 10:30:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: e6e67e6d-895f-5c68-96ef-c0ae1873284a with identifier: 10701463
2026-03-24 10:30:49 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: e6e67e6d-895f-5c68-96ef-c0ae1873284a with identifier: 10701463 to the API
2026-03-24 10:30:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:30:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701463>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Petrol',
'id': 'e6e67e6d-895f-5c68-96ef-c0ae1873284a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV25PXU',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701463',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 16502,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14500,
'price_includes_vat': True,
'registration_date': '2025-03-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa 1.2 Turbo Ultimate - Petrol - Automatic - 1 hp - '
'DV25PXU - 16,502 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-24 10:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701463%27 HTTP/1.1" 200 None
2026-03-24 10:30:49 [adesa.uk] INFO: Saving data for 10701463: {'auction_closing_time': 1774360800.0, 'created_time': 1774020642.844699, 'last_price_update_time': 1774348249.748036}
2026-03-24 10:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701463') HTTP/1.1" 204 0
2026-03-24 10:30:49 [adesa.uk] INFO: Found listing with ID: 10701481
2026-03-24 10:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701481%27 HTTP/1.1" 200 None
2026-03-24 10:30:49 [adesa.uk] INFO: Scrape type for 10701481: 2
2026-03-24 10:30:49 [adesa.uk] INFO: Scraping item 10701481 url https://www.openlane.eu/en/carv6/auction/10701481
2026-03-24 10:30:49 [adesa.uk] INFO: Found listing with ID: 10701484
2026-03-24 10:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701484%27 HTTP/1.1" 200 None
2026-03-24 10:30:49 [adesa.uk] INFO: Scrape type for 10701484: 2
2026-03-24 10:30:49 [adesa.uk] INFO: Scraping item 10701484 url https://www.openlane.eu/en/carv6/auction/10701484
2026-03-24 10:30:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a79d84d4-328d-551b-9850-b157659ad530 with identifier: 10701458
2026-03-24 10:30:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a79d84d4-328d-551b-9850-b157659ad530 with scrape type 2
2026-03-24 10:30:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a79d84d4-328d-551b-9850-b157659ad530 with scrape type 2
2026-03-24 10:30:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: a79d84d4-328d-551b-9850-b157659ad530, identifier: 10701458
2026-03-24 10:30:49 [adesa.uk] INFO: Found listing with ID: 10701486
2026-03-24 10:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701486%27 HTTP/1.1" 200 None
2026-03-24 10:30:49 [adesa.uk] INFO: Scrape type for 10701486: 2
2026-03-24 10:30:49 [adesa.uk] INFO: Scraping item 10701486 url https://www.openlane.eu/en/carv6/auction/10701486
2026-03-24 10:30:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: a79d84d4-328d-551b-9850-b157659ad530 with identifier: 10701458
2026-03-24 10:30:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: a79d84d4-328d-551b-9850-b157659ad530 with identifier: 10701458
2026-03-24 10:30:50 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: a79d84d4-328d-551b-9850-b157659ad530 with identifier: 10701458 to the API
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:30:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701458>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Red',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': 'a79d84d4-328d-551b-9850-b157659ad530',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VN70LYD',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701458',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 31814,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 5900,
'price_includes_vat': True,
'registration_date': '2020-10-29',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa-e 46 kWh SE Nav - Electric - Automatic - 1 hp - '
'VN70LYD - 31,814 mi',
'transmission': 'automatic',
'trim': 'SE Nav',
'vin': None,
'year': 2020}
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701458%27 HTTP/1.1" 200 None
2026-03-24 10:30:50 [adesa.uk] INFO: Saving data for 10701458: {'auction_closing_time': 1774360800.0, 'created_time': 1774021060.15204, 'last_price_update_time': 1774348250.210356}
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701458') HTTP/1.1" 204 0
2026-03-24 10:30:50 [adesa.uk] INFO: Found listing with ID: 10700905
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710700905%27 HTTP/1.1" 200 None
2026-03-24 10:30:50 [adesa.uk] INFO: Scrape type for 10700905: 0
2026-03-24 10:30:50 [adesa.uk] INFO: Skipping item 10700905 url https://www.openlane.eu/en/carv6/auction/10700905
2026-03-24 10:30:50 [adesa.uk] INFO: Found listing with ID: 10701482
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701482%27 HTTP/1.1" 200 None
2026-03-24 10:30:50 [adesa.uk] INFO: Scrape type for 10701482: 2
2026-03-24 10:30:50 [adesa.uk] INFO: Scraping item 10701482 url https://www.openlane.eu/en/carv6/auction/10701482
2026-03-24 10:30:50 [adesa.uk] INFO: Found listing with ID: 10701445
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701445%27 HTTP/1.1" 200 None
2026-03-24 10:30:50 [adesa.uk] INFO: Scrape type for 10701445: 2
2026-03-24 10:30:50 [adesa.uk] INFO: Scraping item 10701445 url https://www.openlane.eu/en/carv6/auction/10701445
2026-03-24 10:30:50 [adesa.uk] INFO: Found listing with ID: 10701424
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701424%27 HTTP/1.1" 200 None
2026-03-24 10:30:50 [adesa.uk] INFO: Scrape type for 10701424: 2
2026-03-24 10:30:50 [adesa.uk] INFO: Scraping item 10701424 url https://www.openlane.eu/en/carv6/auction/10701424
2026-03-24 10:30:50 [adesa.uk] INFO: Found listing with ID: 10701440
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701440%27 HTTP/1.1" 200 None
2026-03-24 10:30:50 [adesa.uk] INFO: Scrape type for 10701440: 2
2026-03-24 10:30:50 [adesa.uk] INFO: Scraping item 10701440 url https://www.openlane.eu/en/carv6/auction/10701440
2026-03-24 10:30:50 [adesa.uk] INFO: Found listing with ID: 10701444
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701444%27 HTTP/1.1" 200 None
2026-03-24 10:30:50 [adesa.uk] INFO: Scrape type for 10701444: 2
2026-03-24 10:30:50 [adesa.uk] INFO: Scraping item 10701444 url https://www.openlane.eu/en/carv6/auction/10701444
2026-03-24 10:30:50 [adesa.uk] INFO: Found listing with ID: 10701428
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701428%27 HTTP/1.1" 200 None
2026-03-24 10:30:50 [adesa.uk] INFO: Scrape type for 10701428: 2
2026-03-24 10:30:50 [adesa.uk] INFO: Scraping item 10701428 url https://www.openlane.eu/en/carv6/auction/10701428
2026-03-24 10:30:50 [adesa.uk] INFO: Found listing with ID: 10701493
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701493%27 HTTP/1.1" 200 None
2026-03-24 10:30:50 [adesa.uk] INFO: Scrape type for 10701493: 2
2026-03-24 10:30:50 [adesa.uk] INFO: Scraping item 10701493 url https://www.openlane.eu/en/carv6/auction/10701493
2026-03-24 10:30:50 [adesa.uk] INFO: Found listing with ID: 10701496
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701496%27 HTTP/1.1" 200 None
2026-03-24 10:30:50 [adesa.uk] INFO: Scrape type for 10701496: 2
2026-03-24 10:30:50 [adesa.uk] INFO: Scraping item 10701496 url https://www.openlane.eu/en/carv6/auction/10701496
2026-03-24 10:30:50 [adesa.uk] INFO: Found listing with ID: 10701497
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701497%27 HTTP/1.1" 200 None
2026-03-24 10:30:50 [adesa.uk] INFO: Scrape type for 10701497: 2
2026-03-24 10:30:50 [adesa.uk] INFO: Scraping item 10701497 url https://www.openlane.eu/en/carv6/auction/10701497
2026-03-24 10:30:50 [adesa.uk] INFO: Found listing with ID: 10701494
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701494%27 HTTP/1.1" 200 None
2026-03-24 10:30:50 [adesa.uk] INFO: Scrape type for 10701494: 2
2026-03-24 10:30:50 [adesa.uk] INFO: Scraping item 10701494 url https://www.openlane.eu/en/carv6/auction/10701494
2026-03-24 10:30:50 [adesa.uk] INFO: Found listing with ID: 10701495
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701495%27 HTTP/1.1" 200 None
2026-03-24 10:30:50 [adesa.uk] INFO: Scrape type for 10701495: 2
2026-03-24 10:30:50 [adesa.uk] INFO: Scraping item 10701495 url https://www.openlane.eu/en/carv6/auction/10701495
2026-03-24 10:30:50 [adesa.uk] INFO: Found listing with ID: 10701491
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701491%27 HTTP/1.1" 200 None
2026-03-24 10:30:50 [adesa.uk] INFO: Scrape type for 10701491: 2
2026-03-24 10:30:50 [adesa.uk] INFO: Scraping item 10701491 url https://www.openlane.eu/en/carv6/auction/10701491
2026-03-24 10:30:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701462> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:30:50 [adesa.uk] INFO: Found listing with ID: 10701488
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701488%27 HTTP/1.1" 200 None
2026-03-24 10:30:50 [adesa.uk] INFO: Scrape type for 10701488: 2
2026-03-24 10:30:50 [adesa.uk] INFO: Scraping item 10701488 url https://www.openlane.eu/en/carv6/auction/10701488
2026-03-24 10:30:50 [adesa.uk] INFO: Found listing with ID: 10701608
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701608%27 HTTP/1.1" 200 None
2026-03-24 10:30:50 [adesa.uk] INFO: Scrape type for 10701608: 2
2026-03-24 10:30:50 [adesa.uk] INFO: Scraping item 10701608 url https://www.openlane.eu/en/carv6/auction/10701608
2026-03-24 10:30:50 [adesa.uk] INFO: Found listing with ID: 10701489
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701489%27 HTTP/1.1" 200 None
2026-03-24 10:30:50 [adesa.uk] INFO: Scrape type for 10701489: 2
2026-03-24 10:30:50 [adesa.uk] INFO: Scraping item 10701489 url https://www.openlane.eu/en/carv6/auction/10701489
2026-03-24 10:30:50 [adesa.uk] INFO: Found listing with ID: 10701490
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701490%27 HTTP/1.1" 200 None
2026-03-24 10:30:50 [adesa.uk] INFO: Scrape type for 10701490: 2
2026-03-24 10:30:50 [adesa.uk] INFO: Scraping item 10701490 url https://www.openlane.eu/en/carv6/auction/10701490
2026-03-24 10:30:50 [adesa.uk] INFO: Found listing with ID: 10701492
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701492%27 HTTP/1.1" 200 None
2026-03-24 10:30:50 [adesa.uk] INFO: Scrape type for 10701492: 2
2026-03-24 10:30:50 [adesa.uk] INFO: Scraping item 10701492 url https://www.openlane.eu/en/carv6/auction/10701492
2026-03-24 10:30:50 [adesa.uk] INFO: Found listing with ID: 10701487
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701487%27 HTTP/1.1" 200 None
2026-03-24 10:30:50 [adesa.uk] INFO: Scrape type for 10701487: 2
2026-03-24 10:30:50 [adesa.uk] INFO: Scraping item 10701487 url https://www.openlane.eu/en/carv6/auction/10701487
2026-03-24 10:30:50 [adesa.uk] INFO: Found listing with ID: 10701429
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701429%27 HTTP/1.1" 200 None
2026-03-24 10:30:50 [adesa.uk] INFO: Scrape type for 10701429: 2
2026-03-24 10:30:50 [adesa.uk] INFO: Scraping item 10701429 url https://www.openlane.eu/en/carv6/auction/10701429
2026-03-24 10:30:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ffb8728-65de-5ada-994b-2ec2e1cdec88 with identifier: 10701462
2026-03-24 10:30:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ffb8728-65de-5ada-994b-2ec2e1cdec88 with scrape type 2
2026-03-24 10:30:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ffb8728-65de-5ada-994b-2ec2e1cdec88 with scrape type 2
2026-03-24 10:30:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 2ffb8728-65de-5ada-994b-2ec2e1cdec88, identifier: 10701462
2026-03-24 10:30:50 [adesa.uk] INFO: Found listing with ID: 10709008
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710709008%27 HTTP/1.1" 200 None
2026-03-24 10:30:50 [adesa.uk] INFO: Scrape type for 10709008: 0
2026-03-24 10:30:50 [adesa.uk] INFO: Skipping item 10709008 url https://www.openlane.eu/en/carv6/auction/10709008
2026-03-24 10:30:50 [adesa.uk] INFO: Found listing with ID: 10707311
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710707311%27 HTTP/1.1" 200 None
2026-03-24 10:30:50 [adesa.uk] INFO: Scrape type for 10707311: 2
2026-03-24 10:30:50 [adesa.uk] INFO: Scraping item 10707311 url https://www.openlane.eu/en/carv6/auction/10707311
2026-03-24 10:30:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 2ffb8728-65de-5ada-994b-2ec2e1cdec88 with identifier: 10701462
2026-03-24 10:30:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 2ffb8728-65de-5ada-994b-2ec2e1cdec88 with identifier: 10701462
2026-03-24 10:30:50 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 2ffb8728-65de-5ada-994b-2ec2e1cdec88 with identifier: 10701462 to the API
2026-03-24 10:30:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:30:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701462>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '2ffb8728-65de-5ada-994b-2ec2e1cdec88',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'PJ71ZFL',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701462',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 45485,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 6200,
'price_includes_vat': True,
'registration_date': '2022-02-06',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa-e 46 kWh SRi Premium - Electric - Automatic - 1 hp - '
'PJ71ZFL - 45,485 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2022}
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701462%27 HTTP/1.1" 200 None
2026-03-24 10:30:51 [adesa.uk] INFO: Saving data for 10701462: {'auction_closing_time': 1774360800.0, 'created_time': 1774020985.044846, 'last_price_update_time': 1774348251.034159}
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701462') HTTP/1.1" 204 0
2026-03-24 10:30:51 [adesa.uk] INFO: Found listing with ID: 10715371
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710715371%27 HTTP/1.1" 200 None
2026-03-24 10:30:51 [adesa.uk] INFO: Scrape type for 10715371: 0
2026-03-24 10:30:51 [adesa.uk] INFO: Skipping item 10715371 url https://www.openlane.eu/en/carv6/auction/10715371
2026-03-24 10:30:51 [adesa.uk] INFO: Found listing with ID: 10715370
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710715370%27 HTTP/1.1" 200 None
2026-03-24 10:30:51 [adesa.uk] INFO: Scrape type for 10715370: 0
2026-03-24 10:30:51 [adesa.uk] INFO: Skipping item 10715370 url https://www.openlane.eu/en/carv6/auction/10715370
2026-03-24 10:30:51 [adesa.uk] INFO: Found listing with ID: 10715369
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710715369%27 HTTP/1.1" 200 None
2026-03-24 10:30:51 [adesa.uk] INFO: Scrape type for 10715369: 0
2026-03-24 10:30:51 [adesa.uk] INFO: Skipping item 10715369 url https://www.openlane.eu/en/carv6/auction/10715369
2026-03-24 10:30:51 [adesa.uk] INFO: Found listing with ID: 10706007
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710706007%27 HTTP/1.1" 200 None
2026-03-24 10:30:51 [adesa.uk] INFO: Scrape type for 10706007: 2
2026-03-24 10:30:51 [adesa.uk] INFO: Scraping item 10706007 url https://www.openlane.eu/en/carv6/auction/10706007
2026-03-24 10:30:51 [adesa.uk] INFO: Found listing with ID: 10711372
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710711372%27 HTTP/1.1" 200 None
2026-03-24 10:30:51 [adesa.uk] INFO: Scrape type for 10711372: 0
2026-03-24 10:30:51 [adesa.uk] INFO: Skipping item 10711372 url https://www.openlane.eu/en/carv6/auction/10711372
2026-03-24 10:30:51 [adesa.uk] INFO: Found listing with ID: 10707698
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710707698%27 HTTP/1.1" 200 None
2026-03-24 10:30:51 [adesa.uk] INFO: Scrape type for 10707698: 0
2026-03-24 10:30:51 [adesa.uk] INFO: Skipping item 10707698 url https://www.openlane.eu/en/carv6/auction/10707698
2026-03-24 10:30:51 [adesa.uk] INFO: Found listing with ID: 10707699
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710707699%27 HTTP/1.1" 200 None
2026-03-24 10:30:51 [adesa.uk] INFO: Scrape type for 10707699: 0
2026-03-24 10:30:51 [adesa.uk] INFO: Skipping item 10707699 url https://www.openlane.eu/en/carv6/auction/10707699
2026-03-24 10:30:51 [adesa.uk] INFO: Found listing with ID: 10606319
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710606319%27 HTTP/1.1" 200 None
2026-03-24 10:30:51 [adesa.uk] INFO: Scrape type for 10606319: 0
2026-03-24 10:30:51 [adesa.uk] INFO: Skipping item 10606319 url https://www.openlane.eu/en/carv6/auction/10606319
2026-03-24 10:30:51 [adesa.uk] INFO: Found listing with ID: 10711373
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710711373%27 HTTP/1.1" 200 None
2026-03-24 10:30:51 [adesa.uk] INFO: Scrape type for 10711373: 0
2026-03-24 10:30:51 [adesa.uk] INFO: Skipping item 10711373 url https://www.openlane.eu/en/carv6/auction/10711373
2026-03-24 10:30:51 [adesa.uk] INFO: Found listing with ID: 10709009
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710709009%27 HTTP/1.1" 200 None
2026-03-24 10:30:51 [adesa.uk] INFO: Scrape type for 10709009: 0
2026-03-24 10:30:51 [adesa.uk] INFO: Skipping item 10709009 url https://www.openlane.eu/en/carv6/auction/10709009
2026-03-24 10:30:51 [adesa.uk] INFO: Found listing with ID: 10709007
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710709007%27 HTTP/1.1" 200 None
2026-03-24 10:30:51 [adesa.uk] INFO: Scrape type for 10709007: 0
2026-03-24 10:30:51 [adesa.uk] INFO: Skipping item 10709007 url https://www.openlane.eu/en/carv6/auction/10709007
2026-03-24 10:30:51 [adesa.uk] INFO: Found listing with ID: 10674518
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710674518%27 HTTP/1.1" 200 None
2026-03-24 10:30:51 [adesa.uk] INFO: Scrape type for 10674518: 2
2026-03-24 10:30:51 [adesa.uk] INFO: Scraping item 10674518 url https://www.openlane.eu/en/carv6/auction/10674518
2026-03-24 10:30:51 [adesa.uk] INFO: Found listing with ID: 10606304
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710606304%27 HTTP/1.1" 200 None
2026-03-24 10:30:51 [adesa.uk] INFO: Scrape type for 10606304: 0
2026-03-24 10:30:51 [adesa.uk] INFO: Skipping item 10606304 url https://www.openlane.eu/en/carv6/auction/10606304
2026-03-24 10:30:51 [adesa.uk] INFO: Found listing with ID: 10606317
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710606317%27 HTTP/1.1" 200 None
2026-03-24 10:30:51 [adesa.uk] INFO: Scrape type for 10606317: 2
2026-03-24 10:30:51 [adesa.uk] INFO: Scraping item 10606317 url https://www.openlane.eu/en/carv6/auction/10606317
2026-03-24 10:30:51 [adesa.uk] INFO: Found listing with ID: 10630715
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710630715%27 HTTP/1.1" 200 None
2026-03-24 10:30:51 [adesa.uk] INFO: Scrape type for 10630715: 2
2026-03-24 10:30:51 [adesa.uk] INFO: Scraping item 10630715 url https://www.openlane.eu/en/carv6/auction/10630715
2026-03-24 10:30:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701471> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:30:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3edfdb2e-d593-530c-9189-c7b20e1ec05f with identifier: 10701471
2026-03-24 10:30:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3edfdb2e-d593-530c-9189-c7b20e1ec05f with scrape type 2
2026-03-24 10:30:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3edfdb2e-d593-530c-9189-c7b20e1ec05f with scrape type 2
2026-03-24 10:30:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 3edfdb2e-d593-530c-9189-c7b20e1ec05f, identifier: 10701471
2026-03-24 10:30:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 3edfdb2e-d593-530c-9189-c7b20e1ec05f with identifier: 10701471
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Brown HTTP/1.1" 200 None
2026-03-24 10:30:51 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:30:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 3edfdb2e-d593-530c-9189-c7b20e1ec05f with identifier: 10701471
2026-03-24 10:30:52 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 3edfdb2e-d593-530c-9189-c7b20e1ec05f with identifier: 10701471 to the API
2026-03-24 10:30:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:30:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701471>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Brown',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 136,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Petrol',
'id': '3edfdb2e-d593-530c-9189-c7b20e1ec05f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DY25XHU',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701471',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Grandland',
'odometer': 16961,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 21600,
'price_includes_vat': True,
'registration_date': '2025-03-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Grandland 1.2 Ultimate - Petrol - Automatic - 136 hp - '
'DY25XHU - 16,961 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-24 10:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701471%27 HTTP/1.1" 200 None
2026-03-24 10:30:52 [adesa.uk] INFO: Saving data for 10701471: {'auction_closing_time': 1774360800.0, 'created_time': 1774020995.290248, 'last_price_update_time': 1774348252.200149}
2026-03-24 10:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701471') HTTP/1.1" 204 0
2026-03-24 10:30:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701423> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716429> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701422> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:30:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:30:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:30:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 116a4273-d52c-5895-9bbd-dc53a6549f97 with identifier: 10701423
2026-03-24 10:30:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 116a4273-d52c-5895-9bbd-dc53a6549f97 with scrape type 2
2026-03-24 10:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 116a4273-d52c-5895-9bbd-dc53a6549f97 with scrape type 2
2026-03-24 10:30:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 116a4273-d52c-5895-9bbd-dc53a6549f97, identifier: 10701423
2026-03-24 10:30:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 080313c5-7de4-5fd7-bd4c-9a42631814d5 with identifier: 10716429
2026-03-24 10:30:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 080313c5-7de4-5fd7-bd4c-9a42631814d5 with scrape type 1
2026-03-24 10:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 080313c5-7de4-5fd7-bd4c-9a42631814d5
2026-03-24 10:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5701809%252Fgeneral%252F9f5e5ee4-9e6e-43a2-9121-86abb9a0675e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5701809/general/9f5e5ee4-9e6e-43a2-9121-86abb9a0675e.jpg already downloaded
2026-03-24 10:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5701809%252Fgeneral%252F31475f79-857a-4302-801e-bd75ae950c58.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5701809/general/31475f79-857a-4302-801e-bd75ae950c58.jpg already downloaded
2026-03-24 10:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5701809%252Fgeneral%252F68afc3fa-8f8a-4f09-a62a-58e0dcf09e69.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5701809/general/68afc3fa-8f8a-4f09-a62a-58e0dcf09e69.jpg already downloaded
2026-03-24 10:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5701809%252Fgeneral%252F46dd9922-1b19-44bc-896e-2c6e19a6a6b5.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5701809/general/46dd9922-1b19-44bc-896e-2c6e19a6a6b5.jpg already downloaded
2026-03-24 10:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5701809%252Fgeneral%252Fc3282869-964e-4957-be2b-fefea73fd3e6.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5701809/general/c3282869-964e-4957-be2b-fefea73fd3e6.jpg already downloaded
2026-03-24 10:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5701809%252Fgeneral%252F97b60121-27be-49ec-80cc-4e9eec6f29ce.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5701809/general/97b60121-27be-49ec-80cc-4e9eec6f29ce.jpg already downloaded
2026-03-24 10:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5701809%252Fgeneral%252Fec0e0d56-6e3a-4175-8c2c-7ca51b752ec7.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5701809/general/ec0e0d56-6e3a-4175-8c2c-7ca51b752ec7.jpg already downloaded
2026-03-24 10:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5701809%252Fgeneral%252F416007bb-8646-41e9-9db1-6f3419098091.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5701809/general/416007bb-8646-41e9-9db1-6f3419098091.jpg already downloaded
2026-03-24 10:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5701809%252Fgeneral%252Fc808a19d-6696-48a0-a1ea-c53c9e492ce1.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5701809/general/c808a19d-6696-48a0-a1ea-c53c9e492ce1.jpg already downloaded
2026-03-24 10:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5701809%252Fgeneral%252Ffb1defa7-9664-4094-990d-dda3f3608056.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5701809/general/fb1defa7-9664-4094-990d-dda3f3608056.jpg already downloaded
2026-03-24 10:30:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 080313c5-7de4-5fd7-bd4c-9a42631814d5, identifier: 10716429
2026-03-24 10:30:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 116a4273-d52c-5895-9bbd-dc53a6549f97 with identifier: 10701423
2026-03-24 10:30:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 116a4273-d52c-5895-9bbd-dc53a6549f97 with identifier: 10701423
2026-03-24 10:30:52 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 116a4273-d52c-5895-9bbd-dc53a6549f97 with identifier: 10701423 to the API
2026-03-24 10:30:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:30:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701423>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 214,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '116a4273-d52c-5895-9bbd-dc53a6549f97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DN25FGD',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701423',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Grandland',
'odometer': 13049,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 22400,
'price_includes_vat': True,
'registration_date': '2025-04-30',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Grandland Ultimate - Electric - Automatic - 214 hp - '
'DN25FGD - 13,049 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-24 10:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701423%27 HTTP/1.1" 200 None
2026-03-24 10:30:53 [adesa.uk] INFO: Saving data for 10701423: {'auction_closing_time': 1774360800.0, 'created_time': 1774020982.453413, 'last_price_update_time': 1774348253.193579}
2026-03-24 10:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701423') HTTP/1.1" 204 0
2026-03-24 10:30:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 080313c5-7de4-5fd7-bd4c-9a42631814d5 with identifier: 10716429
2026-03-24 10:30:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 080313c5-7de4-5fd7-bd4c-9a42631814d5 with identifier: 10716429
2026-03-24 10:30:53 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 080313c5-7de4-5fd7-bd4c-9a42631814d5 with identifier: 10716429 to the API
2026-03-24 10:30:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:30:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716429>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Diesel',
'id': '080313c5-7de4-5fd7-bd4c-9a42631814d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'AF66FFE',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716429',
'listing': 'auction',
'location': 'Warrington',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 49700,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 15,
'photo_urls': ['https://images.openlane.eu/carimgs/5701809/general/9f5e5ee4-9e6e-43a2-9121-86abb9a0675e.jpg',
'https://images.openlane.eu/carimgs/5701809/general/31475f79-857a-4302-801e-bd75ae950c58.jpg',
'https://images.openlane.eu/carimgs/5701809/general/68afc3fa-8f8a-4f09-a62a-58e0dcf09e69.jpg',
'https://images.openlane.eu/carimgs/5701809/general/46dd9922-1b19-44bc-896e-2c6e19a6a6b5.jpg',
'https://images.openlane.eu/carimgs/5701809/general/c3282869-964e-4957-be2b-fefea73fd3e6.jpg',
'https://images.openlane.eu/carimgs/5701809/general/97b60121-27be-49ec-80cc-4e9eec6f29ce.jpg',
'https://images.openlane.eu/carimgs/5701809/general/ec0e0d56-6e3a-4175-8c2c-7ca51b752ec7.jpg',
'https://images.openlane.eu/carimgs/5701809/general/416007bb-8646-41e9-9db1-6f3419098091.jpg',
'https://images.openlane.eu/carimgs/5701809/general/c808a19d-6696-48a0-a1ea-c53c9e492ce1.jpg',
'https://images.openlane.eu/carimgs/5701809/general/fb1defa7-9664-4094-990d-dda3f3608056.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_080313c5-7de4-5fd7-bd4c-9a42631814d5/080313c5-7de4-5fd7-bd4c-9a42631814d5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 211409,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5701809/general/9f5e5ee4-9e6e-43a2-9121-86abb9a0675e.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_080313c5-7de4-5fd7-bd4c-9a42631814d5/080313c5-7de4-5fd7-bd4c-9a42631814d5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 206805,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5701809/general/31475f79-857a-4302-801e-bd75ae950c58.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_080313c5-7de4-5fd7-bd4c-9a42631814d5/080313c5-7de4-5fd7-bd4c-9a42631814d5_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 189503,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5701809/general/68afc3fa-8f8a-4f09-a62a-58e0dcf09e69.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_080313c5-7de4-5fd7-bd4c-9a42631814d5/080313c5-7de4-5fd7-bd4c-9a42631814d5_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 171547,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5701809/general/46dd9922-1b19-44bc-896e-2c6e19a6a6b5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_080313c5-7de4-5fd7-bd4c-9a42631814d5/080313c5-7de4-5fd7-bd4c-9a42631814d5_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 208264,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5701809/general/c3282869-964e-4957-be2b-fefea73fd3e6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_080313c5-7de4-5fd7-bd4c-9a42631814d5/080313c5-7de4-5fd7-bd4c-9a42631814d5_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 140522,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5701809/general/97b60121-27be-49ec-80cc-4e9eec6f29ce.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_080313c5-7de4-5fd7-bd4c-9a42631814d5/080313c5-7de4-5fd7-bd4c-9a42631814d5_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 111840,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5701809/general/ec0e0d56-6e3a-4175-8c2c-7ca51b752ec7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_080313c5-7de4-5fd7-bd4c-9a42631814d5/080313c5-7de4-5fd7-bd4c-9a42631814d5_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120245,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5701809/general/416007bb-8646-41e9-9db1-6f3419098091.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_080313c5-7de4-5fd7-bd4c-9a42631814d5/080313c5-7de4-5fd7-bd4c-9a42631814d5_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105770,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5701809/general/c808a19d-6696-48a0-a1ea-c53c9e492ce1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_080313c5-7de4-5fd7-bd4c-9a42631814d5/080313c5-7de4-5fd7-bd4c-9a42631814d5_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 199011,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5701809/general/fb1defa7-9664-4094-990d-dda3f3608056.jpg',
'Width': 1024}],
'price': 11900,
'price_includes_vat': True,
'registration_date': '2016-09-13',
'seats_number': 5,
'seller_name': 'R & M Autotecnica Ltd',
'title': 'Volkswagen Tiguan 2.0 TDI SEL - Diesel - Automatic - 150 hp - '
'AF66FFE - 49,700 mi',
'transmission': 'automatic',
'trim': 'SEL',
'vin': None,
'year': 2016}
2026-03-24 10:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716429%27 HTTP/1.1" 200 None
2026-03-24 10:30:53 [adesa.uk] INFO: Saving data for 10716429: {'created_time': 1774348253.601186, 'last_price_update_time': 1774348253.6012, 'auction_closing_time': 1774447200.0}
2026-03-24 10:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716429') HTTP/1.1" 204 0
2026-03-24 10:30:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701455> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14c82558-02d2-59af-ae94-a5d313be8e47 with identifier: 10701422
2026-03-24 10:30:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14c82558-02d2-59af-ae94-a5d313be8e47 with scrape type 2
2026-03-24 10:30:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14c82558-02d2-59af-ae94-a5d313be8e47 with scrape type 2
2026-03-24 10:30:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 14c82558-02d2-59af-ae94-a5d313be8e47, identifier: 10701422
2026-03-24 10:30:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:30:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 14c82558-02d2-59af-ae94-a5d313be8e47 with identifier: 10701422
2026-03-24 10:30:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 14c82558-02d2-59af-ae94-a5d313be8e47 with identifier: 10701422
2026-03-24 10:30:53 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 14c82558-02d2-59af-ae94-a5d313be8e47 with identifier: 10701422 to the API
2026-03-24 10:30:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:30:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701422>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 136,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Hybrid',
'id': '14c82558-02d2-59af-ae94-a5d313be8e47',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DY25ZZT',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701422',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Grandland',
'odometer': 5750,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 23100,
'price_includes_vat': True,
'registration_date': '2025-03-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Grandland 1.2 Ultimate - Hybrid - Automatic - 136 hp - '
'DY25ZZT - 5,750 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-24 10:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701422%27 HTTP/1.1" 200 None
2026-03-24 10:30:54 [adesa.uk] INFO: Saving data for 10701422: {'auction_closing_time': 1774360800.0, 'created_time': 1774020979.089262, 'last_price_update_time': 1774348254.262848}
2026-03-24 10:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701422') HTTP/1.1" 204 0
2026-03-24 10:30:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701476> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10: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-24 10:30:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 497550e4-4721-5ac4-8610-7373bf0b752c with identifier: 10701455
2026-03-24 10:30:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 497550e4-4721-5ac4-8610-7373bf0b752c with scrape type 2
2026-03-24 10:30:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 497550e4-4721-5ac4-8610-7373bf0b752c with scrape type 2
2026-03-24 10:30:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 497550e4-4721-5ac4-8610-7373bf0b752c, identifier: 10701455
2026-03-24 10:30:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 497550e4-4721-5ac4-8610-7373bf0b752c with identifier: 10701455
2026-03-24 10:30:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:30:54 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Orange HTTP/1.1" 200 None
2026-03-24 10:30:54 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:30:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 497550e4-4721-5ac4-8610-7373bf0b752c with identifier: 10701455
2026-03-24 10:30:54 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 497550e4-4721-5ac4-8610-7373bf0b752c with identifier: 10701455 to the API
2026-03-24 10:30:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:30: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-24 10:30:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701455>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Orange',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '497550e4-4721-5ac4-8610-7373bf0b752c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'VE71NLC',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701455',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 22311,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7700,
'price_includes_vat': True,
'registration_date': '2022-01-24',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa-e 46 kWh Elite Nav Premium - Electric - Automatic - '
'136 hp - VE71NLC - 22,311 mi',
'transmission': 'automatic',
'trim': 'Elite Nav Premium',
'vin': None,
'year': 2022}
2026-03-24 10:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701455%27 HTTP/1.1" 200 None
2026-03-24 10:30:54 [adesa.uk] INFO: Saving data for 10701455: {'auction_closing_time': 1774360800.0, 'created_time': 1774021011.620757, 'last_price_update_time': 1774348254.92615}
2026-03-24 10:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701455') HTTP/1.1" 204 0
2026-03-24 10:30:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdcfc090-96a9-52d5-b9c3-bc20875295bb with identifier: 10701476
2026-03-24 10:30:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdcfc090-96a9-52d5-b9c3-bc20875295bb with scrape type 2
2026-03-24 10:30:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fdcfc090-96a9-52d5-b9c3-bc20875295bb with scrape type 2
2026-03-24 10:30:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: fdcfc090-96a9-52d5-b9c3-bc20875295bb, identifier: 10701476
2026-03-24 10:30:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: fdcfc090-96a9-52d5-b9c3-bc20875295bb with identifier: 10701476
2026-03-24 10:30:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: fdcfc090-96a9-52d5-b9c3-bc20875295bb with identifier: 10701476
2026-03-24 10:30:55 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: fdcfc090-96a9-52d5-b9c3-bc20875295bb with identifier: 10701476 to the API
2026-03-24 10:30:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:30: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-24 10:30:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701476>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Petrol',
'id': 'fdcfc090-96a9-52d5-b9c3-bc20875295bb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'HK71OUY',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701476',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka',
'odometer': 24797,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8500,
'price_includes_vat': True,
'registration_date': '2021-11-16',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka 1.2 Turbo Elite Nav - Petrol - Manual - 1 hp - '
'HK71OUY - 24,797 mi',
'transmission': 'manual',
'trim': 'Elite Nav',
'vin': None,
'year': 2021}
2026-03-24 10:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701476%27 HTTP/1.1" 200 None
2026-03-24 10:30:55 [adesa.uk] INFO: Saving data for 10701476: {'auction_closing_time': 1774360800.0, 'created_time': 1774020974.694159, 'last_price_update_time': 1774348255.446508}
2026-03-24 10:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701476') HTTP/1.1" 204 0
2026-03-24 10:30:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701421> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:30:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 474e518a-4675-5ac4-8d77-b4e2e21c36b2 with identifier: 10701421
2026-03-24 10:30:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 474e518a-4675-5ac4-8d77-b4e2e21c36b2 with scrape type 2
2026-03-24 10:30:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 474e518a-4675-5ac4-8d77-b4e2e21c36b2 with scrape type 2
2026-03-24 10:30:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 474e518a-4675-5ac4-8d77-b4e2e21c36b2, identifier: 10701421
2026-03-24 10:30:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 474e518a-4675-5ac4-8d77-b4e2e21c36b2 with identifier: 10701421
2026-03-24 10:30:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 474e518a-4675-5ac4-8d77-b4e2e21c36b2 with identifier: 10701421
2026-03-24 10:30:55 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 474e518a-4675-5ac4-8d77-b4e2e21c36b2 with identifier: 10701421 to the API
2026-03-24 10:30:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:30:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:30:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701421>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Brown',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 136,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Hybrid',
'id': '474e518a-4675-5ac4-8d77-b4e2e21c36b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DY25XEH',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701421',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Grandland',
'odometer': 17960,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 21400,
'price_includes_vat': True,
'registration_date': '2025-03-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Grandland 1.2 Ultimate - Hybrid - Automatic - 136 hp - '
'DY25XEH - 17,960 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-24 10:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701421%27 HTTP/1.1" 200 None
2026-03-24 10:30:56 [adesa.uk] INFO: Saving data for 10701421: {'auction_closing_time': 1774360800.0, 'created_time': 1774020980.669968, 'last_price_update_time': 1774348256.216836}
2026-03-24 10:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701421') HTTP/1.1" 204 0
2026-03-24 10:30:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701439> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:30:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701443> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701480> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:30:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:30:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5ce677d-9217-5d41-9fae-f79e71fd2683 with identifier: 10701439
2026-03-24 10:30:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5ce677d-9217-5d41-9fae-f79e71fd2683 with scrape type 2
2026-03-24 10:30:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5ce677d-9217-5d41-9fae-f79e71fd2683 with scrape type 2
2026-03-24 10:30:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: e5ce677d-9217-5d41-9fae-f79e71fd2683, identifier: 10701439
2026-03-24 10:30:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: e5ce677d-9217-5d41-9fae-f79e71fd2683 with identifier: 10701439
2026-03-24 10:30:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: e5ce677d-9217-5d41-9fae-f79e71fd2683 with identifier: 10701439
2026-03-24 10:30:56 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: e5ce677d-9217-5d41-9fae-f79e71fd2683 with identifier: 10701439 to the API
2026-03-24 10:30:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:30:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:30:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701439>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': 'e5ce677d-9217-5d41-9fae-f79e71fd2683',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'AK71BZE',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701439',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 54166,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7100,
'price_includes_vat': True,
'registration_date': '2021-12-17',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh SRi Premium - Electric - Automatic - 136 '
'hp - AK71BZE - 54,166 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2021}
2026-03-24 10:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701439%27 HTTP/1.1" 200 None
2026-03-24 10:30:56 [adesa.uk] INFO: Saving data for 10701439: {'auction_closing_time': 1774360800.0, 'created_time': 1774020971.668108, 'last_price_update_time': 1774348256.793338}
2026-03-24 10:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701439') HTTP/1.1" 204 0
2026-03-24 10:30:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09f29dec-97b8-51bf-a987-9038f8ac221c with identifier: 10701443
2026-03-24 10:30:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09f29dec-97b8-51bf-a987-9038f8ac221c with scrape type 2
2026-03-24 10:30:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09f29dec-97b8-51bf-a987-9038f8ac221c with scrape type 2
2026-03-24 10:30:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 09f29dec-97b8-51bf-a987-9038f8ac221c, identifier: 10701443
2026-03-24 10:30:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71f8b4a0-5f08-5468-83ce-6db78098ee44 with identifier: 10701480
2026-03-24 10:30:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71f8b4a0-5f08-5468-83ce-6db78098ee44 with scrape type 2
2026-03-24 10:30:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71f8b4a0-5f08-5468-83ce-6db78098ee44 with scrape type 2
2026-03-24 10:30:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 71f8b4a0-5f08-5468-83ce-6db78098ee44, identifier: 10701480
2026-03-24 10:30:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 09f29dec-97b8-51bf-a987-9038f8ac221c with identifier: 10701443
2026-03-24 10:30:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 09f29dec-97b8-51bf-a987-9038f8ac221c with identifier: 10701443
2026-03-24 10:30:57 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 09f29dec-97b8-51bf-a987-9038f8ac221c with identifier: 10701443 to the API
2026-03-24 10:30:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:30: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-24 10:30:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701443>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '09f29dec-97b8-51bf-a987-9038f8ac221c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'YS21BPV',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701443',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 40069,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7600,
'price_includes_vat': True,
'registration_date': '2021-05-26',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh SRi Premium - Electric - Automatic - 136 '
'hp - YS21BPV - 40,069 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2021}
2026-03-24 10:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701443%27 HTTP/1.1" 200 None
2026-03-24 10:30:57 [adesa.uk] INFO: Saving data for 10701443: {'auction_closing_time': 1774360800.0, 'created_time': 1774020960.48382, 'last_price_update_time': 1774348257.355359}
2026-03-24 10:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701443') HTTP/1.1" 204 0
2026-03-24 10:30:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 71f8b4a0-5f08-5468-83ce-6db78098ee44 with identifier: 10701480
2026-03-24 10:30:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 71f8b4a0-5f08-5468-83ce-6db78098ee44 with identifier: 10701480
2026-03-24 10:30:57 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 71f8b4a0-5f08-5468-83ce-6db78098ee44 with identifier: 10701480 to the API
2026-03-24 10:30:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:30: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-24 10:30:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701480>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Red',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '71f8b4a0-5f08-5468-83ce-6db78098ee44',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'YA71FFX',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701480',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 30751,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7900,
'price_includes_vat': True,
'registration_date': '2022-01-26',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Elite Premium - Electric - Automatic - 1 '
'hp - YA71FFX - 30,751 mi',
'transmission': 'automatic',
'trim': 'Elite Premium',
'vin': None,
'year': 2022}
2026-03-24 10:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701480%27 HTTP/1.1" 200 None
2026-03-24 10:30:57 [adesa.uk] INFO: Saving data for 10701480: {'auction_closing_time': 1774360800.0, 'created_time': 1774020965.984624, 'last_price_update_time': 1774348257.845665}
2026-03-24 10:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701480') HTTP/1.1" 204 0
2026-03-24 10:30:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701434> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:30:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cfd9cb20-9a91-51a1-9493-834cbdea1e45 with identifier: 10701434
2026-03-24 10:30:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cfd9cb20-9a91-51a1-9493-834cbdea1e45 with scrape type 2
2026-03-24 10:30:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cfd9cb20-9a91-51a1-9493-834cbdea1e45 with scrape type 2
2026-03-24 10:30:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: cfd9cb20-9a91-51a1-9493-834cbdea1e45, identifier: 10701434
2026-03-24 10:30:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: cfd9cb20-9a91-51a1-9493-834cbdea1e45 with identifier: 10701434
2026-03-24 10:30:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: cfd9cb20-9a91-51a1-9493-834cbdea1e45 with identifier: 10701434
2026-03-24 10:30:58 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: cfd9cb20-9a91-51a1-9493-834cbdea1e45 with identifier: 10701434 to the API
2026-03-24 10:30:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:30: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-24 10:30:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701434>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': 'cfd9cb20-9a91-51a1-9493-834cbdea1e45',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'YF71CJE',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701434',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 32298,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8100,
'price_includes_vat': True,
'registration_date': '2021-11-17',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh SRi Premium - Electric - Automatic - 136 '
'hp - YF71CJE - 32,298 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2021}
2026-03-24 10:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701434%27 HTTP/1.1" 200 None
2026-03-24 10:30:58 [adesa.uk] INFO: Saving data for 10701434: {'auction_closing_time': 1774360800.0, 'created_time': 1774020955.024624, 'last_price_update_time': 1774348258.427588}
2026-03-24 10:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701434') HTTP/1.1" 204 0
2026-03-24 10:30:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701449> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10: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-24 10:30:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701485> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10: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-24 10:30:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2e3eafe-e270-5dcf-9a45-4fb30836aec8 with identifier: 10701449
2026-03-24 10:30:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2e3eafe-e270-5dcf-9a45-4fb30836aec8 with scrape type 2
2026-03-24 10:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2e3eafe-e270-5dcf-9a45-4fb30836aec8 with scrape type 2
2026-03-24 10:30:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: a2e3eafe-e270-5dcf-9a45-4fb30836aec8, identifier: 10701449
2026-03-24 10:30:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: a2e3eafe-e270-5dcf-9a45-4fb30836aec8 with identifier: 10701449
2026-03-24 10:30:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: a2e3eafe-e270-5dcf-9a45-4fb30836aec8 with identifier: 10701449
2026-03-24 10:30:58 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: a2e3eafe-e270-5dcf-9a45-4fb30836aec8 with identifier: 10701449 to the API
2026-03-24 10:30:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:30: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-24 10:30:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701449>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': 'a2e3eafe-e270-5dcf-9a45-4fb30836aec8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'AK71VMG',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701449',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 40047,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7700,
'price_includes_vat': True,
'registration_date': '2021-12-30',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh SRi Premium - Electric - Automatic - 136 '
'hp - AK71VMG - 40,047 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2021}
2026-03-24 10:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701449%27 HTTP/1.1" 200 None
2026-03-24 10:30:58 [adesa.uk] INFO: Saving data for 10701449: {'auction_closing_time': 1774360800.0, 'created_time': 1774020962.603341, 'last_price_update_time': 1774348258.928537}
2026-03-24 10:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701449') HTTP/1.1" 204 0
2026-03-24 10:30:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cae56571-fd45-5d0c-a187-227fd99bdd02 with identifier: 10701485
2026-03-24 10:30:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cae56571-fd45-5d0c-a187-227fd99bdd02 with scrape type 2
2026-03-24 10:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cae56571-fd45-5d0c-a187-227fd99bdd02 with scrape type 2
2026-03-24 10:30:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: cae56571-fd45-5d0c-a187-227fd99bdd02, identifier: 10701485
2026-03-24 10:30:59 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: cae56571-fd45-5d0c-a187-227fd99bdd02 with identifier: 10701485
2026-03-24 10:30:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: cae56571-fd45-5d0c-a187-227fd99bdd02 with identifier: 10701485
2026-03-24 10:30:59 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: cae56571-fd45-5d0c-a187-227fd99bdd02 with identifier: 10701485 to the API
2026-03-24 10:30:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:30: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-24 10:30:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701485>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': 'cae56571-fd45-5d0c-a187-227fd99bdd02',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'EA71ZBJ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701485',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 26817,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8500,
'price_includes_vat': True,
'registration_date': '2021-12-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh SRi Premium - Electric - Automatic - 1 hp '
'- EA71ZBJ - 26,817 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2021}
2026-03-24 10:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701485%27 HTTP/1.1" 200 None
2026-03-24 10:30:59 [adesa.uk] INFO: Saving data for 10701485: {'auction_closing_time': 1774360800.0, 'created_time': 1774020953.143465, 'last_price_update_time': 1774348259.348758}
2026-03-24 10:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701485') HTTP/1.1" 204 0
2026-03-24 10:30:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:30:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701495> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:30:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10630715> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:30:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:30:59 [adesa.uk] INFO: Found listing with ID: 10692823
2026-03-24 10:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710692823%27 HTTP/1.1" 200 None
2026-03-24 10:30:59 [adesa.uk] INFO: Scrape type for 10692823: 2
2026-03-24 10:30:59 [adesa.uk] INFO: Scraping item 10692823 url https://www.openlane.eu/en/carv6/auction/10692823
2026-03-24 10:30:59 [adesa.uk] INFO: Found listing with ID: 10691303
2026-03-24 10:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710691303%27 HTTP/1.1" 200 None
2026-03-24 10:30:59 [adesa.uk] INFO: Scrape type for 10691303: 0
2026-03-24 10:30:59 [adesa.uk] INFO: Skipping item 10691303 url https://www.openlane.eu/en/carv6/auction/10691303
2026-03-24 10:30:59 [adesa.uk] INFO: Found listing with ID: 10692824
2026-03-24 10:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710692824%27 HTTP/1.1" 200 None
2026-03-24 10:30:59 [adesa.uk] INFO: Scrape type for 10692824: 2
2026-03-24 10:30:59 [adesa.uk] INFO: Scraping item 10692824 url https://www.openlane.eu/en/carv6/auction/10692824
2026-03-24 10:30:59 [adesa.uk] INFO: Found listing with ID: 10619051
2026-03-24 10:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710619051%27 HTTP/1.1" 200 None
2026-03-24 10:30:59 [adesa.uk] INFO: Scrape type for 10619051: 2
2026-03-24 10:30:59 [adesa.uk] INFO: Scraping item 10619051 url https://www.openlane.eu/en/carv6/auction/10619051
2026-03-24 10:30:59 [adesa.uk] INFO: Found listing with ID: 10619050
2026-03-24 10:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710619050%27 HTTP/1.1" 200 None
2026-03-24 10:30:59 [adesa.uk] INFO: Scrape type for 10619050: 2
2026-03-24 10:30:59 [adesa.uk] INFO: Scraping item 10619050 url https://www.openlane.eu/en/carv6/auction/10619050
2026-03-24 10:30:59 [adesa.uk] INFO: Found listing with ID: 10630207
2026-03-24 10:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710630207%27 HTTP/1.1" 200 None
2026-03-24 10:30:59 [adesa.uk] INFO: Scrape type for 10630207: 0
2026-03-24 10:30:59 [adesa.uk] INFO: Skipping item 10630207 url https://www.openlane.eu/en/carv6/auction/10630207
2026-03-24 10:30:59 [adesa.uk] INFO: Found listing with ID: 10630206
2026-03-24 10:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710630206%27 HTTP/1.1" 200 None
2026-03-24 10:30:59 [adesa.uk] INFO: Scrape type for 10630206: 2
2026-03-24 10:30:59 [adesa.uk] INFO: Scraping item 10630206 url https://www.openlane.eu/en/carv6/auction/10630206
2026-03-24 10:30:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55b31ef9-485c-5fdb-90ac-78f45993ec97 with identifier: 10701495
2026-03-24 10:30:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55b31ef9-485c-5fdb-90ac-78f45993ec97 with scrape type 2
2026-03-24 10:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55b31ef9-485c-5fdb-90ac-78f45993ec97 with scrape type 2
2026-03-24 10:30:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 55b31ef9-485c-5fdb-90ac-78f45993ec97, identifier: 10701495
2026-03-24 10:30:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92d218e2-0e34-546a-ad3f-a6b987905f73 with identifier: 10630715
2026-03-24 10:30:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92d218e2-0e34-546a-ad3f-a6b987905f73 with scrape type 2
2026-03-24 10:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92d218e2-0e34-546a-ad3f-a6b987905f73 with scrape type 2
2026-03-24 10:30:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 92d218e2-0e34-546a-ad3f-a6b987905f73, identifier: 10630715
2026-03-24 10:30:59 [adesa.uk] INFO: Found listing with ID: 10707310
2026-03-24 10:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710707310%27 HTTP/1.1" 200 None
2026-03-24 10:30:59 [adesa.uk] INFO: Scrape type for 10707310: 2
2026-03-24 10:30:59 [adesa.uk] INFO: Scraping item 10707310 url https://www.openlane.eu/en/carv6/auction/10707310
2026-03-24 10:30:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 55b31ef9-485c-5fdb-90ac-78f45993ec97 with identifier: 10701495
2026-03-24 10:30:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 55b31ef9-485c-5fdb-90ac-78f45993ec97 with identifier: 10701495
2026-03-24 10:30:59 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 55b31ef9-485c-5fdb-90ac-78f45993ec97 with identifier: 10701495 to the API
2026-03-24 10:30:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:30: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-24 10:31:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701495>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '55b31ef9-485c-5fdb-90ac-78f45993ec97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'HK71FMF',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701495',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 12066,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2021-10-30',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate Edition - Electric - Automatic - '
'1 hp - HK71FMF - 12,066 mi',
'transmission': 'automatic',
'trim': 'Ultimate Edition',
'vin': None,
'year': 2021}
2026-03-24 10:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701495%27 HTTP/1.1" 200 None
2026-03-24 10:31:00 [adesa.uk] INFO: Saving data for 10701495: {'auction_closing_time': 1774360800.0, 'created_time': 1774020690.657294, 'last_price_update_time': 1774348260.057734}
2026-03-24 10:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701495') HTTP/1.1" 204 0
2026-03-24 10:31:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 92d218e2-0e34-546a-ad3f-a6b987905f73 with identifier: 10630715
2026-03-24 10:31:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 92d218e2-0e34-546a-ad3f-a6b987905f73 with identifier: 10630715
2026-03-24 10:31:00 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 92d218e2-0e34-546a-ad3f-a6b987905f73 with identifier: 10630715 to the API
2026-03-24 10:31:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:31:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10630715>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': None,
'engine': '2.2L',
'engine_horse_power': 1,
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': '92d218e2-0e34-546a-ad3f-a6b987905f73',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV75OZJ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10630715',
'listing': 'auctionplusdirectbuy',
'location': 'Stoke-on-Trent',
'make': 'Vauxhall',
'model': 'Movano',
'odometer': 10,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 25700,
'price_includes_vat': True,
'registration_date': '2026-02-09',
'seats_number': 7,
'seller_name': 'OPENLANE Remarketing Ltd',
'title': 'Vauxhall Movano dropside 2.2 Turbo Prime - Diesel - Manual - 1 hp - '
'DV75OZJ - 10 mi',
'transmission': 'manual',
'trim': 'Prime',
'vin': None,
'year': 2026}
2026-03-24 10:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710630715%27 HTTP/1.1" 200 None
2026-03-24 10:31:00 [adesa.uk] INFO: Saving data for 10630715: {'auction_closing_time': 1775034000.0, 'created_time': 1773234946.568311, 'last_price_update_time': 1774348260.362572}
2026-03-24 10:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10630715') HTTP/1.1" 204 0
2026-03-24 10:31:00 [adesa.uk] INFO: Found listing with ID: 10707309
2026-03-24 10:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710707309%27 HTTP/1.1" 200 None
2026-03-24 10:31:00 [adesa.uk] INFO: Scrape type for 10707309: 0
2026-03-24 10:31:00 [adesa.uk] INFO: Skipping item 10707309 url https://www.openlane.eu/en/carv6/auction/10707309
2026-03-24 10:31:00 [adesa.uk] INFO: Found listing with ID: 10707307
2026-03-24 10:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710707307%27 HTTP/1.1" 200 None
2026-03-24 10:31:00 [adesa.uk] INFO: Scrape type for 10707307: 0
2026-03-24 10:31:00 [adesa.uk] INFO: Skipping item 10707307 url https://www.openlane.eu/en/carv6/auction/10707307
2026-03-24 10:31:00 [adesa.uk] INFO: Found listing with ID: 10707308
2026-03-24 10:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710707308%27 HTTP/1.1" 200 None
2026-03-24 10:31:00 [adesa.uk] INFO: Scrape type for 10707308: 2
2026-03-24 10:31:00 [adesa.uk] INFO: Scraping item 10707308 url https://www.openlane.eu/en/carv6/auction/10707308
2026-03-24 10:31:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10706007> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:31:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:31:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4855b739-2746-53f1-99d1-25b168c868e6 with identifier: 10706007
2026-03-24 10:31:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4855b739-2746-53f1-99d1-25b168c868e6 with scrape type 2
2026-03-24 10:31:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4855b739-2746-53f1-99d1-25b168c868e6 with scrape type 2
2026-03-24 10:31:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 4855b739-2746-53f1-99d1-25b168c868e6, identifier: 10706007
2026-03-24 10:31:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 4855b739-2746-53f1-99d1-25b168c868e6 with identifier: 10706007
2026-03-24 10:31:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 4855b739-2746-53f1-99d1-25b168c868e6 with identifier: 10706007
2026-03-24 10:31:00 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 4855b739-2746-53f1-99d1-25b168c868e6 with identifier: 10706007 to the API
2026-03-24 10:31:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:31:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10706007>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '2.2L',
'engine_horse_power': 140,
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': '4855b739-2746-53f1-99d1-25b168c868e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DT75NUE',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10706007',
'listing': 'auctionplusdirectbuy',
'location': 'Stoke-on-Trent',
'make': 'Vauxhall',
'model': 'Movano',
'odometer': 20,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 24400,
'price_includes_vat': True,
'registration_date': '2026-01-31',
'seats_number': 3,
'seller_name': 'Thompson Fleet Ltd',
'title': 'Vauxhall Movano 2.2 Turbo Prime - Diesel - Automatic - 140 hp - '
'DT75NUE - 20 mi',
'transmission': 'automatic',
'trim': 'Prime',
'vin': None,
'year': 2026}
2026-03-24 10:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710706007%27 HTTP/1.1" 200 None
2026-03-24 10:31:00 [adesa.uk] INFO: Saving data for 10706007: {'auction_closing_time': 1775034000.0, 'created_time': 1774020716.141597, 'last_price_update_time': 1774348260.963737}
2026-03-24 10:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10706007') HTTP/1.1" 204 0
2026-03-24 10:31:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10674518> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:31:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:31:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8af63b6d-b47c-5e94-95eb-bf7e4e3151e2 with identifier: 10674518
2026-03-24 10:31:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8af63b6d-b47c-5e94-95eb-bf7e4e3151e2 with scrape type 2
2026-03-24 10:31:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8af63b6d-b47c-5e94-95eb-bf7e4e3151e2 with scrape type 2
2026-03-24 10:31:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 8af63b6d-b47c-5e94-95eb-bf7e4e3151e2, identifier: 10674518
2026-03-24 10:31:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 8af63b6d-b47c-5e94-95eb-bf7e4e3151e2 with identifier: 10674518
2026-03-24 10:31:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 8af63b6d-b47c-5e94-95eb-bf7e4e3151e2 with identifier: 10674518
2026-03-24 10:31:01 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 8af63b6d-b47c-5e94-95eb-bf7e4e3151e2 with identifier: 10674518 to the API
2026-03-24 10:31:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:31: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-24 10:31:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10674518>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '2.2L',
'engine_horse_power': 140,
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': '8af63b6d-b47c-5e94-95eb-bf7e4e3151e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DT75NSF',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10674518',
'listing': 'auctionplusdirectbuy',
'location': 'Stoke-on-Trent',
'make': 'Vauxhall',
'model': 'Movano',
'odometer': 13,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 23700,
'price_includes_vat': True,
'registration_date': '2026-01-31',
'seats_number': 4,
'seller_name': 'OPENLANE Remarketing Ltd',
'title': 'Vauxhall Movano 2.2 Turbo Prime - Diesel - Manual - 140 hp - '
'DT75NSF - 13 mi',
'transmission': 'manual',
'trim': 'Prime',
'vin': None,
'year': 2026}
2026-03-24 10:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710674518%27 HTTP/1.1" 200 None
2026-03-24 10:31:01 [adesa.uk] INFO: Saving data for 10674518: {'auction_closing_time': 1775034000.0, 'created_time': 1773429140.3252, 'last_price_update_time': 1774348261.594236}
2026-03-24 10:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10674518') HTTP/1.1" 204 0
2026-03-24 10:31:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10707311> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:31:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:31:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10606317> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:31:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:31:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9be0ac21-17fb-5ff5-b24d-0f9d898c1204 with identifier: 10707311
2026-03-24 10:31:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9be0ac21-17fb-5ff5-b24d-0f9d898c1204 with scrape type 2
2026-03-24 10:31:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9be0ac21-17fb-5ff5-b24d-0f9d898c1204 with scrape type 2
2026-03-24 10:31:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 9be0ac21-17fb-5ff5-b24d-0f9d898c1204, identifier: 10707311
2026-03-24 10:31:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 9be0ac21-17fb-5ff5-b24d-0f9d898c1204 with identifier: 10707311
2026-03-24 10:31:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 9be0ac21-17fb-5ff5-b24d-0f9d898c1204 with identifier: 10707311
2026-03-24 10:31:01 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 9be0ac21-17fb-5ff5-b24d-0f9d898c1204 with identifier: 10707311 to the API
2026-03-24 10:31:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:31:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10707311>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': 102,
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': '9be0ac21-17fb-5ff5-b24d-0f9d898c1204',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV75UYA',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10707311',
'listing': 'auctionplusdirectbuy',
'location': 'Stoke-on-Trent',
'make': 'Vauxhall',
'model': 'Combo',
'odometer': 25,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 15300,
'price_includes_vat': True,
'registration_date': '2026-02-28',
'seats_number': 3,
'seller_name': None,
'title': 'Vauxhall Combo 1.5 Turbo Prime Plus - Diesel - Manual - 102 hp - '
'DV75UYA - 25 mi',
'transmission': 'manual',
'trim': 'Prime Plus',
'vin': None,
'year': 2026}
2026-03-24 10:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710707311%27 HTTP/1.1" 200 None
2026-03-24 10:31:02 [adesa.uk] INFO: Saving data for 10707311: {'auction_closing_time': 1775034000.0, 'created_time': 1774031463.932935, 'last_price_update_time': 1774348262.162278}
2026-03-24 10:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10707311') HTTP/1.1" 204 0
2026-03-24 10:31:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 271d7062-2335-5a56-aa73-64ce249d8e3d with identifier: 10606317
2026-03-24 10:31:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 271d7062-2335-5a56-aa73-64ce249d8e3d with scrape type 2
2026-03-24 10:31:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 271d7062-2335-5a56-aa73-64ce249d8e3d with scrape type 2
2026-03-24 10:31:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 271d7062-2335-5a56-aa73-64ce249d8e3d, identifier: 10606317
2026-03-24 10:31:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701429> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:31:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701487> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:31:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 271d7062-2335-5a56-aa73-64ce249d8e3d with identifier: 10606317
2026-03-24 10:31:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 271d7062-2335-5a56-aa73-64ce249d8e3d with identifier: 10606317
2026-03-24 10:31:02 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 271d7062-2335-5a56-aa73-64ce249d8e3d with identifier: 10606317 to the API
2026-03-24 10:31:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:31:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10606317>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'Red',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': None,
'engine': '2.2L',
'engine_horse_power': 140,
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': '271d7062-2335-5a56-aa73-64ce249d8e3d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DW75CTY',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10606317',
'listing': 'auctionplusdirectbuy',
'location': 'Stoke-on-Trent',
'make': 'Vauxhall',
'model': 'Movano',
'odometer': 10,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 24900,
'price_includes_vat': True,
'registration_date': '2026-02-19',
'seats_number': 3,
'seller_name': 'OPENLANE Remarketing Ltd',
'title': 'Vauxhall Movano dropside 2.2 Turbo Prime - Diesel - Manual - 140 hp '
'- DW75CTY - 10 mi',
'transmission': 'manual',
'trim': 'Prime',
'vin': None,
'year': 2026}
2026-03-24 10:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710606317%27 HTTP/1.1" 200 None
2026-03-24 10:31:02 [adesa.uk] INFO: Saving data for 10606317: {'auction_closing_time': 1775034000.0, 'created_time': 1773234922.830778, 'last_price_update_time': 1774348262.720063}
2026-03-24 10:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10606317') HTTP/1.1" 204 0
2026-03-24 10:31:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:31:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:31:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10702611> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:31:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:31:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a7801d8-6542-59ce-8588-ca740111e72d with identifier: 10701429
2026-03-24 10:31:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a7801d8-6542-59ce-8588-ca740111e72d with scrape type 2
2026-03-24 10:31:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a7801d8-6542-59ce-8588-ca740111e72d with scrape type 2
2026-03-24 10:31:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 8a7801d8-6542-59ce-8588-ca740111e72d, identifier: 10701429
2026-03-24 10:31:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2cfe2aa9-aa99-58ac-96b8-aca724a82592 with identifier: 10701487
2026-03-24 10:31:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cfe2aa9-aa99-58ac-96b8-aca724a82592 with scrape type 2
2026-03-24 10:31:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2cfe2aa9-aa99-58ac-96b8-aca724a82592 with scrape type 2
2026-03-24 10:31:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 2cfe2aa9-aa99-58ac-96b8-aca724a82592, identifier: 10701487
2026-03-24 10:31:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 8a7801d8-6542-59ce-8588-ca740111e72d with identifier: 10701429
2026-03-24 10:31:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 8a7801d8-6542-59ce-8588-ca740111e72d with identifier: 10701429
2026-03-24 10:31:03 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 8a7801d8-6542-59ce-8588-ca740111e72d with identifier: 10701429 to the API
2026-03-24 10:31:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:31: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-24 10:31:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701429>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '8a7801d8-6542-59ce-8588-ca740111e72d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'SV72YXL',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701429',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 8112,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 10500,
'price_includes_vat': True,
'registration_date': '2022-12-05',
'seats_number': 5,
'seller_name': 'Vauxhall Motors Ltd',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate - Electric - Automatic - 136 hp - '
'SV72YXL - 8,112 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-24 10:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701429%27 HTTP/1.1" 200 None
2026-03-24 10:31:03 [adesa.uk] INFO: Saving data for 10701429: {'auction_closing_time': 1774360800.0, 'created_time': 1774020678.202925, 'last_price_update_time': 1774348263.330439}
2026-03-24 10:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701429') HTTP/1.1" 204 0
2026-03-24 10:31:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 2cfe2aa9-aa99-58ac-96b8-aca724a82592 with identifier: 10701487
2026-03-24 10:31:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 2cfe2aa9-aa99-58ac-96b8-aca724a82592 with identifier: 10701487
2026-03-24 10:31:03 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 2cfe2aa9-aa99-58ac-96b8-aca724a82592 with identifier: 10701487 to the API
2026-03-24 10:31:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:31: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-24 10:31:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701487>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '2cfe2aa9-aa99-58ac-96b8-aca724a82592',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'WP71XBX',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701487',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 48732,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7800,
'price_includes_vat': True,
'registration_date': '2022-01-14',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate - Electric - Automatic - 1 hp - '
'WP71XBX - 48,732 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-24 10:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701487%27 HTTP/1.1" 200 None
2026-03-24 10:31:03 [adesa.uk] INFO: Saving data for 10701487: {'auction_closing_time': 1774360800.0, 'created_time': 1774020666.927054, 'last_price_update_time': 1774348263.648089}
2026-03-24 10:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701487') HTTP/1.1" 204 0
2026-03-24 10:31:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701492> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:31:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701490> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:31:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:31:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:31:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3dd18a1c-d7f3-5164-b4c1-379923537fc4 with identifier: 10702611
2026-03-24 10:31:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3dd18a1c-d7f3-5164-b4c1-379923537fc4 with scrape type 2
2026-03-24 10:31:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3dd18a1c-d7f3-5164-b4c1-379923537fc4 with scrape type 2
2026-03-24 10:31:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 3dd18a1c-d7f3-5164-b4c1-379923537fc4, identifier: 10702611
2026-03-24 10:31:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 3dd18a1c-d7f3-5164-b4c1-379923537fc4 with identifier: 10702611
2026-03-24 10:31:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 3dd18a1c-d7f3-5164-b4c1-379923537fc4 with identifier: 10702611
2026-03-24 10:31:03 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 3dd18a1c-d7f3-5164-b4c1-379923537fc4 with identifier: 10702611 to the API
2026-03-24 10:31:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:31: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-24 10:31:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10702611>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 131,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Petrol',
'id': '3dd18a1c-d7f3-5164-b4c1-379923537fc4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV69SXM',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10702611',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Grandland',
'odometer': 66466,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 5000,
'price_includes_vat': True,
'registration_date': '2019-12-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Grandland 1.2 Turbo Business Edition Nav - Petrol - Manual '
'- 131 hp - DV69SXM - 66,466 mi',
'transmission': 'manual',
'trim': 'Business Edition Nav',
'vin': None,
'year': 2019}
2026-03-24 10:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710702611%27 HTTP/1.1" 200 None
2026-03-24 10:31:04 [adesa.uk] INFO: Saving data for 10702611: {'auction_closing_time': 1774360800.0, 'created_time': 1774021046.51912, 'last_price_update_time': 1774348264.471614}
2026-03-24 10:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10702611') HTTP/1.1" 204 0
2026-03-24 10:31:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701489> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10: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-24 10:31:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701608> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10: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-24 10:31:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b69adfc-3a0e-579a-a15e-82ba1e66ce22 with identifier: 10701492
2026-03-24 10:31:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b69adfc-3a0e-579a-a15e-82ba1e66ce22 with scrape type 2
2026-03-24 10:31:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b69adfc-3a0e-579a-a15e-82ba1e66ce22 with scrape type 2
2026-03-24 10:31:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 4b69adfc-3a0e-579a-a15e-82ba1e66ce22, identifier: 10701492
2026-03-24 10:31:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d30c3913-537c-59ee-9a8a-fb062e93d36b with identifier: 10701490
2026-03-24 10:31:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d30c3913-537c-59ee-9a8a-fb062e93d36b with scrape type 2
2026-03-24 10:31:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d30c3913-537c-59ee-9a8a-fb062e93d36b with scrape type 2
2026-03-24 10:31:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: d30c3913-537c-59ee-9a8a-fb062e93d36b, identifier: 10701490
2026-03-24 10:31:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 4b69adfc-3a0e-579a-a15e-82ba1e66ce22 with identifier: 10701492
2026-03-24 10:31:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 4b69adfc-3a0e-579a-a15e-82ba1e66ce22 with identifier: 10701492
2026-03-24 10:31:04 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 4b69adfc-3a0e-579a-a15e-82ba1e66ce22 with identifier: 10701492 to the API
2026-03-24 10:31:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:31: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-24 10:31:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701492>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Red',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '4b69adfc-3a0e-579a-a15e-82ba1e66ce22',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'SW71GXH',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701492',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 18733,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9400,
'price_includes_vat': True,
'registration_date': '2022-01-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate - Electric - Automatic - 1 hp - '
'SW71GXH - 18,733 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-24 10:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701492%27 HTTP/1.1" 200 None
2026-03-24 10:31:05 [adesa.uk] INFO: Saving data for 10701492: {'auction_closing_time': 1774360800.0, 'created_time': 1774020677.577635, 'last_price_update_time': 1774348265.016955}
2026-03-24 10:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701492') HTTP/1.1" 204 0
2026-03-24 10:31:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: d30c3913-537c-59ee-9a8a-fb062e93d36b with identifier: 10701490
2026-03-24 10:31:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: d30c3913-537c-59ee-9a8a-fb062e93d36b with identifier: 10701490
2026-03-24 10:31:05 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: d30c3913-537c-59ee-9a8a-fb062e93d36b with identifier: 10701490 to the API
2026-03-24 10:31:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:31: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-24 10:31:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701490>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': 'd30c3913-537c-59ee-9a8a-fb062e93d36b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'AX71BNL',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701490',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 35154,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8400,
'price_includes_vat': True,
'registration_date': '2022-01-22',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate - Electric - Automatic - 1 hp - '
'AX71BNL - 35,154 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-24 10:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701490%27 HTTP/1.1" 200 None
2026-03-24 10:31:05 [adesa.uk] INFO: Saving data for 10701490: {'auction_closing_time': 1774360800.0, 'created_time': 1774020678.856697, 'last_price_update_time': 1774348265.312415}
2026-03-24 10:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701490') HTTP/1.1" 204 0
2026-03-24 10:31:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 218fd4d5-ab00-518b-b84c-e6bc799ea56d with identifier: 10701489
2026-03-24 10:31:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 218fd4d5-ab00-518b-b84c-e6bc799ea56d with scrape type 2
2026-03-24 10:31:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 218fd4d5-ab00-518b-b84c-e6bc799ea56d with scrape type 2
2026-03-24 10:31:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 218fd4d5-ab00-518b-b84c-e6bc799ea56d, identifier: 10701489
2026-03-24 10:31:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65aa1566-2606-53aa-baff-b9eade198c52 with identifier: 10701608
2026-03-24 10:31:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65aa1566-2606-53aa-baff-b9eade198c52 with scrape type 2
2026-03-24 10:31:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65aa1566-2606-53aa-baff-b9eade198c52 with scrape type 2
2026-03-24 10:31:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 65aa1566-2606-53aa-baff-b9eade198c52, identifier: 10701608
2026-03-24 10:31:05 [scrapy.extensions.logstats] INFO: Crawled 64 pages (at 64 pages/min), scraped 55 items (at 55 items/min)
2026-03-24 10:31:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 169MiB
2026-03-24 10:31:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 218fd4d5-ab00-518b-b84c-e6bc799ea56d with identifier: 10701489
2026-03-24 10:31:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 218fd4d5-ab00-518b-b84c-e6bc799ea56d with identifier: 10701489
2026-03-24 10:31:05 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 218fd4d5-ab00-518b-b84c-e6bc799ea56d with identifier: 10701489 to the API
2026-03-24 10:31:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:31: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-24 10:31:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701489>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Red',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '218fd4d5-ab00-518b-b84c-e6bc799ea56d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'WM71MXD',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701489',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 18367,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9400,
'price_includes_vat': True,
'registration_date': '2022-01-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate - Electric - Automatic - 136 hp - '
'WM71MXD - 18,367 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-24 10:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701489%27 HTTP/1.1" 200 None
2026-03-24 10:31:05 [adesa.uk] INFO: Saving data for 10701489: {'auction_closing_time': 1774360800.0, 'created_time': 1774020669.551635, 'last_price_update_time': 1774348265.849656}
2026-03-24 10:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701489') HTTP/1.1" 204 0
2026-03-24 10:31:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 65aa1566-2606-53aa-baff-b9eade198c52 with identifier: 10701608
2026-03-24 10:31:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 65aa1566-2606-53aa-baff-b9eade198c52 with identifier: 10701608
2026-03-24 10:31:05 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 65aa1566-2606-53aa-baff-b9eade198c52 with identifier: 10701608 to the API
2026-03-24 10:31:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:31:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701608>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '65aa1566-2606-53aa-baff-b9eade198c52',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'PF71OEU',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701608',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 37368,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8400,
'price_includes_vat': True,
'registration_date': '2022-01-17',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate - Electric - Automatic - 136 hp - '
'PF71OEU - 37,368 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-24 10:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701608%27 HTTP/1.1" 200 None
2026-03-24 10:31:06 [adesa.uk] INFO: Saving data for 10701608: {'auction_closing_time': 1774360800.0, 'created_time': 1774020685.754448, 'last_price_update_time': 1774348266.183311}
2026-03-24 10:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701608') HTTP/1.1" 204 0
2026-03-24 10:31:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701491> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:31:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701494> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10: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-24 10: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-24 10:31:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4bc99147-531d-511c-a002-234888dfedf2 with identifier: 10701491
2026-03-24 10:31:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4bc99147-531d-511c-a002-234888dfedf2 with scrape type 2
2026-03-24 10:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4bc99147-531d-511c-a002-234888dfedf2 with scrape type 2
2026-03-24 10:31:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 4bc99147-531d-511c-a002-234888dfedf2, identifier: 10701491
2026-03-24 10:31:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2abc5080-f504-5070-bc79-563efa1d9d01 with identifier: 10701494
2026-03-24 10:31:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2abc5080-f504-5070-bc79-563efa1d9d01 with scrape type 2
2026-03-24 10:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2abc5080-f504-5070-bc79-563efa1d9d01 with scrape type 2
2026-03-24 10:31:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 2abc5080-f504-5070-bc79-563efa1d9d01, identifier: 10701494
2026-03-24 10:31:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 4bc99147-531d-511c-a002-234888dfedf2 with identifier: 10701491
2026-03-24 10:31:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 4bc99147-531d-511c-a002-234888dfedf2 with identifier: 10701491
2026-03-24 10:31:06 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 4bc99147-531d-511c-a002-234888dfedf2 with identifier: 10701491 to the API
2026-03-24 10:31:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:31:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701491>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 134,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '4bc99147-531d-511c-a002-234888dfedf2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'FM72LZW',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701491',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 9828,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 10500,
'price_includes_vat': True,
'registration_date': '2022-11-24',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate - Electric - Automatic - 134 hp - '
'FM72LZW - 9,828 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-24 10:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701491%27 HTTP/1.1" 200 None
2026-03-24 10:31:06 [adesa.uk] INFO: Saving data for 10701491: {'auction_closing_time': 1774360800.0, 'created_time': 1774020689.868372, 'last_price_update_time': 1774348266.816762}
2026-03-24 10:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701491') HTTP/1.1" 204 0
2026-03-24 10:31:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 2abc5080-f504-5070-bc79-563efa1d9d01 with identifier: 10701494
2026-03-24 10:31:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 2abc5080-f504-5070-bc79-563efa1d9d01 with identifier: 10701494
2026-03-24 10:31:06 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 2abc5080-f504-5070-bc79-563efa1d9d01 with identifier: 10701494 to the API
2026-03-24 10:31:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:31: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-24 10:31:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701494>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Red',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '2abc5080-f504-5070-bc79-563efa1d9d01',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'GL71DME',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701494',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 22138,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9300,
'price_includes_vat': True,
'registration_date': '2021-12-20',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate Edition - Electric - Automatic - '
'1 hp - GL71DME - 22,138 mi',
'transmission': 'automatic',
'trim': 'Ultimate Edition',
'vin': None,
'year': 2021}
2026-03-24 10:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701494%27 HTTP/1.1" 200 None
2026-03-24 10:31:07 [adesa.uk] INFO: Saving data for 10701494: {'auction_closing_time': 1774360800.0, 'created_time': 1774020680.957112, 'last_price_update_time': 1774348267.157109}
2026-03-24 10:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701494') HTTP/1.1" 204 0
2026-03-24 10:31:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701488> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10: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-24 10:31:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40e66814-459a-58bf-bdb4-0e983129201c with identifier: 10701488
2026-03-24 10:31:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40e66814-459a-58bf-bdb4-0e983129201c with scrape type 2
2026-03-24 10:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40e66814-459a-58bf-bdb4-0e983129201c with scrape type 2
2026-03-24 10:31:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 40e66814-459a-58bf-bdb4-0e983129201c, identifier: 10701488
2026-03-24 10:31:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 40e66814-459a-58bf-bdb4-0e983129201c with identifier: 10701488
2026-03-24 10:31:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 40e66814-459a-58bf-bdb4-0e983129201c with identifier: 10701488
2026-03-24 10:31:07 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 40e66814-459a-58bf-bdb4-0e983129201c with identifier: 10701488 to the API
2026-03-24 10:31:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:31: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-24 10:31:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701488>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '40e66814-459a-58bf-bdb4-0e983129201c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'PF71JGV',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701488',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 42351,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8100,
'price_includes_vat': True,
'registration_date': '2022-01-18',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate - Electric - Automatic - 136 hp - '
'PF71JGV - 42,351 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-24 10:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701488%27 HTTP/1.1" 200 None
2026-03-24 10:31:07 [adesa.uk] INFO: Saving data for 10701488: {'auction_closing_time': 1774360800.0, 'created_time': 1774020683.864199, 'last_price_update_time': 1774348267.745338}
2026-03-24 10:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701488') HTTP/1.1" 204 0
2026-03-24 10:31:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10630206> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:31:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:31:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3160511-cd36-583c-94ca-44b30c648e6a with identifier: 10630206
2026-03-24 10:31:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3160511-cd36-583c-94ca-44b30c648e6a with scrape type 2
2026-03-24 10:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3160511-cd36-583c-94ca-44b30c648e6a with scrape type 2
2026-03-24 10:31:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: a3160511-cd36-583c-94ca-44b30c648e6a, identifier: 10630206
2026-03-24 10:31:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: a3160511-cd36-583c-94ca-44b30c648e6a with identifier: 10630206
2026-03-24 10:31:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: a3160511-cd36-583c-94ca-44b30c648e6a with identifier: 10630206
2026-03-24 10:31:09 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: a3160511-cd36-583c-94ca-44b30c648e6a with identifier: 10630206 to the API
2026-03-24 10:31:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:31:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10630206>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': 1,
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'a3160511-cd36-583c-94ca-44b30c648e6a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DT75ZTU',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10630206',
'listing': 'auctionplusdirectbuy',
'location': 'Stoke-on-Trent',
'make': 'Vauxhall',
'model': 'Vivaro',
'odometer': 10,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 20900,
'price_includes_vat': True,
'registration_date': '2026-02-09',
'seats_number': 3,
'seller_name': 'OPENLANE Remarketing Ltd',
'title': 'Vauxhall Vivaro L1H1 1.5d Pro - Diesel - Manual - 1 hp - DT75ZTU - '
'10 mi',
'transmission': 'manual',
'trim': 'Pro',
'vin': None,
'year': 2026}
2026-03-24 10:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710630206%27 HTTP/1.1" 200 None
2026-03-24 10:31:10 [adesa.uk] INFO: Saving data for 10630206: {'auction_closing_time': 1775034000.0, 'created_time': 1773234948.279121, 'last_price_update_time': 1774348270.026998}
2026-03-24 10:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10630206') HTTP/1.1" 204 0
2026-03-24 10:31:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701497> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:31:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:31:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a4f6f6b-0d59-5263-9284-28411514dcb9 with identifier: 10701497
2026-03-24 10:31:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a4f6f6b-0d59-5263-9284-28411514dcb9 with scrape type 2
2026-03-24 10:31:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a4f6f6b-0d59-5263-9284-28411514dcb9 with scrape type 2
2026-03-24 10:31:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 1a4f6f6b-0d59-5263-9284-28411514dcb9, identifier: 10701497
2026-03-24 10:31:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 1a4f6f6b-0d59-5263-9284-28411514dcb9 with identifier: 10701497
2026-03-24 10:31:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 1a4f6f6b-0d59-5263-9284-28411514dcb9 with identifier: 10701497
2026-03-24 10:31:11 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 1a4f6f6b-0d59-5263-9284-28411514dcb9 with identifier: 10701497 to the API
2026-03-24 10:31:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:31:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701497>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '1a4f6f6b-0d59-5263-9284-28411514dcb9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'CX71YCP',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701497',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 41689,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8200,
'price_includes_vat': True,
'registration_date': '2021-12-29',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate Edition - Electric - Automatic - '
'1 hp - CX71YCP - 41,689 mi',
'transmission': 'automatic',
'trim': 'Ultimate Edition',
'vin': None,
'year': 2021}
2026-03-24 10:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701497%27 HTTP/1.1" 200 None
2026-03-24 10:31:11 [adesa.uk] INFO: Saving data for 10701497: {'auction_closing_time': 1774360800.0, 'created_time': 1774020944.001188, 'last_price_update_time': 1774348271.537294}
2026-03-24 10:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701497') HTTP/1.1" 204 0
2026-03-24 10:31:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10707308> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:31:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:31:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 554456ad-2257-5506-b501-45ba79910c79 with identifier: 10707308
2026-03-24 10:31:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 554456ad-2257-5506-b501-45ba79910c79 with scrape type 2
2026-03-24 10:31:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 554456ad-2257-5506-b501-45ba79910c79 with scrape type 2
2026-03-24 10:31:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 554456ad-2257-5506-b501-45ba79910c79, identifier: 10707308
2026-03-24 10:31:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 554456ad-2257-5506-b501-45ba79910c79 with identifier: 10707308
2026-03-24 10:31:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 554456ad-2257-5506-b501-45ba79910c79 with identifier: 10707308
2026-03-24 10:31:16 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 554456ad-2257-5506-b501-45ba79910c79 with identifier: 10707308 to the API
2026-03-24 10:31:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:31:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10707308>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 146,
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': '554456ad-2257-5506-b501-45ba79910c79',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DT75ZNU',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10707308',
'listing': 'auctionplusdirectbuy',
'location': 'Stoke-on-Trent',
'make': 'Vauxhall',
'model': 'Vivaro',
'odometer': 25,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 21700,
'price_includes_vat': True,
'registration_date': '2026-02-28',
'seats_number': 3,
'seller_name': 'OPENLANE Remarketing Ltd',
'title': 'Vauxhall Vivaro L1H1 2.0 Pro - Diesel - Manual - 146 hp - DT75ZNU - '
'25 mi',
'transmission': 'manual',
'trim': 'Pro',
'vin': None,
'year': 2026}
2026-03-24 10:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710707308%27 HTTP/1.1" 200 None
2026-03-24 10:31:16 [adesa.uk] INFO: Saving data for 10707308: {'auction_closing_time': 1775034000.0, 'created_time': 1774031481.489625, 'last_price_update_time': 1774348276.660768}
2026-03-24 10:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10707308') HTTP/1.1" 204 0
2026-03-24 10:31:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10619050> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:31:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:31:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87526f03-94c6-5380-ad82-c4b23baabc80 with identifier: 10619050
2026-03-24 10:31:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87526f03-94c6-5380-ad82-c4b23baabc80 with scrape type 2
2026-03-24 10:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87526f03-94c6-5380-ad82-c4b23baabc80 with scrape type 2
2026-03-24 10:31:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 87526f03-94c6-5380-ad82-c4b23baabc80, identifier: 10619050
2026-03-24 10:31:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 87526f03-94c6-5380-ad82-c4b23baabc80 with identifier: 10619050
2026-03-24 10:31:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 87526f03-94c6-5380-ad82-c4b23baabc80 with identifier: 10619050
2026-03-24 10:31:23 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 87526f03-94c6-5380-ad82-c4b23baabc80 with identifier: 10619050 to the API
2026-03-24 10:31:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:31: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-24 10:31:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10619050>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'GBP',
'doors_number': 6,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': 120,
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': '87526f03-94c6-5380-ad82-c4b23baabc80',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DP75RJV',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10619050',
'listing': 'auctionplusdirectbuy',
'location': 'Stoke-on-Trent',
'make': 'Vauxhall',
'model': 'Vivaro',
'odometer': 10,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 18650,
'price_includes_vat': True,
'registration_date': '2025-12-31',
'seats_number': 3,
'seller_name': 'OPENLANE Remarketing Ltd',
'title': 'Vauxhall Vivaro L1H1 1.5d Prime - Diesel - Manual - 120 hp - '
'DP75RJV - 10 mi',
'transmission': 'manual',
'trim': 'Prime',
'vin': None,
'year': 2025}
2026-03-24 10:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710619050%27 HTTP/1.1" 200 None
2026-03-24 10:31:23 [adesa.uk] INFO: Saving data for 10619050: {'auction_closing_time': 1775034000.0, 'created_time': 1773234925.254222, 'last_price_update_time': 1774348283.416083}
2026-03-24 10:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10619050') HTTP/1.1" 204 0
2026-03-24 10:31:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701496> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10: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-24 10:31:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5baeb9fe-f606-5340-95ac-589173888be1 with identifier: 10701496
2026-03-24 10:31:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5baeb9fe-f606-5340-95ac-589173888be1 with scrape type 2
2026-03-24 10:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5baeb9fe-f606-5340-95ac-589173888be1 with scrape type 2
2026-03-24 10:31:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 5baeb9fe-f606-5340-95ac-589173888be1, identifier: 10701496
2026-03-24 10:31:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 5baeb9fe-f606-5340-95ac-589173888be1 with identifier: 10701496
2026-03-24 10:31:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 5baeb9fe-f606-5340-95ac-589173888be1 with identifier: 10701496
2026-03-24 10:31:23 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 5baeb9fe-f606-5340-95ac-589173888be1 with identifier: 10701496 to the API
2026-03-24 10:31:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:31:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701496>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '5baeb9fe-f606-5340-95ac-589173888be1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AO71VLL',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701496',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 18093,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9500,
'price_includes_vat': True,
'registration_date': '2021-10-27',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate Edition - Electric - Automatic - '
'1 hp - AO71VLL - 18,093 mi',
'transmission': 'automatic',
'trim': 'Ultimate Edition',
'vin': None,
'year': 2021}
2026-03-24 10:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701496%27 HTTP/1.1" 200 None
2026-03-24 10:31:24 [adesa.uk] INFO: Saving data for 10701496: {'auction_closing_time': 1774360800.0, 'created_time': 1774020978.458258, 'last_price_update_time': 1774348284.152001}
2026-03-24 10:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701496') HTTP/1.1" 204 0
2026-03-24 10:31:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10619051> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:31:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:31:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f905a27c-3eea-5c55-8055-b537cbb83066 with identifier: 10619051
2026-03-24 10:31:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f905a27c-3eea-5c55-8055-b537cbb83066 with scrape type 2
2026-03-24 10:31:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f905a27c-3eea-5c55-8055-b537cbb83066 with scrape type 2
2026-03-24 10:31:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: f905a27c-3eea-5c55-8055-b537cbb83066, identifier: 10619051
2026-03-24 10:31:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: f905a27c-3eea-5c55-8055-b537cbb83066 with identifier: 10619051
2026-03-24 10:31:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: f905a27c-3eea-5c55-8055-b537cbb83066 with identifier: 10619051
2026-03-24 10:31:24 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: f905a27c-3eea-5c55-8055-b537cbb83066 with identifier: 10619051 to the API
2026-03-24 10:31:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:31:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10619051>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'GBP',
'doors_number': 6,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': 120,
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'f905a27c-3eea-5c55-8055-b537cbb83066',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DP75RJU',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10619051',
'listing': 'auctionplusdirectbuy',
'location': 'Stoke-on-Trent',
'make': 'Vauxhall',
'model': 'Vivaro',
'odometer': 20,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 18650,
'price_includes_vat': True,
'registration_date': '2025-12-31',
'seats_number': 3,
'seller_name': 'OPENLANE Remarketing Ltd',
'title': 'Vauxhall Vivaro L1H1 1.5d Prime - Diesel - Manual - 120 hp - '
'DP75RJU - 20 mi',
'transmission': 'manual',
'trim': 'Prime',
'vin': None,
'year': 2025}
2026-03-24 10:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710619051%27 HTTP/1.1" 200 None
2026-03-24 10:31:24 [adesa.uk] INFO: Saving data for 10619051: {'auction_closing_time': 1775034000.0, 'created_time': 1773234926.451528, 'last_price_update_time': 1774348284.652288}
2026-03-24 10:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10619051') HTTP/1.1" 204 0
2026-03-24 10:31:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701428> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:31:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:31:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2459373a-b08a-5eda-9f34-58e797a5bc73 with identifier: 10701428
2026-03-24 10:31:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2459373a-b08a-5eda-9f34-58e797a5bc73 with scrape type 2
2026-03-24 10:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2459373a-b08a-5eda-9f34-58e797a5bc73 with scrape type 2
2026-03-24 10:31:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 2459373a-b08a-5eda-9f34-58e797a5bc73, identifier: 10701428
2026-03-24 10:31:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 2459373a-b08a-5eda-9f34-58e797a5bc73 with identifier: 10701428
2026-03-24 10:31:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 2459373a-b08a-5eda-9f34-58e797a5bc73 with identifier: 10701428
2026-03-24 10:31:26 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 2459373a-b08a-5eda-9f34-58e797a5bc73 with identifier: 10701428 to the API
2026-03-24 10:31:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:31:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:31:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701428>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Red',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '2459373a-b08a-5eda-9f34-58e797a5bc73',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'LM71OVK',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701428',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 23046,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2021-10-28',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate Edition - Electric - Automatic - '
'136 hp - LM71OVK - 23,046 mi',
'transmission': 'automatic',
'trim': 'Ultimate Edition',
'vin': None,
'year': 2021}
2026-03-24 10:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701428%27 HTTP/1.1" 200 None
2026-03-24 10:31:26 [adesa.uk] INFO: Saving data for 10701428: {'auction_closing_time': 1774360800.0, 'created_time': 1774020950.144196, 'last_price_update_time': 1774348286.423421}
2026-03-24 10:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701428') HTTP/1.1" 204 0
2026-03-24 10:31:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701444> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:31:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:31:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701440> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:31:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:31:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57a9fbf4-02a4-5be3-a673-5f6661498b44 with identifier: 10701444
2026-03-24 10:31:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57a9fbf4-02a4-5be3-a673-5f6661498b44 with scrape type 2
2026-03-24 10:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57a9fbf4-02a4-5be3-a673-5f6661498b44 with scrape type 2
2026-03-24 10:31:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 57a9fbf4-02a4-5be3-a673-5f6661498b44, identifier: 10701444
2026-03-24 10:31:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 57a9fbf4-02a4-5be3-a673-5f6661498b44 with identifier: 10701444
2026-03-24 10:31:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 57a9fbf4-02a4-5be3-a673-5f6661498b44 with identifier: 10701444
2026-03-24 10:31:26 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 57a9fbf4-02a4-5be3-a673-5f6661498b44 with identifier: 10701444 to the API
2026-03-24 10:31:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:31:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:31:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701444>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Red',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '57a9fbf4-02a4-5be3-a673-5f6661498b44',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'HK71WCT',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701444',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 24695,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9100,
'price_includes_vat': True,
'registration_date': '2021-11-30',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate Edition - Electric - Automatic - '
'136 hp - HK71WCT - 24,695 mi',
'transmission': 'automatic',
'trim': 'Ultimate Edition',
'vin': None,
'year': 2021}
2026-03-24 10:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701444%27 HTTP/1.1" 200 None
2026-03-24 10:31:26 [adesa.uk] INFO: Saving data for 10701444: {'auction_closing_time': 1774360800.0, 'created_time': 1774020923.821814, 'last_price_update_time': 1774348286.993849}
2026-03-24 10:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701444') HTTP/1.1" 204 0
2026-03-24 10:31:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce8edbaf-f6a1-5a37-a85a-08c58aaa5cf4 with identifier: 10701440
2026-03-24 10:31:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce8edbaf-f6a1-5a37-a85a-08c58aaa5cf4 with scrape type 2
2026-03-24 10:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce8edbaf-f6a1-5a37-a85a-08c58aaa5cf4 with scrape type 2
2026-03-24 10:31:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: ce8edbaf-f6a1-5a37-a85a-08c58aaa5cf4, identifier: 10701440
2026-03-24 10:31:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: ce8edbaf-f6a1-5a37-a85a-08c58aaa5cf4 with identifier: 10701440
2026-03-24 10:31:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: ce8edbaf-f6a1-5a37-a85a-08c58aaa5cf4 with identifier: 10701440
2026-03-24 10:31:27 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: ce8edbaf-f6a1-5a37-a85a-08c58aaa5cf4 with identifier: 10701440 to the API
2026-03-24 10:31:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:31: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-24 10:31:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701440>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': 'ce8edbaf-f6a1-5a37-a85a-08c58aaa5cf4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'FG71XCO',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701440',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 32152,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8700,
'price_includes_vat': True,
'registration_date': '2021-11-27',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate Edition - Electric - Automatic - '
'136 hp - FG71XCO - 32,152 mi',
'transmission': 'automatic',
'trim': 'Ultimate Edition',
'vin': None,
'year': 2021}
2026-03-24 10:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701440%27 HTTP/1.1" 200 None
2026-03-24 10:31:27 [adesa.uk] INFO: Saving data for 10701440: {'auction_closing_time': 1774360800.0, 'created_time': 1774020921.801945, 'last_price_update_time': 1774348287.426224}
2026-03-24 10:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701440') HTTP/1.1" 204 0
2026-03-24 10:31:31 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 64.343(s), this was the 1st time calling it.
2026-03-24 10:31:31 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.570965113019956 seconds as it raised RequestError: RequestError: 520, message=, headers=<CIMultiDictProxy('Date': 'Tue, 24 Mar 2026 10:31:30 GMT', 'Content-Type': 'application/problem+json', 'Content-Length': '214', 'Connection': 'keep-alive', 'Retry-After': '60', 'Request-Id': '6d0f312375ec9b22e761b2709fc5e822', '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=6d0f312375ec9b22e761b2709fc5e822.
2026-03-24 10:31:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 10:31:38 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 22.025(s), this was the 1st time calling it.
2026-03-24 10:31:38 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 4.282996728679435 seconds as it raised RequestError: RequestError: 520, message=, headers=<CIMultiDictProxy('Date': 'Tue, 24 Mar 2026 10:31:38 GMT', 'Content-Type': 'application/problem+json', 'Content-Length': '214', 'Connection': 'keep-alive', 'Retry-After': '60', 'Request-Id': 'e259eb0e337ee127d5898faff221bd28', '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=e259eb0e337ee127d5898faff221bd28.
2026-03-24 10:31:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701482> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10: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-24 10:31:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93dda485-2d6f-50ab-8e04-d266b997dbac with identifier: 10701482
2026-03-24 10:31:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93dda485-2d6f-50ab-8e04-d266b997dbac with scrape type 2
2026-03-24 10:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93dda485-2d6f-50ab-8e04-d266b997dbac with scrape type 2
2026-03-24 10:31:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 93dda485-2d6f-50ab-8e04-d266b997dbac, identifier: 10701482
2026-03-24 10:31:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 93dda485-2d6f-50ab-8e04-d266b997dbac with identifier: 10701482
2026-03-24 10:31:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 93dda485-2d6f-50ab-8e04-d266b997dbac with identifier: 10701482
2026-03-24 10:31:39 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 93dda485-2d6f-50ab-8e04-d266b997dbac with identifier: 10701482 to the API
2026-03-24 10:31:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:31: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-24 10:31:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701482>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '93dda485-2d6f-50ab-8e04-d266b997dbac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'YS71VHE',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701482',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 17972,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9000,
'price_includes_vat': True,
'registration_date': '2022-01-08',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh SRi Premium - Electric - Automatic - 1 hp '
'- YS71VHE - 17,972 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2022}
2026-03-24 10:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701482%27 HTTP/1.1" 200 None
2026-03-24 10:31:39 [adesa.uk] INFO: Saving data for 10701482: {'auction_closing_time': 1774360800.0, 'created_time': 1774021065.662016, 'last_price_update_time': 1774348299.507938}
2026-03-24 10:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701482') HTTP/1.1" 204 0
2026-03-24 10:31:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701486> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:31:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:31:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b02de48-f755-567c-9d89-4b93d8443967 with identifier: 10701486
2026-03-24 10:31:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b02de48-f755-567c-9d89-4b93d8443967 with scrape type 2
2026-03-24 10:31:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b02de48-f755-567c-9d89-4b93d8443967 with scrape type 2
2026-03-24 10:31:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 0b02de48-f755-567c-9d89-4b93d8443967, identifier: 10701486
2026-03-24 10:31:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 0b02de48-f755-567c-9d89-4b93d8443967 with identifier: 10701486
2026-03-24 10:31:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 0b02de48-f755-567c-9d89-4b93d8443967 with identifier: 10701486
2026-03-24 10:31:41 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 0b02de48-f755-567c-9d89-4b93d8443967 with identifier: 10701486 to the API
2026-03-24 10:31:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:31:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701486>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '0b02de48-f755-567c-9d89-4b93d8443967',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'YB71FMD',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701486',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 49764,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7300,
'price_includes_vat': True,
'registration_date': '2021-12-17',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh SRi Premium - Electric - Automatic - 1 hp '
'- YB71FMD - 49,764 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2021}
2026-03-24 10:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701486%27 HTTP/1.1" 200 None
2026-03-24 10:31:41 [adesa.uk] INFO: Saving data for 10701486: {'auction_closing_time': 1774360800.0, 'created_time': 1774020941.133129, 'last_price_update_time': 1774348301.5869}
2026-03-24 10:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701486') HTTP/1.1" 204 0
2026-03-24 10:31:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 10:31:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701484> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:31:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:31:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 514025c6-4434-5f20-97ab-ed7a915534d6 with identifier: 10701484
2026-03-24 10:31:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 514025c6-4434-5f20-97ab-ed7a915534d6 with scrape type 2
2026-03-24 10:31:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 514025c6-4434-5f20-97ab-ed7a915534d6 with scrape type 2
2026-03-24 10:31:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 514025c6-4434-5f20-97ab-ed7a915534d6, identifier: 10701484
2026-03-24 10:31:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 514025c6-4434-5f20-97ab-ed7a915534d6 with identifier: 10701484
2026-03-24 10:31:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 514025c6-4434-5f20-97ab-ed7a915534d6 with identifier: 10701484
2026-03-24 10:31:52 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 514025c6-4434-5f20-97ab-ed7a915534d6 with identifier: 10701484 to the API
2026-03-24 10:31:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:31:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701484>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '514025c6-4434-5f20-97ab-ed7a915534d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'SB71YMU',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701484',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 30601,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8300,
'price_includes_vat': True,
'registration_date': '2022-02-22',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh SRi Premium - Electric - Automatic - 1 hp '
'- SB71YMU - 30,601 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2022}
2026-03-24 10:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701484%27 HTTP/1.1" 200 None
2026-03-24 10:31:52 [adesa.uk] INFO: Saving data for 10701484: {'auction_closing_time': 1774360800.0, 'created_time': 1774020947.623275, 'last_price_update_time': 1774348312.941519}
2026-03-24 10:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701484') HTTP/1.1" 204 0
2026-03-24 10:32:05 [scrapy.extensions.logstats] INFO: Crawled 79 pages (at 15 pages/min), scraped 72 items (at 17 items/min)
2026-03-24 10:32:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 171MiB
2026-03-24 10:32:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10692824> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10: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-24 10:32:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f42699c2-6ab1-51f5-850c-e1b92e4e1bc0 with identifier: 10692824
2026-03-24 10:32:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f42699c2-6ab1-51f5-850c-e1b92e4e1bc0 with scrape type 2
2026-03-24 10:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f42699c2-6ab1-51f5-850c-e1b92e4e1bc0 with scrape type 2
2026-03-24 10:32:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: f42699c2-6ab1-51f5-850c-e1b92e4e1bc0, identifier: 10692824
2026-03-24 10:32:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: f42699c2-6ab1-51f5-850c-e1b92e4e1bc0 with identifier: 10692824
2026-03-24 10:32:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: f42699c2-6ab1-51f5-850c-e1b92e4e1bc0 with identifier: 10692824
2026-03-24 10:32:14 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: f42699c2-6ab1-51f5-850c-e1b92e4e1bc0 with identifier: 10692824 to the API
2026-03-24 10:32:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:32: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-24 10:32:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10692824>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 146,
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'f42699c2-6ab1-51f5-850c-e1b92e4e1bc0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DT75YDJ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10692824',
'listing': 'auctionplusdirectbuy',
'location': 'Stoke-on-Trent',
'make': 'Vauxhall',
'model': 'Vivaro',
'odometer': 10,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 20900,
'price_includes_vat': True,
'registration_date': '2026-02-05',
'seats_number': 3,
'seller_name': 'OPENLANE Remarketing Ltd',
'title': 'Vauxhall Vivaro 2.0 Turbo Prime XL - Diesel - Manual - 146 hp - '
'DT75YDJ - 10 mi',
'transmission': 'manual',
'trim': 'Prime XL',
'vin': None,
'year': 2026}
2026-03-24 10:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710692824%27 HTTP/1.1" 200 None
2026-03-24 10:32:14 [adesa.uk] INFO: Saving data for 10692824: {'auction_closing_time': 1775034000.0, 'created_time': 1773858631.81065, 'last_price_update_time': 1774348334.184723}
2026-03-24 10:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10692824') HTTP/1.1" 204 0
2026-03-24 10:32:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701483> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:32:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:32:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbad0017-9a55-5f06-a20a-88a550cd4a7c with identifier: 10701483
2026-03-24 10:32:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbad0017-9a55-5f06-a20a-88a550cd4a7c with scrape type 2
2026-03-24 10:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbad0017-9a55-5f06-a20a-88a550cd4a7c with scrape type 2
2026-03-24 10:32:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: bbad0017-9a55-5f06-a20a-88a550cd4a7c, identifier: 10701483
2026-03-24 10:32:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: bbad0017-9a55-5f06-a20a-88a550cd4a7c with identifier: 10701483
2026-03-24 10:32:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: bbad0017-9a55-5f06-a20a-88a550cd4a7c with identifier: 10701483
2026-03-24 10:32:26 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: bbad0017-9a55-5f06-a20a-88a550cd4a7c with identifier: 10701483 to the API
2026-03-24 10:32:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:32:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701483>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': 'bbad0017-9a55-5f06-a20a-88a550cd4a7c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'LY71BCU',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701483',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 47308,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7500,
'price_includes_vat': True,
'registration_date': '2022-01-14',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh SRi Premium - Electric - Automatic - 1 hp '
'- LY71BCU - 47,308 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2022}
2026-03-24 10:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701483%27 HTTP/1.1" 200 None
2026-03-24 10:32:26 [adesa.uk] INFO: Saving data for 10701483: {'auction_closing_time': 1774360800.0, 'created_time': 1774020963.934976, 'last_price_update_time': 1774348346.287192}
2026-03-24 10:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701483') HTTP/1.1" 204 0
2026-03-24 10:32:27 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 71.645(s), this was the 2nd time calling it.
2026-03-24 10:32:27 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.839463383654226 seconds as it raised RequestError: RequestError: 520, message=, headers=<CIMultiDictProxy('Date': 'Tue, 24 Mar 2026 10:32:27 GMT', 'Content-Type': 'application/problem+json', 'Content-Length': '214', 'Connection': 'keep-alive', 'Retry-After': '60', 'Request-Id': '5592f1e64bd62419669b6f3b133cde03', '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=5592f1e64bd62419669b6f3b133cde03.
2026-03-24 10:32:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 3rd time calling it.
2026-03-24 10:33:05 [scrapy.extensions.logstats] INFO: Crawled 81 pages (at 2 pages/min), scraped 74 items (at 2 items/min)
2026-03-24 10:33:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 171MiB
2026-03-24 10:33:15 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.980(s), this was the 1st time calling it.
2026-03-24 10:33:15 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.245935811573413 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-24 10:33:19 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.017(s), this was the 1st time calling it.
2026-03-24 10:33:19 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.806281519148216 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-24 10:33:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 10:33:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10707310> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:33:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:33:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e457993a-cb56-5734-af76-eaa0b3225251 with identifier: 10707310
2026-03-24 10:33:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e457993a-cb56-5734-af76-eaa0b3225251 with scrape type 2
2026-03-24 10:33:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e457993a-cb56-5734-af76-eaa0b3225251 with scrape type 2
2026-03-24 10:33:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: e457993a-cb56-5734-af76-eaa0b3225251, identifier: 10707310
2026-03-24 10:33:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: e457993a-cb56-5734-af76-eaa0b3225251 with identifier: 10707310
2026-03-24 10:33:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: e457993a-cb56-5734-af76-eaa0b3225251 with identifier: 10707310
2026-03-24 10:33:24 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: e457993a-cb56-5734-af76-eaa0b3225251 with identifier: 10707310 to the API
2026-03-24 10:33:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:33: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-24 10:33:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10707310>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 146,
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'e457993a-cb56-5734-af76-eaa0b3225251',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DT75NNX',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10707310',
'listing': 'auctionplusdirectbuy',
'location': 'Stoke-on-Trent',
'make': 'Vauxhall',
'model': 'Vivaro',
'odometer': 25,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 21700,
'price_includes_vat': True,
'registration_date': '2026-01-31',
'seats_number': 3,
'seller_name': 'OPENLANE Remarketing Ltd',
'title': 'Vauxhall Vivaro L1H1 2.0 Pro - Diesel - Manual - 146 hp - DT75NNX - '
'25 mi',
'transmission': 'manual',
'trim': 'Pro',
'vin': None,
'year': 2026}
2026-03-24 10:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710707310%27 HTTP/1.1" 200 None
2026-03-24 10:33:24 [adesa.uk] INFO: Saving data for 10707310: {'auction_closing_time': 1775034000.0, 'created_time': 1774031482.444832, 'last_price_update_time': 1774348404.386834}
2026-03-24 10:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10707310') HTTP/1.1" 204 0
2026-03-24 10:33:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 10:33:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701437> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:33:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:33:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 314adb5f-b7f4-54c5-bf6a-2f01eb97724c with identifier: 10701437
2026-03-24 10:33:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 314adb5f-b7f4-54c5-bf6a-2f01eb97724c with scrape type 2
2026-03-24 10:33:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 314adb5f-b7f4-54c5-bf6a-2f01eb97724c with scrape type 2
2026-03-24 10:33:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 314adb5f-b7f4-54c5-bf6a-2f01eb97724c, identifier: 10701437
2026-03-24 10:33:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 314adb5f-b7f4-54c5-bf6a-2f01eb97724c with identifier: 10701437
2026-03-24 10:33:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 314adb5f-b7f4-54c5-bf6a-2f01eb97724c with identifier: 10701437
2026-03-24 10:33:32 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 314adb5f-b7f4-54c5-bf6a-2f01eb97724c with identifier: 10701437 to the API
2026-03-24 10:33:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:33: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-24 10:33:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701437>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '314adb5f-b7f4-54c5-bf6a-2f01eb97724c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'NV71HFG',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701437',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 52966,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7200,
'price_includes_vat': True,
'registration_date': '2021-11-30',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh SRi Premium - Electric - Automatic - 136 '
'hp - NV71HFG - 52,966 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2021}
2026-03-24 10:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701437%27 HTTP/1.1" 200 None
2026-03-24 10:33:32 [adesa.uk] INFO: Saving data for 10701437: {'auction_closing_time': 1774360800.0, 'created_time': 1774020961.231122, 'last_price_update_time': 1774348412.573789}
2026-03-24 10:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701437') HTTP/1.1" 204 0
2026-03-24 10:33:35 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.510(s), this was the 1st time calling it.
2026-03-24 10:33:35 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 3.7056648014376132 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-24 10:33:35 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.013(s), this was the 1st time calling it.
2026-03-24 10:33:35 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.555138797395335 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-24 10:33:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 10:33:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 10:33:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701445> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:33:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:33:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 175a5c8d-0a86-584d-919b-a4e673f1eb71 with identifier: 10701445
2026-03-24 10:33:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 175a5c8d-0a86-584d-919b-a4e673f1eb71 with scrape type 2
2026-03-24 10:33:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 175a5c8d-0a86-584d-919b-a4e673f1eb71 with scrape type 2
2026-03-24 10:33:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 175a5c8d-0a86-584d-919b-a4e673f1eb71, identifier: 10701445
2026-03-24 10:33:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 175a5c8d-0a86-584d-919b-a4e673f1eb71 with identifier: 10701445
2026-03-24 10:33:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 175a5c8d-0a86-584d-919b-a4e673f1eb71 with identifier: 10701445
2026-03-24 10:33:42 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 175a5c8d-0a86-584d-919b-a4e673f1eb71 with identifier: 10701445 to the API
2026-03-24 10:33:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:33: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-24 10:33:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701445>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '175a5c8d-0a86-584d-919b-a4e673f1eb71',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'AP71BSY',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701445',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 27864,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9000,
'price_includes_vat': True,
'registration_date': '2021-11-30',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate Edition - Electric - Automatic - '
'136 hp - AP71BSY - 27,864 mi',
'transmission': 'automatic',
'trim': 'Ultimate Edition',
'vin': None,
'year': 2021}
2026-03-24 10:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701445%27 HTTP/1.1" 200 None
2026-03-24 10:33:42 [adesa.uk] INFO: Saving data for 10701445: {'auction_closing_time': 1774360800.0, 'created_time': 1774020942.135813, 'last_price_update_time': 1774348422.291277}
2026-03-24 10:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701445') HTTP/1.1" 204 0
2026-03-24 10:33:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5742482/general/2c037ab1-4f00-464b-acab-1e2525a8dba3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10716442)
2026-03-24 10:33:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:33:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f6461380a10>
2026-03-24 10:33:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:33:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:33:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:33:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47f8b9e2-45d3-5f2b-9486-cf949eade1e2/47f8b9e2-45d3-5f2b-9486-cf949eade1e2_image_7.jpg HTTP/1.1" 201 0
2026-03-24 10:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.uk',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742482%252Fgeneral%252F2c037ab1-4f00-464b-acab-1e2525a8dba3.jpg') HTTP/1.1" 204 0
2026-03-24 10:33:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742482/general/2c037ab1-4f00-464b-acab-1e2525a8dba3.jpg saved to cache
2026-03-24 10:33:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 47f8b9e2-45d3-5f2b-9486-cf949eade1e2
2026-03-24 10:33:46 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 199.520(s), this was the 2nd time calling it.
2026-03-24 10:33:46 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 4.329323937935065 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-24 10:33:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 3rd time calling it.
2026-03-24 10:33:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10692823> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:33:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:33:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5742482/general/aef99641-2f0e-4dd3-8212-c2348f304903.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10716442)
2026-03-24 10:33:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59f09508-df01-5915-9477-ee563d401fde with identifier: 10692823
2026-03-24 10:33:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59f09508-df01-5915-9477-ee563d401fde with scrape type 2
2026-03-24 10:33:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59f09508-df01-5915-9477-ee563d401fde with scrape type 2
2026-03-24 10:33:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 59f09508-df01-5915-9477-ee563d401fde, identifier: 10692823
2026-03-24 10:33:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 59f09508-df01-5915-9477-ee563d401fde with identifier: 10692823
2026-03-24 10:33:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 59f09508-df01-5915-9477-ee563d401fde with identifier: 10692823
2026-03-24 10:33:52 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 59f09508-df01-5915-9477-ee563d401fde with identifier: 10692823 to the API
2026-03-24 10:33:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:33: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-24 10:33:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10692823>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 146,
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': '59f09508-df01-5915-9477-ee563d401fde',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DP75SXS',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10692823',
'listing': 'auctionplusdirectbuy',
'location': 'Stoke-on-Trent',
'make': 'Vauxhall',
'model': 'Vivaro',
'odometer': 10,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 20900,
'price_includes_vat': True,
'registration_date': '2026-01-02',
'seats_number': 3,
'seller_name': 'OPENLANE Remarketing Ltd',
'title': 'Vauxhall Vivaro 2.0 Turbo Prime XL - Diesel - Manual - 146 hp - '
'DP75SXS - 10 mi',
'transmission': 'manual',
'trim': 'Prime XL',
'vin': None,
'year': 2026}
2026-03-24 10:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710692823%27 HTTP/1.1" 200 None
2026-03-24 10:33:52 [adesa.uk] INFO: Saving data for 10692823: {'auction_closing_time': 1775034000.0, 'created_time': 1773858630.831267, 'last_price_update_time': 1774348432.697562}
2026-03-24 10:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10692823') HTTP/1.1" 204 0
2026-03-24 10:33:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:33:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f6461045290>
2026-03-24 10:33:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:33:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:33:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:33:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47f8b9e2-45d3-5f2b-9486-cf949eade1e2/47f8b9e2-45d3-5f2b-9486-cf949eade1e2_image_6.jpg HTTP/1.1" 201 0
2026-03-24 10:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.uk',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742482%252Fgeneral%252Faef99641-2f0e-4dd3-8212-c2348f304903.jpg') HTTP/1.1" 204 0
2026-03-24 10:33:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742482/general/aef99641-2f0e-4dd3-8212-c2348f304903.jpg saved to cache
2026-03-24 10:33:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 47f8b9e2-45d3-5f2b-9486-cf949eade1e2
2026-03-24 10:33:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5742482/general/cba46368-d8b6-457b-95ff-c853c1bb7dd1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10716442)
2026-03-24 10:33:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:33:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f646101a310>
2026-03-24 10:33:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:33:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:33:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:33:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47f8b9e2-45d3-5f2b-9486-cf949eade1e2/47f8b9e2-45d3-5f2b-9486-cf949eade1e2_image_5.jpg HTTP/1.1" 201 0
2026-03-24 10:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.uk',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742482%252Fgeneral%252Fcba46368-d8b6-457b-95ff-c853c1bb7dd1.jpg') HTTP/1.1" 204 0
2026-03-24 10:33:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742482/general/cba46368-d8b6-457b-95ff-c853c1bb7dd1.jpg saved to cache
2026-03-24 10:33:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 47f8b9e2-45d3-5f2b-9486-cf949eade1e2
2026-03-24 10:33:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701607> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:33:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:33:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd06eea2-60e3-55a0-b9f8-67cb15a09136 with identifier: 10701607
2026-03-24 10:33:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd06eea2-60e3-55a0-b9f8-67cb15a09136 with scrape type 2
2026-03-24 10:33:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd06eea2-60e3-55a0-b9f8-67cb15a09136 with scrape type 2
2026-03-24 10:33:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: fd06eea2-60e3-55a0-b9f8-67cb15a09136, identifier: 10701607
2026-03-24 10:33:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: fd06eea2-60e3-55a0-b9f8-67cb15a09136 with identifier: 10701607
2026-03-24 10:33:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: fd06eea2-60e3-55a0-b9f8-67cb15a09136 with identifier: 10701607
2026-03-24 10:33:59 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: fd06eea2-60e3-55a0-b9f8-67cb15a09136 with identifier: 10701607 to the API
2026-03-24 10:33:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:33: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-24 10:33:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701607>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': 'fd06eea2-60e3-55a0-b9f8-67cb15a09136',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'DA71ULU',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701607',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 8758,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9500,
'price_includes_vat': True,
'registration_date': '2021-12-15',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh SRi Premium - Electric - Automatic - 136 '
'hp - DA71ULU - 8,758 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2021}
2026-03-24 10:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701607%27 HTTP/1.1" 200 None
2026-03-24 10:33:59 [adesa.uk] INFO: Saving data for 10701607: {'auction_closing_time': 1774360800.0, 'created_time': 1774020963.253509, 'last_price_update_time': 1774348439.789341}
2026-03-24 10:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701607') HTTP/1.1" 204 0
2026-03-24 10:34:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701478> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:34:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:34:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcc7a57f-230a-5a80-8369-0337ba32f63c with identifier: 10701478
2026-03-24 10:34:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcc7a57f-230a-5a80-8369-0337ba32f63c with scrape type 2
2026-03-24 10:34:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcc7a57f-230a-5a80-8369-0337ba32f63c with scrape type 2
2026-03-24 10:34:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: fcc7a57f-230a-5a80-8369-0337ba32f63c, identifier: 10701478
2026-03-24 10:34:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: fcc7a57f-230a-5a80-8369-0337ba32f63c with identifier: 10701478
2026-03-24 10:34:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: fcc7a57f-230a-5a80-8369-0337ba32f63c with identifier: 10701478
2026-03-24 10:34:01 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: fcc7a57f-230a-5a80-8369-0337ba32f63c with identifier: 10701478 to the API
2026-03-24 10:34:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:34: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-24 10:34:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701478>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': 'fcc7a57f-230a-5a80-8369-0337ba32f63c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'DA71PRV',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701478',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 9507,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8900,
'price_includes_vat': True,
'registration_date': '2021-12-16',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Elite Premium - Electric - Automatic - 1 '
'hp - DA71PRV - 9,507 mi',
'transmission': 'automatic',
'trim': 'Elite Premium',
'vin': None,
'year': 2021}
2026-03-24 10:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701478%27 HTTP/1.1" 200 None
2026-03-24 10:34:01 [adesa.uk] INFO: Saving data for 10701478: {'auction_closing_time': 1774360800.0, 'created_time': 1774020967.10292, 'last_price_update_time': 1774348441.553127}
2026-03-24 10:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701478') HTTP/1.1" 204 0
2026-03-24 10:34:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701479> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:34:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:34:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5742482/general/d931bd50-2a90-4a76-83d8-b564d29142a7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10716442)
2026-03-24 10:34:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5742482/general/60ad4e20-71cf-487b-8ff2-b9d7538b6662.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10716442)
2026-03-24 10:34:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1fa8e228-5f32-52cf-af7f-324850746f1a with identifier: 10701479
2026-03-24 10:34:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fa8e228-5f32-52cf-af7f-324850746f1a with scrape type 2
2026-03-24 10:34:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1fa8e228-5f32-52cf-af7f-324850746f1a with scrape type 2
2026-03-24 10:34:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 1fa8e228-5f32-52cf-af7f-324850746f1a, identifier: 10701479
2026-03-24 10:34:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 1fa8e228-5f32-52cf-af7f-324850746f1a with identifier: 10701479
2026-03-24 10:34:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 1fa8e228-5f32-52cf-af7f-324850746f1a with identifier: 10701479
2026-03-24 10:34:01 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 1fa8e228-5f32-52cf-af7f-324850746f1a with identifier: 10701479 to the API
2026-03-24 10:34:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:34: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-24 10:34:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701479>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Red',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '1fa8e228-5f32-52cf-af7f-324850746f1a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'FT71BUV',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701479',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 28299,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8000,
'price_includes_vat': True,
'registration_date': '2022-01-13',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Elite Premium - Electric - Automatic - 1 '
'hp - FT71BUV - 28,299 mi',
'transmission': 'automatic',
'trim': 'Elite Premium',
'vin': None,
'year': 2022}
2026-03-24 10:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701479%27 HTTP/1.1" 200 None
2026-03-24 10:34:02 [adesa.uk] INFO: Saving data for 10701479: {'auction_closing_time': 1774360800.0, 'created_time': 1774020993.889088, 'last_price_update_time': 1774348442.034654}
2026-03-24 10:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701479') HTTP/1.1" 204 0
2026-03-24 10:34:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:34:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f6460e13690>
2026-03-24 10:34:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:34:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:34:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:34:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47f8b9e2-45d3-5f2b-9486-cf949eade1e2/47f8b9e2-45d3-5f2b-9486-cf949eade1e2_image_3.jpg HTTP/1.1" 201 0
2026-03-24 10:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.uk',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742482%252Fgeneral%252Fd931bd50-2a90-4a76-83d8-b564d29142a7.jpg') HTTP/1.1" 204 0
2026-03-24 10:34:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742482/general/d931bd50-2a90-4a76-83d8-b564d29142a7.jpg saved to cache
2026-03-24 10:34:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 47f8b9e2-45d3-5f2b-9486-cf949eade1e2
2026-03-24 10:34:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:34:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f6461368bd0>
2026-03-24 10:34:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:34:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:34:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:34:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47f8b9e2-45d3-5f2b-9486-cf949eade1e2/47f8b9e2-45d3-5f2b-9486-cf949eade1e2_image_1.jpg HTTP/1.1" 201 0
2026-03-24 10:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.uk',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742482%252Fgeneral%252F60ad4e20-71cf-487b-8ff2-b9d7538b6662.jpg') HTTP/1.1" 204 0
2026-03-24 10:34:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742482/general/60ad4e20-71cf-487b-8ff2-b9d7538b6662.jpg saved to cache
2026-03-24 10:34:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 47f8b9e2-45d3-5f2b-9486-cf949eade1e2
2026-03-24 10:34:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 47f8b9e2-45d3-5f2b-9486-cf949eade1e2, skipping ID generation
2026-03-24 10:34:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47f8b9e2-45d3-5f2b-9486-cf949eade1e2 with scrape type 1
2026-03-24 10:34:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 47f8b9e2-45d3-5f2b-9486-cf949eade1e2 sending to next pipeline
2026-03-24 10:34:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 47f8b9e2-45d3-5f2b-9486-cf949eade1e2, identifier: 10716442
2026-03-24 10:34:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 47f8b9e2-45d3-5f2b-9486-cf949eade1e2 with identifier: 10716442
2026-03-24 10:34:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 47f8b9e2-45d3-5f2b-9486-cf949eade1e2 with identifier: 10716442
2026-03-24 10:34:02 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 47f8b9e2-45d3-5f2b-9486-cf949eade1e2 with identifier: 10716442 to the API
2026-03-24 10:34:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:34: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-24 10:34:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5742482/general/60ad4e20-71cf-487b-8ff2-b9d7538b6662.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Orange',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'engine_horse_power': 90,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': '47f8b9e2-45d3-5f2b-9486-cf949eade1e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'MA21XHN',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716442',
'listing': 'auction',
'location': 'Whyteleafe',
'make': 'Renault',
'model': 'Clio',
'odometer': 56792,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 30,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_47f8b9e2-45d3-5f2b-9486-cf949eade1e2/47f8b9e2-45d3-5f2b-9486-cf949eade1e2_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 455027,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742482/general/e7b22ceb-2c07-447a-b12b-52859c44299b.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_47f8b9e2-45d3-5f2b-9486-cf949eade1e2/47f8b9e2-45d3-5f2b-9486-cf949eade1e2_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 357247,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742482/general/60ad4e20-71cf-487b-8ff2-b9d7538b6662.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_47f8b9e2-45d3-5f2b-9486-cf949eade1e2/47f8b9e2-45d3-5f2b-9486-cf949eade1e2_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 448931,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742482/general/758bb406-d888-4983-ac77-a10f68e1f740.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_47f8b9e2-45d3-5f2b-9486-cf949eade1e2/47f8b9e2-45d3-5f2b-9486-cf949eade1e2_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 410330,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742482/general/d931bd50-2a90-4a76-83d8-b564d29142a7.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_47f8b9e2-45d3-5f2b-9486-cf949eade1e2/47f8b9e2-45d3-5f2b-9486-cf949eade1e2_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 215710,
'Height': 1600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742482/general/6882e582-aca3-4465-aa28-b7dddd274e93.jpg',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_47f8b9e2-45d3-5f2b-9486-cf949eade1e2/47f8b9e2-45d3-5f2b-9486-cf949eade1e2_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 368965,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742482/general/cba46368-d8b6-457b-95ff-c853c1bb7dd1.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_47f8b9e2-45d3-5f2b-9486-cf949eade1e2/47f8b9e2-45d3-5f2b-9486-cf949eade1e2_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 320494,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742482/general/aef99641-2f0e-4dd3-8212-c2348f304903.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_47f8b9e2-45d3-5f2b-9486-cf949eade1e2/47f8b9e2-45d3-5f2b-9486-cf949eade1e2_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 359900,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742482/general/2c037ab1-4f00-464b-acab-1e2525a8dba3.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_47f8b9e2-45d3-5f2b-9486-cf949eade1e2/47f8b9e2-45d3-5f2b-9486-cf949eade1e2_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 227926,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742482/general/3505e3ba-e3bd-4b55-b7a9-6498a3eaccd7.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_47f8b9e2-45d3-5f2b-9486-cf949eade1e2/47f8b9e2-45d3-5f2b-9486-cf949eade1e2_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 309213,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742482/general/8992d40f-810c-44fc-afbb-d32319c24012.jpg',
'Width': 1600}],
'price': 5900,
'price_includes_vat': True,
'registration_date': '2021-03-16',
'seats_number': 5,
'seller_name': 'CC Leasing',
'title': 'Renault Clio 1.0 Tce Iconic - Petrol - Manual - 90 hp - MA21XHN - '
'56,792 mi',
'transmission': 'manual',
'trim': 'Iconic',
'vin': None,
'year': 2021}
2026-03-24 10:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716442%27 HTTP/1.1" 200 None
2026-03-24 10:34:02 [adesa.uk] INFO: Saving data for 10716442: {'created_time': 1774348442.737305, 'last_price_update_time': 1774348442.737316, 'auction_closing_time': 1774447200.0}
2026-03-24 10:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716442') HTTP/1.1" 204 0
2026-03-24 10:34:02 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.305(s), this was the 1st time calling it.
2026-03-24 10:34:02 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.940854835265796 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-24 10:34:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716411> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:34:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:34:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701498> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:34:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:34:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c01c61de-74fe-5430-864c-e07399e27b40 with identifier: 10716411
2026-03-24 10:34:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c01c61de-74fe-5430-864c-e07399e27b40 with scrape type 1
2026-03-24 10:34:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c01c61de-74fe-5430-864c-e07399e27b40
2026-03-24 10:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5694968%252Fgeneral%252F4c1e2cac-3c95-4559-a158-a29132a86d85.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:34:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5694968/general/4c1e2cac-3c95-4559-a158-a29132a86d85.jpg already downloaded
2026-03-24 10:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5694968%252Fgeneral%252Fa67f030a-662a-4e8a-bef3-96c3c2bd0f76.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:34:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5694968/general/a67f030a-662a-4e8a-bef3-96c3c2bd0f76.jpg already downloaded
2026-03-24 10:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5694968%252Fgeneral%252Fcc07a6f5-d75b-44ae-a006-4ab5970ca31d.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:34:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5694968/general/cc07a6f5-d75b-44ae-a006-4ab5970ca31d.jpg already downloaded
2026-03-24 10:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5694968%252Fgeneral%252Fbbac37ee-53db-4c88-afe4-88bb72e2ac3e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:34:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5694968/general/bbac37ee-53db-4c88-afe4-88bb72e2ac3e.jpg already downloaded
2026-03-24 10:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5694968%252Fgeneral%252F9f638b53-f9f3-44c0-b0e9-1e71f1503231.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:34:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5694968/general/9f638b53-f9f3-44c0-b0e9-1e71f1503231.jpg already downloaded
2026-03-24 10:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5694968%252Fgeneral%252Ff8d28a56-b49c-43f2-b9ab-8c0f8f281213.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:34:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5694968/general/f8d28a56-b49c-43f2-b9ab-8c0f8f281213.jpg already downloaded
2026-03-24 10:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5694968%252Fgeneral%252Fa4d2c870-cad6-40db-8e7d-551f64e3eea6.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:34:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5694968/general/a4d2c870-cad6-40db-8e7d-551f64e3eea6.jpg already downloaded
2026-03-24 10:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5694968%252Fgeneral%252Ff5c81c7d-92a6-4f54-b29d-b899c0b3888e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:34:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5694968/general/f5c81c7d-92a6-4f54-b29d-b899c0b3888e.jpg already downloaded
2026-03-24 10:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5694968%252Fgeneral%252F509de454-b9dc-4624-a0c5-dc66a7a4bb9f.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:34:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5694968/general/509de454-b9dc-4624-a0c5-dc66a7a4bb9f.jpg already downloaded
2026-03-24 10:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5694968%252Fgeneral%252F4f093ea5-f325-4328-bdcd-8bc28609f33b.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:34:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5694968/general/4f093ea5-f325-4328-bdcd-8bc28609f33b.jpg already downloaded
2026-03-24 10:34:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: c01c61de-74fe-5430-864c-e07399e27b40, identifier: 10716411
2026-03-24 10:34:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: c01c61de-74fe-5430-864c-e07399e27b40 with identifier: 10716411
2026-03-24 10:34:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: c01c61de-74fe-5430-864c-e07399e27b40 with identifier: 10716411
2026-03-24 10:34:04 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: c01c61de-74fe-5430-864c-e07399e27b40 with identifier: 10716411 to the API
2026-03-24 10:34:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:34: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-24 10:34:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716411>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.4L',
'engine_horse_power': 140,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': 'c01c61de-74fe-5430-864c-e07399e27b40',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'LN67RMZ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716411',
'listing': 'auction',
'location': 'Corby',
'make': 'Jeep',
'model': 'Renegade',
'odometer': 50641,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 24,
'photo_urls': ['https://images.openlane.eu/carimgs/5694968/general/4c1e2cac-3c95-4559-a158-a29132a86d85.jpg',
'https://images.openlane.eu/carimgs/5694968/general/a67f030a-662a-4e8a-bef3-96c3c2bd0f76.jpg',
'https://images.openlane.eu/carimgs/5694968/general/cc07a6f5-d75b-44ae-a006-4ab5970ca31d.jpg',
'https://images.openlane.eu/carimgs/5694968/general/bbac37ee-53db-4c88-afe4-88bb72e2ac3e.jpg',
'https://images.openlane.eu/carimgs/5694968/general/9f638b53-f9f3-44c0-b0e9-1e71f1503231.jpg',
'https://images.openlane.eu/carimgs/5694968/general/f8d28a56-b49c-43f2-b9ab-8c0f8f281213.jpg',
'https://images.openlane.eu/carimgs/5694968/general/a4d2c870-cad6-40db-8e7d-551f64e3eea6.jpg',
'https://images.openlane.eu/carimgs/5694968/general/f5c81c7d-92a6-4f54-b29d-b899c0b3888e.jpg',
'https://images.openlane.eu/carimgs/5694968/general/509de454-b9dc-4624-a0c5-dc66a7a4bb9f.jpg',
'https://images.openlane.eu/carimgs/5694968/general/4f093ea5-f325-4328-bdcd-8bc28609f33b.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c01c61de-74fe-5430-864c-e07399e27b40/c01c61de-74fe-5430-864c-e07399e27b40_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 333128,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5694968/general/4c1e2cac-3c95-4559-a158-a29132a86d85.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c01c61de-74fe-5430-864c-e07399e27b40/c01c61de-74fe-5430-864c-e07399e27b40_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 341728,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5694968/general/a67f030a-662a-4e8a-bef3-96c3c2bd0f76.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c01c61de-74fe-5430-864c-e07399e27b40/c01c61de-74fe-5430-864c-e07399e27b40_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 306112,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5694968/general/cc07a6f5-d75b-44ae-a006-4ab5970ca31d.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c01c61de-74fe-5430-864c-e07399e27b40/c01c61de-74fe-5430-864c-e07399e27b40_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 323900,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5694968/general/bbac37ee-53db-4c88-afe4-88bb72e2ac3e.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c01c61de-74fe-5430-864c-e07399e27b40/c01c61de-74fe-5430-864c-e07399e27b40_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 300727,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5694968/general/9f638b53-f9f3-44c0-b0e9-1e71f1503231.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c01c61de-74fe-5430-864c-e07399e27b40/c01c61de-74fe-5430-864c-e07399e27b40_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 283635,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5694968/general/f8d28a56-b49c-43f2-b9ab-8c0f8f281213.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c01c61de-74fe-5430-864c-e07399e27b40/c01c61de-74fe-5430-864c-e07399e27b40_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 178593,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5694968/general/a4d2c870-cad6-40db-8e7d-551f64e3eea6.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c01c61de-74fe-5430-864c-e07399e27b40/c01c61de-74fe-5430-864c-e07399e27b40_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97349,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5694968/general/f5c81c7d-92a6-4f54-b29d-b899c0b3888e.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c01c61de-74fe-5430-864c-e07399e27b40/c01c61de-74fe-5430-864c-e07399e27b40_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 143413,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5694968/general/509de454-b9dc-4624-a0c5-dc66a7a4bb9f.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c01c61de-74fe-5430-864c-e07399e27b40/c01c61de-74fe-5430-864c-e07399e27b40_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 194911,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5694968/general/4f093ea5-f325-4328-bdcd-8bc28609f33b.jpg',
'Width': 1440}],
'price': 5600,
'price_includes_vat': True,
'registration_date': '2017-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Jeep Renegade 1.4 MultiAir Longitude - Petrol - Automatic - 140 hp '
'- LN67RMZ - 50,641 mi',
'transmission': 'automatic',
'trim': 'Longitude',
'vin': None,
'year': 2017}
2026-03-24 10:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716411%27 HTTP/1.1" 200 None
2026-03-24 10:34:04 [adesa.uk] INFO: Saving data for 10716411: {'created_time': 1774348444.648914, 'last_price_update_time': 1774348444.648925, 'auction_closing_time': 1774447200.0}
2026-03-24 10:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716411') HTTP/1.1" 204 0
2026-03-24 10:34:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13365185-085e-5ac3-9da8-829ebb156ab0 with identifier: 10701498
2026-03-24 10:34:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13365185-085e-5ac3-9da8-829ebb156ab0 with scrape type 2
2026-03-24 10:34:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13365185-085e-5ac3-9da8-829ebb156ab0 with scrape type 2
2026-03-24 10:34:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 13365185-085e-5ac3-9da8-829ebb156ab0, identifier: 10701498
2026-03-24 10:34:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 13365185-085e-5ac3-9da8-829ebb156ab0 with identifier: 10701498
2026-03-24 10:34:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 13365185-085e-5ac3-9da8-829ebb156ab0 with identifier: 10701498
2026-03-24 10:34:04 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 13365185-085e-5ac3-9da8-829ebb156ab0 with identifier: 10701498 to the API
2026-03-24 10:34:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:34: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-24 10:34:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701498>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Petrol',
'id': '13365185-085e-5ac3-9da8-829ebb156ab0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DY25XGP',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701498',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka',
'odometer': 16693,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 16200,
'price_includes_vat': True,
'registration_date': '2025-03-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka 1.2 Turbo Ultimate - Petrol - Automatic - 1 hp - '
'DY25XGP - 16,693 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-24 10:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701498%27 HTTP/1.1" 200 None
2026-03-24 10:34:05 [adesa.uk] INFO: Saving data for 10701498: {'auction_closing_time': 1774360800.0, 'created_time': 1774020972.328888, 'last_price_update_time': 1774348445.050227}
2026-03-24 10:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701498') HTTP/1.1" 204 0
2026-03-24 10:34:05 [scrapy.extensions.logstats] INFO: Crawled 90 pages (at 9 pages/min), scraped 84 items (at 10 items/min)
2026-03-24 10:34:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 171MiB
2026-03-24 10:34:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701419> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:34:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:34:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0e0afcb-0622-5ccf-89c3-87546862b677 with identifier: 10701419
2026-03-24 10:34:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0e0afcb-0622-5ccf-89c3-87546862b677 with scrape type 2
2026-03-24 10:34:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0e0afcb-0622-5ccf-89c3-87546862b677 with scrape type 2
2026-03-24 10:34:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: b0e0afcb-0622-5ccf-89c3-87546862b677, identifier: 10701419
2026-03-24 10:34:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: b0e0afcb-0622-5ccf-89c3-87546862b677 with identifier: 10701419
2026-03-24 10:34:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: b0e0afcb-0622-5ccf-89c3-87546862b677 with identifier: 10701419
2026-03-24 10:34:07 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: b0e0afcb-0622-5ccf-89c3-87546862b677 with identifier: 10701419 to the API
2026-03-24 10:34:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:34:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:34:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701419>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 131,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Petrol',
'id': 'b0e0afcb-0622-5ccf-89c3-87546862b677',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DY25XMK',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701419',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka',
'odometer': 17824,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 17100,
'price_includes_vat': True,
'registration_date': '2025-03-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka 1.2 Turbo Ultimate - Petrol - Automatic - 131 hp - '
'DY25XMK - 17,824 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-24 10:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701419%27 HTTP/1.1" 200 None
2026-03-24 10:34:07 [adesa.uk] INFO: Saving data for 10701419: {'auction_closing_time': 1774360800.0, 'created_time': 1774020981.308143, 'last_price_update_time': 1774348447.662227}
2026-03-24 10:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701419') HTTP/1.1" 204 0
2026-03-24 10:34:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701438> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:34:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:34:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84b68008-f45c-58e4-830b-f0a1b54c9c66 with identifier: 10701438
2026-03-24 10:34:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84b68008-f45c-58e4-830b-f0a1b54c9c66 with scrape type 2
2026-03-24 10:34:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84b68008-f45c-58e4-830b-f0a1b54c9c66 with scrape type 2
2026-03-24 10:34:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 84b68008-f45c-58e4-830b-f0a1b54c9c66, identifier: 10701438
2026-03-24 10:34:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 84b68008-f45c-58e4-830b-f0a1b54c9c66 with identifier: 10701438
2026-03-24 10:34:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 84b68008-f45c-58e4-830b-f0a1b54c9c66 with identifier: 10701438
2026-03-24 10:34:08 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 84b68008-f45c-58e4-830b-f0a1b54c9c66 with identifier: 10701438 to the API
2026-03-24 10:34:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:34:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:34:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701438>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 131,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Petrol',
'id': '84b68008-f45c-58e4-830b-f0a1b54c9c66',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DT74ZBZ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701438',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka',
'odometer': 17842,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 16600,
'price_includes_vat': True,
'registration_date': '2025-02-28',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka 1.2 Turbo Ultimate - Petrol - Automatic - 131 hp - '
'DT74ZBZ - 17,842 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-24 10:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701438%27 HTTP/1.1" 200 None
2026-03-24 10:34:09 [adesa.uk] INFO: Saving data for 10701438: {'auction_closing_time': 1774360800.0, 'created_time': 1774020975.442722, 'last_price_update_time': 1774348449.985365}
2026-03-24 10:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701438') HTTP/1.1" 204 0
2026-03-24 10:34:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 10:34:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701460> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:34:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:34:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3247ea8d-cacf-5d0a-9674-b4f96cb9d9f0 with identifier: 10701460
2026-03-24 10:34:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3247ea8d-cacf-5d0a-9674-b4f96cb9d9f0 with scrape type 2
2026-03-24 10:34:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3247ea8d-cacf-5d0a-9674-b4f96cb9d9f0 with scrape type 2
2026-03-24 10:34:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 3247ea8d-cacf-5d0a-9674-b4f96cb9d9f0, identifier: 10701460
2026-03-24 10:34:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 3247ea8d-cacf-5d0a-9674-b4f96cb9d9f0 with identifier: 10701460
2026-03-24 10:34:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 3247ea8d-cacf-5d0a-9674-b4f96cb9d9f0 with identifier: 10701460
2026-03-24 10:34:11 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 3247ea8d-cacf-5d0a-9674-b4f96cb9d9f0 with identifier: 10701460 to the API
2026-03-24 10:34:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:34:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:34:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701460>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '3247ea8d-cacf-5d0a-9674-b4f96cb9d9f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'SH71ZSW',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701460',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 48780,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 6200,
'price_includes_vat': True,
'registration_date': '2021-12-28',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa-e 46 kWh SRi Premium - Electric - Automatic - 1 hp - '
'SH71ZSW - 48,780 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2021}
2026-03-24 10:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701460%27 HTTP/1.1" 200 None
2026-03-24 10:34:11 [adesa.uk] INFO: Saving data for 10701460: {'auction_closing_time': 1774360800.0, 'created_time': 1774020989.434328, 'last_price_update_time': 1774348451.531502}
2026-03-24 10:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701460') HTTP/1.1" 204 0
2026-03-24 10:34:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701481> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:34:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:34:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2393171-5a9d-5c24-a1fa-db9f551f8734 with identifier: 10701481
2026-03-24 10:34:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2393171-5a9d-5c24-a1fa-db9f551f8734 with scrape type 2
2026-03-24 10:34:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2393171-5a9d-5c24-a1fa-db9f551f8734 with scrape type 2
2026-03-24 10:34:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: e2393171-5a9d-5c24-a1fa-db9f551f8734, identifier: 10701481
2026-03-24 10:34:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: e2393171-5a9d-5c24-a1fa-db9f551f8734 with identifier: 10701481
2026-03-24 10:34:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: e2393171-5a9d-5c24-a1fa-db9f551f8734 with identifier: 10701481
2026-03-24 10:34:12 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: e2393171-5a9d-5c24-a1fa-db9f551f8734 with identifier: 10701481 to the API
2026-03-24 10:34:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:34: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-24 10:34:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701481>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': 'e2393171-5a9d-5c24-a1fa-db9f551f8734',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'RJ71KLU',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701481',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 20104,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8800,
'price_includes_vat': True,
'registration_date': '2021-12-16',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh SRi Premium - Electric - Automatic - 1 hp '
'- RJ71KLU - 20,104 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2021}
2026-03-24 10:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701481%27 HTTP/1.1" 200 None
2026-03-24 10:34:13 [adesa.uk] INFO: Saving data for 10701481: {'auction_closing_time': 1774360800.0, 'created_time': 1774020944.639818, 'last_price_update_time': 1774348453.1743}
2026-03-24 10:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701481') HTTP/1.1" 204 0
2026-03-24 10:34:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701425> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:34:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:34:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a194475-dd42-5638-b3b5-c42152bb9938 with identifier: 10701425
2026-03-24 10:34:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a194475-dd42-5638-b3b5-c42152bb9938 with scrape type 2
2026-03-24 10:34:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a194475-dd42-5638-b3b5-c42152bb9938 with scrape type 2
2026-03-24 10:34:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 5a194475-dd42-5638-b3b5-c42152bb9938, identifier: 10701425
2026-03-24 10:34:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 5a194475-dd42-5638-b3b5-c42152bb9938 with identifier: 10701425
2026-03-24 10:34:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 5a194475-dd42-5638-b3b5-c42152bb9938 with identifier: 10701425
2026-03-24 10:34:13 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 5a194475-dd42-5638-b3b5-c42152bb9938 with identifier: 10701425 to the API
2026-03-24 10:34:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:34: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-24 10:34:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701425>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '5a194475-dd42-5638-b3b5-c42152bb9938',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'DT21FNO',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701425',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 40425,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 6200,
'price_includes_vat': True,
'registration_date': '2021-06-30',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa-e 46 kWh SRi Premium - Electric - Automatic - 136 hp '
'- DT21FNO - 40,425 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2021}
2026-03-24 10:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701425%27 HTTP/1.1" 200 None
2026-03-24 10:34:13 [adesa.uk] INFO: Saving data for 10701425: {'auction_closing_time': 1774360800.0, 'created_time': 1774021005.587664, 'last_price_update_time': 1774348453.939221}
2026-03-24 10:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701425') HTTP/1.1" 204 0
2026-03-24 10:34:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701430> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:34:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:34:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3eca24f-fa7a-565a-b9e7-0bdaff758e75 with identifier: 10701430
2026-03-24 10:34:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3eca24f-fa7a-565a-b9e7-0bdaff758e75 with scrape type 2
2026-03-24 10:34:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3eca24f-fa7a-565a-b9e7-0bdaff758e75 with scrape type 2
2026-03-24 10:34:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: f3eca24f-fa7a-565a-b9e7-0bdaff758e75, identifier: 10701430
2026-03-24 10:34:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: f3eca24f-fa7a-565a-b9e7-0bdaff758e75 with identifier: 10701430
2026-03-24 10:34:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: f3eca24f-fa7a-565a-b9e7-0bdaff758e75 with identifier: 10701430
2026-03-24 10:34:17 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: f3eca24f-fa7a-565a-b9e7-0bdaff758e75 with identifier: 10701430 to the API
2026-03-24 10:34:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:34: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-24 10:34:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701430>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Orange',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': 'f3eca24f-fa7a-565a-b9e7-0bdaff758e75',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BG22FXW',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701430',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 23620,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7600,
'price_includes_vat': True,
'registration_date': '2022-03-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa-e 46 kWh SE Premium - Electric - Automatic - 136 hp '
'- BG22FXW - 23,620 mi',
'transmission': 'automatic',
'trim': 'SE Premium',
'vin': None,
'year': 2022}
2026-03-24 10:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701430%27 HTTP/1.1" 200 None
2026-03-24 10:34:18 [adesa.uk] INFO: Saving data for 10701430: {'auction_closing_time': 1774360800.0, 'created_time': 1774020994.731109, 'last_price_update_time': 1774348458.098956}
2026-03-24 10:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701430') HTTP/1.1" 204 0
2026-03-24 10:34:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701424> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:34:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:34:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66864743-6a96-5fd3-b8e4-1466005db1b6 with identifier: 10701424
2026-03-24 10:34:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66864743-6a96-5fd3-b8e4-1466005db1b6 with scrape type 2
2026-03-24 10:34:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66864743-6a96-5fd3-b8e4-1466005db1b6 with scrape type 2
2026-03-24 10:34:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 66864743-6a96-5fd3-b8e4-1466005db1b6, identifier: 10701424
2026-03-24 10:34:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 66864743-6a96-5fd3-b8e4-1466005db1b6 with identifier: 10701424
2026-03-24 10:34:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 66864743-6a96-5fd3-b8e4-1466005db1b6 with identifier: 10701424
2026-03-24 10:34:18 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 66864743-6a96-5fd3-b8e4-1466005db1b6 with identifier: 10701424 to the API
2026-03-24 10:34:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:34: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-24 10:34:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701424>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '66864743-6a96-5fd3-b8e4-1466005db1b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'EX71UNP',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701424',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 35429,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8500,
'price_includes_vat': True,
'registration_date': '2021-09-06',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate Edition - Electric - Automatic - '
'136 hp - EX71UNP - 35,429 mi',
'transmission': 'automatic',
'trim': 'Ultimate Edition',
'vin': None,
'year': 2021}
2026-03-24 10:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701424%27 HTTP/1.1" 200 None
2026-03-24 10:34:18 [adesa.uk] INFO: Saving data for 10701424: {'auction_closing_time': 1774360800.0, 'created_time': 1774020930.2796, 'last_price_update_time': 1774348458.584566}
2026-03-24 10:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701424') HTTP/1.1" 204 0
2026-03-24 10:34:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701461> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:34:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:34:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ca1e7a1-229b-5b9a-90c4-856ca8d14f9e with identifier: 10701461
2026-03-24 10:34:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ca1e7a1-229b-5b9a-90c4-856ca8d14f9e with scrape type 2
2026-03-24 10:34:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ca1e7a1-229b-5b9a-90c4-856ca8d14f9e with scrape type 2
2026-03-24 10:34:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 6ca1e7a1-229b-5b9a-90c4-856ca8d14f9e, identifier: 10701461
2026-03-24 10:34:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 6ca1e7a1-229b-5b9a-90c4-856ca8d14f9e with identifier: 10701461
2026-03-24 10:34:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 6ca1e7a1-229b-5b9a-90c4-856ca8d14f9e with identifier: 10701461
2026-03-24 10:34:21 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 6ca1e7a1-229b-5b9a-90c4-856ca8d14f9e with identifier: 10701461 to the API
2026-03-24 10:34:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:34: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-24 10:34:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701461>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Orange',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '6ca1e7a1-229b-5b9a-90c4-856ca8d14f9e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'WM71HMA',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701461',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 31889,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 6900,
'price_includes_vat': True,
'registration_date': '2022-01-28',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa-e 46 kWh SRi Premium - Electric - Automatic - 1 hp - '
'WM71HMA - 31,889 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2022}
2026-03-24 10:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701461%27 HTTP/1.1" 200 None
2026-03-24 10:34:21 [adesa.uk] INFO: Saving data for 10701461: {'auction_closing_time': 1774360800.0, 'created_time': 1774020983.210717, 'last_price_update_time': 1774348461.716577}
2026-03-24 10:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701461') HTTP/1.1" 204 0
2026-03-24 10:34:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701447> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:34:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:34:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0d0b3de-f454-5caa-9c25-6c58d7774747 with identifier: 10701447
2026-03-24 10:34:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0d0b3de-f454-5caa-9c25-6c58d7774747 with scrape type 2
2026-03-24 10:34:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0d0b3de-f454-5caa-9c25-6c58d7774747 with scrape type 2
2026-03-24 10:34:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: c0d0b3de-f454-5caa-9c25-6c58d7774747, identifier: 10701447
2026-03-24 10:34:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: c0d0b3de-f454-5caa-9c25-6c58d7774747 with identifier: 10701447
2026-03-24 10:34:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: c0d0b3de-f454-5caa-9c25-6c58d7774747 with identifier: 10701447
2026-03-24 10:34:23 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: c0d0b3de-f454-5caa-9c25-6c58d7774747 with identifier: 10701447 to the API
2026-03-24 10:34:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:34: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-24 10:34:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701447>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Orange',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': 'c0d0b3de-f454-5caa-9c25-6c58d7774747',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'SH71KRG',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701447',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 16914,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8000,
'price_includes_vat': True,
'registration_date': '2021-11-25',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa-e 46 kWh Elite Nav Premium - Electric - Automatic - '
'136 hp - SH71KRG - 16,914 mi',
'transmission': 'automatic',
'trim': 'Elite Nav Premium',
'vin': None,
'year': 2021}
2026-03-24 10:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701447%27 HTTP/1.1" 200 None
2026-03-24 10:34:23 [adesa.uk] INFO: Saving data for 10701447: {'auction_closing_time': 1774360800.0, 'created_time': 1774021038.117411, 'last_price_update_time': 1774348463.734529}
2026-03-24 10:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701447') HTTP/1.1" 204 0
2026-03-24 10:34:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701456> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:34:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:34:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5680088/general/7e2d4533-6150-4ea1-b49d-b1e67abe9bc5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10716420)
2026-03-24 10:34:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 461f7507-6732-5830-911c-990e9ee0e894 with identifier: 10701456
2026-03-24 10:34:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 461f7507-6732-5830-911c-990e9ee0e894 with scrape type 2
2026-03-24 10:34:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 461f7507-6732-5830-911c-990e9ee0e894 with scrape type 2
2026-03-24 10:34:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 461f7507-6732-5830-911c-990e9ee0e894, identifier: 10701456
2026-03-24 10:34:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 461f7507-6732-5830-911c-990e9ee0e894 with identifier: 10701456
2026-03-24 10:34:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 461f7507-6732-5830-911c-990e9ee0e894 with identifier: 10701456
2026-03-24 10:34:25 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 461f7507-6732-5830-911c-990e9ee0e894 with identifier: 10701456 to the API
2026-03-24 10:34:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:34: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-24 10:34:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701456>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Orange',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '461f7507-6732-5830-911c-990e9ee0e894',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'SH71KNV',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701456',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 25194,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7100,
'price_includes_vat': True,
'registration_date': '2021-11-25',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa-e 46 kWh Griffin - Electric - Automatic - 1 hp - '
'SH71KNV - 25,194 mi',
'transmission': 'automatic',
'trim': 'Griffin',
'vin': None,
'year': 2021}
2026-03-24 10:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701456%27 HTTP/1.1" 200 None
2026-03-24 10:34:25 [adesa.uk] INFO: Saving data for 10701456: {'auction_closing_time': 1774360800.0, 'created_time': 1774021002.338841, 'last_price_update_time': 1774348465.689478}
2026-03-24 10:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701456') HTTP/1.1" 204 0
2026-03-24 10:34:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:34:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f6471950a90>
2026-03-24 10:34:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:34:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:34:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:34:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31f9a3fc-5ba0-544c-9219-d62c436019e0/31f9a3fc-5ba0-544c-9219-d62c436019e0_image_9.jpg HTTP/1.1" 201 0
2026-03-24 10:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.uk',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680088%252Fgeneral%252F7e2d4533-6150-4ea1-b49d-b1e67abe9bc5.jpg') HTTP/1.1" 204 0
2026-03-24 10:34:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680088/general/7e2d4533-6150-4ea1-b49d-b1e67abe9bc5.jpg saved to cache
2026-03-24 10:34:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 31f9a3fc-5ba0-544c-9219-d62c436019e0
2026-03-24 10:34:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701427> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:34:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:34:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5680088/general/e2e1421e-080d-4348-ab92-b230078698f6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10716420)
2026-03-24 10:34:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03a69967-9db9-54b9-a102-64756606adbe with identifier: 10701427
2026-03-24 10:34:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03a69967-9db9-54b9-a102-64756606adbe with scrape type 2
2026-03-24 10:34:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03a69967-9db9-54b9-a102-64756606adbe with scrape type 2
2026-03-24 10:34:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 03a69967-9db9-54b9-a102-64756606adbe, identifier: 10701427
2026-03-24 10:34:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 03a69967-9db9-54b9-a102-64756606adbe with identifier: 10701427
2026-03-24 10:34:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 03a69967-9db9-54b9-a102-64756606adbe with identifier: 10701427
2026-03-24 10:34:30 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 03a69967-9db9-54b9-a102-64756606adbe with identifier: 10701427 to the API
2026-03-24 10:34:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:34: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-24 10:34:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701427>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '03a69967-9db9-54b9-a102-64756606adbe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'AV71RXM',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701427',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 35688,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 6900,
'price_includes_vat': True,
'registration_date': '2021-11-19',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa-e 46 kWh Elite Nav Premium - Electric - Automatic - '
'136 hp - AV71RXM - 35,688 mi',
'transmission': 'automatic',
'trim': 'Elite Nav Premium',
'vin': None,
'year': 2021}
2026-03-24 10:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701427%27 HTTP/1.1" 200 None
2026-03-24 10:34:30 [adesa.uk] INFO: Saving data for 10701427: {'auction_closing_time': 1774360800.0, 'created_time': 1774021012.872443, 'last_price_update_time': 1774348470.37398}
2026-03-24 10:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701427') HTTP/1.1" 204 0
2026-03-24 10:34:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:34:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f64630dae90>
2026-03-24 10:34:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:34:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:34:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:34:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31f9a3fc-5ba0-544c-9219-d62c436019e0/31f9a3fc-5ba0-544c-9219-d62c436019e0_image_8.jpg HTTP/1.1" 201 0
2026-03-24 10:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.uk',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680088%252Fgeneral%252Fe2e1421e-080d-4348-ab92-b230078698f6.jpg') HTTP/1.1" 204 0
2026-03-24 10:34:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680088/general/e2e1421e-080d-4348-ab92-b230078698f6.jpg saved to cache
2026-03-24 10:34:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 31f9a3fc-5ba0-544c-9219-d62c436019e0
2026-03-24 10:34:35 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.538(s), this was the 1st time calling it.
2026-03-24 10:34:35 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 7.639948083575186 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-24 10:34:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701477> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:34:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:34:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03798c07-7d68-520c-824b-8a37945820d8 with identifier: 10701477
2026-03-24 10:34:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03798c07-7d68-520c-824b-8a37945820d8 with scrape type 2
2026-03-24 10:34:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03798c07-7d68-520c-824b-8a37945820d8 with scrape type 2
2026-03-24 10:34:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 03798c07-7d68-520c-824b-8a37945820d8, identifier: 10701477
2026-03-24 10:34:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 03798c07-7d68-520c-824b-8a37945820d8 with identifier: 10701477
2026-03-24 10:34:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 03798c07-7d68-520c-824b-8a37945820d8 with identifier: 10701477
2026-03-24 10:34:40 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 03798c07-7d68-520c-824b-8a37945820d8 with identifier: 10701477 to the API
2026-03-24 10:34:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:34: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-24 10:34:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701477>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Petrol',
'id': '03798c07-7d68-520c-824b-8a37945820d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'GY71ECV',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701477',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka',
'odometer': 35187,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8700,
'price_includes_vat': True,
'registration_date': '2021-09-29',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka 1.2 Turbo SRi - Petrol - Automatic - 1 hp - GY71ECV '
'- 35,187 mi',
'transmission': 'automatic',
'trim': 'SRi',
'vin': None,
'year': 2021}
2026-03-24 10:34:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701477%27 HTTP/1.1" 200 None
2026-03-24 10:34:40 [adesa.uk] INFO: Saving data for 10701477: {'auction_closing_time': 1774360800.0, 'created_time': 1774021037.53849, 'last_price_update_time': 1774348480.771926}
2026-03-24 10:34:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701477') HTTP/1.1" 204 0
2026-03-24 10:34:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5680088/general/4508e5ae-bc55-4fd2-a2f0-5aa322fb6fd0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10716420)
2026-03-24 10:34:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:34:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f64610b0e10>
2026-03-24 10:34:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:34:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:34:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:34:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31f9a3fc-5ba0-544c-9219-d62c436019e0/31f9a3fc-5ba0-544c-9219-d62c436019e0_image_7.jpg HTTP/1.1" 201 0
2026-03-24 10:34:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.uk',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680088%252Fgeneral%252F4508e5ae-bc55-4fd2-a2f0-5aa322fb6fd0.jpg') HTTP/1.1" 204 0
2026-03-24 10:34:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680088/general/4508e5ae-bc55-4fd2-a2f0-5aa322fb6fd0.jpg saved to cache
2026-03-24 10:34:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 31f9a3fc-5ba0-544c-9219-d62c436019e0
2026-03-24 10:34:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701465> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:34:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:34:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5680088/general/f730f5ae-86a9-443c-83b7-883c5e6470f1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10716420)
2026-03-24 10:34:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5388096d-1026-5ca8-9f33-caeabd9c6fa5 with identifier: 10701465
2026-03-24 10:34:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5388096d-1026-5ca8-9f33-caeabd9c6fa5 with scrape type 2
2026-03-24 10:34:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5388096d-1026-5ca8-9f33-caeabd9c6fa5 with scrape type 2
2026-03-24 10:34:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 5388096d-1026-5ca8-9f33-caeabd9c6fa5, identifier: 10701465
2026-03-24 10:34:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 5388096d-1026-5ca8-9f33-caeabd9c6fa5 with identifier: 10701465
2026-03-24 10:34:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 5388096d-1026-5ca8-9f33-caeabd9c6fa5 with identifier: 10701465
2026-03-24 10:34:41 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 5388096d-1026-5ca8-9f33-caeabd9c6fa5 with identifier: 10701465 to the API
2026-03-24 10:34:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:34: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-24 10:34:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701465>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Petrol',
'id': '5388096d-1026-5ca8-9f33-caeabd9c6fa5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DY25XND',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701465',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 17550,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14400,
'price_includes_vat': True,
'registration_date': '2025-03-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa 1.2 Turbo Ultimate - Petrol - Automatic - 1 hp - '
'DY25XND - 17,550 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-24 10:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701465%27 HTTP/1.1" 200 None
2026-03-24 10:34:41 [adesa.uk] INFO: Saving data for 10701465: {'auction_closing_time': 1774360800.0, 'created_time': 1774020637.69168, 'last_price_update_time': 1774348481.89911}
2026-03-24 10:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701465') HTTP/1.1" 204 0
2026-03-24 10:34:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:34:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f6460eefd50>
2026-03-24 10:34:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:34:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:34:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:34:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31f9a3fc-5ba0-544c-9219-d62c436019e0/31f9a3fc-5ba0-544c-9219-d62c436019e0_image_6.jpg HTTP/1.1" 201 0
2026-03-24 10:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.uk',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680088%252Fgeneral%252Ff730f5ae-86a9-443c-83b7-883c5e6470f1.jpg') HTTP/1.1" 204 0
2026-03-24 10:34:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680088/general/f730f5ae-86a9-443c-83b7-883c5e6470f1.jpg saved to cache
2026-03-24 10:34:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 31f9a3fc-5ba0-544c-9219-d62c436019e0
2026-03-24 10:34:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 10:34:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701469> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:34:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:34:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 182f9ac0-7ef6-59fe-86b7-64f4602968bd with identifier: 10701469
2026-03-24 10:34:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 182f9ac0-7ef6-59fe-86b7-64f4602968bd with scrape type 2
2026-03-24 10:34:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 182f9ac0-7ef6-59fe-86b7-64f4602968bd with scrape type 2
2026-03-24 10:34:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 182f9ac0-7ef6-59fe-86b7-64f4602968bd, identifier: 10701469
2026-03-24 10:34:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 182f9ac0-7ef6-59fe-86b7-64f4602968bd with identifier: 10701469
2026-03-24 10:34:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 182f9ac0-7ef6-59fe-86b7-64f4602968bd with identifier: 10701469
2026-03-24 10:34:44 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 182f9ac0-7ef6-59fe-86b7-64f4602968bd with identifier: 10701469 to the API
2026-03-24 10:34:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:34:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:34:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701469>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Petrol',
'id': '182f9ac0-7ef6-59fe-86b7-64f4602968bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV25PWU',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701469',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 16793,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14500,
'price_includes_vat': True,
'registration_date': '2025-03-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa 1.2 Turbo Ultimate - Petrol - Automatic - 1 hp - '
'DV25PWU - 16,793 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-24 10:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701469%27 HTTP/1.1" 200 None
2026-03-24 10:34:44 [adesa.uk] INFO: Saving data for 10701469: {'auction_closing_time': 1774360800.0, 'created_time': 1774020639.221338, 'last_price_update_time': 1774348484.757665}
2026-03-24 10:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701469') HTTP/1.1" 204 0
2026-03-24 10:34:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5680088/general/60b436c9-079c-421d-9b37-d9c04cb231a9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10716420)
2026-03-24 10:34:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:34:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f6461116210>
2026-03-24 10:34:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:34:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:34:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:34:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31f9a3fc-5ba0-544c-9219-d62c436019e0/31f9a3fc-5ba0-544c-9219-d62c436019e0_image_5.jpg HTTP/1.1" 201 0
2026-03-24 10:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.uk',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680088%252Fgeneral%252F60b436c9-079c-421d-9b37-d9c04cb231a9.jpg') HTTP/1.1" 204 0
2026-03-24 10:34:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680088/general/60b436c9-079c-421d-9b37-d9c04cb231a9.jpg saved to cache
2026-03-24 10:34:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 31f9a3fc-5ba0-544c-9219-d62c436019e0
2026-03-24 10:34:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701442> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:34:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:34:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b1b2bd3-95ee-5bfe-921c-3b347acd11f2 with identifier: 10701442
2026-03-24 10:34:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b1b2bd3-95ee-5bfe-921c-3b347acd11f2 with scrape type 2
2026-03-24 10:34:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b1b2bd3-95ee-5bfe-921c-3b347acd11f2 with scrape type 2
2026-03-24 10:34:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 2b1b2bd3-95ee-5bfe-921c-3b347acd11f2, identifier: 10701442
2026-03-24 10:34:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 2b1b2bd3-95ee-5bfe-921c-3b347acd11f2 with identifier: 10701442
2026-03-24 10:34:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 2b1b2bd3-95ee-5bfe-921c-3b347acd11f2 with identifier: 10701442
2026-03-24 10:34:45 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 2b1b2bd3-95ee-5bfe-921c-3b347acd11f2 with identifier: 10701442 to the API
2026-03-24 10:34:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:34: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-24 10:34:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701442>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Red',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '2b1b2bd3-95ee-5bfe-921c-3b347acd11f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'PXZ9469',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701442',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 39252,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7800,
'price_includes_vat': True,
'registration_date': '2021-12-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh SRi Premium - Electric - Automatic - 136 '
'hp - PXZ9469 - 39,252 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2021}
2026-03-24 10:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701442%27 HTTP/1.1" 200 None
2026-03-24 10:34:45 [adesa.uk] INFO: Saving data for 10701442: {'auction_closing_time': 1774360800.0, 'created_time': 1774020962.056706, 'last_price_update_time': 1774348485.457371}
2026-03-24 10:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701442') HTTP/1.1" 204 0
2026-03-24 10:34:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5680088/general/14e52c74-6ef8-4dcd-a85b-acd6b97103fe.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10716420)
2026-03-24 10:34:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:34:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f6461380890>
2026-03-24 10:34:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:34:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:34:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:34:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31f9a3fc-5ba0-544c-9219-d62c436019e0/31f9a3fc-5ba0-544c-9219-d62c436019e0_image_4.jpg HTTP/1.1" 201 0
2026-03-24 10:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.uk',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680088%252Fgeneral%252F14e52c74-6ef8-4dcd-a85b-acd6b97103fe.jpg') HTTP/1.1" 204 0
2026-03-24 10:34:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680088/general/14e52c74-6ef8-4dcd-a85b-acd6b97103fe.jpg saved to cache
2026-03-24 10:34:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 31f9a3fc-5ba0-544c-9219-d62c436019e0
2026-03-24 10:34:45 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 209.503(s), this was the 3rd time calling it.
2026-03-24 10:34:45 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.04048681761445 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-24 10:34:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701468> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:34:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:34:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 382e5825-0808-53f2-8aa9-e50a76dd362e with identifier: 10701468
2026-03-24 10:34:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 382e5825-0808-53f2-8aa9-e50a76dd362e with scrape type 2
2026-03-24 10:34:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 382e5825-0808-53f2-8aa9-e50a76dd362e with scrape type 2
2026-03-24 10:34:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 382e5825-0808-53f2-8aa9-e50a76dd362e, identifier: 10701468
2026-03-24 10:34:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 382e5825-0808-53f2-8aa9-e50a76dd362e with identifier: 10701468
2026-03-24 10:34:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 382e5825-0808-53f2-8aa9-e50a76dd362e with identifier: 10701468
2026-03-24 10:34:46 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 382e5825-0808-53f2-8aa9-e50a76dd362e with identifier: 10701468 to the API
2026-03-24 10:34:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:34: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-24 10:34:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701468>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Petrol',
'id': '382e5825-0808-53f2-8aa9-e50a76dd362e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV25PVJ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701468',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 16470,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14500,
'price_includes_vat': True,
'registration_date': '2025-03-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa 1.2 Turbo Ultimate - Petrol - Automatic - 1 hp - '
'DV25PVJ - 16,470 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-24 10:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701468%27 HTTP/1.1" 200 None
2026-03-24 10:34:46 [adesa.uk] INFO: Saving data for 10701468: {'auction_closing_time': 1774360800.0, 'created_time': 1774020636.725822, 'last_price_update_time': 1774348486.264649}
2026-03-24 10:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701468') HTTP/1.1" 204 0
2026-03-24 10:34:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701466> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:34:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:34:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701467> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:34:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:34:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eee9d6f6-0119-589d-9816-13485a16885a with identifier: 10701466
2026-03-24 10:34:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eee9d6f6-0119-589d-9816-13485a16885a with scrape type 2
2026-03-24 10:34:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eee9d6f6-0119-589d-9816-13485a16885a with scrape type 2
2026-03-24 10:34:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: eee9d6f6-0119-589d-9816-13485a16885a, identifier: 10701466
2026-03-24 10:34:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: eee9d6f6-0119-589d-9816-13485a16885a with identifier: 10701466
2026-03-24 10:34:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: eee9d6f6-0119-589d-9816-13485a16885a with identifier: 10701466
2026-03-24 10:34:47 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: eee9d6f6-0119-589d-9816-13485a16885a with identifier: 10701466 to the API
2026-03-24 10:34:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:34: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-24 10:34:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701466>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Petrol',
'id': 'eee9d6f6-0119-589d-9816-13485a16885a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV25PTX',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701466',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 15734,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14600,
'price_includes_vat': True,
'registration_date': '2025-03-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa 1.2 Turbo Ultimate - Petrol - Automatic - 1 hp - '
'DV25PTX - 15,734 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-24 10:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701466%27 HTTP/1.1" 200 None
2026-03-24 10:34:47 [adesa.uk] INFO: Saving data for 10701466: {'auction_closing_time': 1774360800.0, 'created_time': 1774020650.336011, 'last_price_update_time': 1774348487.783832}
2026-03-24 10:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701466') HTTP/1.1" 204 0
2026-03-24 10:34:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5680088/general/eea244fa-98a4-4583-b73c-4e160ec14d8e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10716420)
2026-03-24 10:34:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66560946-03b2-50c3-adca-7f0df65fd389 with identifier: 10701467
2026-03-24 10:34:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66560946-03b2-50c3-adca-7f0df65fd389 with scrape type 2
2026-03-24 10:34:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66560946-03b2-50c3-adca-7f0df65fd389 with scrape type 2
2026-03-24 10:34:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 66560946-03b2-50c3-adca-7f0df65fd389, identifier: 10701467
2026-03-24 10:34:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 66560946-03b2-50c3-adca-7f0df65fd389 with identifier: 10701467
2026-03-24 10:34:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 66560946-03b2-50c3-adca-7f0df65fd389 with identifier: 10701467
2026-03-24 10:34:47 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 66560946-03b2-50c3-adca-7f0df65fd389 with identifier: 10701467 to the API
2026-03-24 10:34:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:34:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:34:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701467>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Petrol',
'id': '66560946-03b2-50c3-adca-7f0df65fd389',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV25PNJ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701467',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 19940,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14200,
'price_includes_vat': True,
'registration_date': '2025-03-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa 1.2 Turbo Ultimate - Petrol - Automatic - 1 hp - '
'DV25PNJ - 19,940 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-24 10:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701467%27 HTTP/1.1" 200 None
2026-03-24 10:34:48 [adesa.uk] INFO: Saving data for 10701467: {'auction_closing_time': 1774360800.0, 'created_time': 1774020632.322027, 'last_price_update_time': 1774348488.164624}
2026-03-24 10:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701467') HTTP/1.1" 204 0
2026-03-24 10:34:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:34:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f64610b0590>
2026-03-24 10:34:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:34:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:34:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:34:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31f9a3fc-5ba0-544c-9219-d62c436019e0/31f9a3fc-5ba0-544c-9219-d62c436019e0_image_2.jpg HTTP/1.1" 201 0
2026-03-24 10:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.uk',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680088%252Fgeneral%252Feea244fa-98a4-4583-b73c-4e160ec14d8e.jpg') HTTP/1.1" 204 0
2026-03-24 10:34:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680088/general/eea244fa-98a4-4583-b73c-4e160ec14d8e.jpg saved to cache
2026-03-24 10:34:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 31f9a3fc-5ba0-544c-9219-d62c436019e0
2026-03-24 10:34:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5680088/general/0ab4c8ed-77cc-43c4-95ee-ec41575953de.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10716420)
2026-03-24 10:34:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5680088/general/c4a4c4d4-633c-47ee-b4f8-73b6a5991173.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10716420)
2026-03-24 10:34:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:34:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f646114d650>
2026-03-24 10:34:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:34:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:34:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:34:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31f9a3fc-5ba0-544c-9219-d62c436019e0/31f9a3fc-5ba0-544c-9219-d62c436019e0_image_1.jpg HTTP/1.1" 201 0
2026-03-24 10:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.uk',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680088%252Fgeneral%252F0ab4c8ed-77cc-43c4-95ee-ec41575953de.jpg') HTTP/1.1" 204 0
2026-03-24 10:34:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680088/general/0ab4c8ed-77cc-43c4-95ee-ec41575953de.jpg saved to cache
2026-03-24 10:34:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 31f9a3fc-5ba0-544c-9219-d62c436019e0
2026-03-24 10:34:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:34:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f6460eee950>
2026-03-24 10:34:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:34:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:34:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:34:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31f9a3fc-5ba0-544c-9219-d62c436019e0/31f9a3fc-5ba0-544c-9219-d62c436019e0_image_0.jpg HTTP/1.1" 201 0
2026-03-24 10:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.uk',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680088%252Fgeneral%252Fc4a4c4d4-633c-47ee-b4f8-73b6a5991173.jpg') HTTP/1.1" 204 0
2026-03-24 10:34:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680088/general/c4a4c4d4-633c-47ee-b4f8-73b6a5991173.jpg saved to cache
2026-03-24 10:34:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 31f9a3fc-5ba0-544c-9219-d62c436019e0
2026-03-24 10:34:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 31f9a3fc-5ba0-544c-9219-d62c436019e0, skipping ID generation
2026-03-24 10:34:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31f9a3fc-5ba0-544c-9219-d62c436019e0 with scrape type 1
2026-03-24 10:34:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 31f9a3fc-5ba0-544c-9219-d62c436019e0 sending to next pipeline
2026-03-24 10:34:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 31f9a3fc-5ba0-544c-9219-d62c436019e0, identifier: 10716420
2026-03-24 10:34:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 31f9a3fc-5ba0-544c-9219-d62c436019e0 with identifier: 10716420
2026-03-24 10:34:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 31f9a3fc-5ba0-544c-9219-d62c436019e0 with identifier: 10716420
2026-03-24 10:34:48 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 31f9a3fc-5ba0-544c-9219-d62c436019e0 with identifier: 10716420 to the API
2026-03-24 10:34:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:34: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-24 10:34:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5680088/general/c4a4c4d4-633c-47ee-b4f8-73b6a5991173.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 101,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': '31f9a3fc-5ba0-544c-9219-d62c436019e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DS75BVC',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716420',
'listing': 'auction',
'location': 'Stoke-on-Trent',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 10,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_31f9a3fc-5ba0-544c-9219-d62c436019e0/31f9a3fc-5ba0-544c-9219-d62c436019e0_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 537995,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680088/general/c4a4c4d4-633c-47ee-b4f8-73b6a5991173.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_31f9a3fc-5ba0-544c-9219-d62c436019e0/31f9a3fc-5ba0-544c-9219-d62c436019e0_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 476411,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680088/general/0ab4c8ed-77cc-43c4-95ee-ec41575953de.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_31f9a3fc-5ba0-544c-9219-d62c436019e0/31f9a3fc-5ba0-544c-9219-d62c436019e0_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 497646,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680088/general/eea244fa-98a4-4583-b73c-4e160ec14d8e.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_31f9a3fc-5ba0-544c-9219-d62c436019e0/31f9a3fc-5ba0-544c-9219-d62c436019e0_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 453707,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680088/general/39f3ef23-1afe-4d32-b986-c477c144ea1e.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_31f9a3fc-5ba0-544c-9219-d62c436019e0/31f9a3fc-5ba0-544c-9219-d62c436019e0_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 446988,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680088/general/14e52c74-6ef8-4dcd-a85b-acd6b97103fe.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_31f9a3fc-5ba0-544c-9219-d62c436019e0/31f9a3fc-5ba0-544c-9219-d62c436019e0_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 525325,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680088/general/60b436c9-079c-421d-9b37-d9c04cb231a9.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_31f9a3fc-5ba0-544c-9219-d62c436019e0/31f9a3fc-5ba0-544c-9219-d62c436019e0_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 370217,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680088/general/f730f5ae-86a9-443c-83b7-883c5e6470f1.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_31f9a3fc-5ba0-544c-9219-d62c436019e0/31f9a3fc-5ba0-544c-9219-d62c436019e0_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 217331,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680088/general/4508e5ae-bc55-4fd2-a2f0-5aa322fb6fd0.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_31f9a3fc-5ba0-544c-9219-d62c436019e0/31f9a3fc-5ba0-544c-9219-d62c436019e0_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 339902,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680088/general/e2e1421e-080d-4348-ab92-b230078698f6.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_31f9a3fc-5ba0-544c-9219-d62c436019e0/31f9a3fc-5ba0-544c-9219-d62c436019e0_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 274562,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680088/general/7e2d4533-6150-4ea1-b49d-b1e67abe9bc5.jpg',
'Width': 1600}],
'price': 15700,
'price_includes_vat': True,
'registration_date': '2025-10-31',
'seats_number': 5,
'seller_name': 'OPENLANE Remarketing Ltd',
'title': 'Vauxhall Corsa 1.2 Turbo GS - Petrol - Automatic - 101 hp - DS75BVC '
'- 10 mi',
'transmission': 'automatic',
'trim': 'GS',
'vin': None,
'year': 2025}
2026-03-24 10:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716420%27 HTTP/1.1" 200 None
2026-03-24 10:34:49 [adesa.uk] INFO: Saving data for 10716420: {'created_time': 1774348489.143823, 'last_price_update_time': 1774348489.143834, 'auction_closing_time': 1774447200.0}
2026-03-24 10:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716420') HTTP/1.1" 204 0
2026-03-24 10:34:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701448> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:34:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:34:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7fca9d3a-985a-5adf-b1e6-cc6767c8fdc1 with identifier: 10701448
2026-03-24 10:34:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7fca9d3a-985a-5adf-b1e6-cc6767c8fdc1 with scrape type 2
2026-03-24 10:34:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7fca9d3a-985a-5adf-b1e6-cc6767c8fdc1 with scrape type 2
2026-03-24 10:34:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 7fca9d3a-985a-5adf-b1e6-cc6767c8fdc1, identifier: 10701448
2026-03-24 10:34:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 7fca9d3a-985a-5adf-b1e6-cc6767c8fdc1 with identifier: 10701448
2026-03-24 10:34:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 7fca9d3a-985a-5adf-b1e6-cc6767c8fdc1 with identifier: 10701448
2026-03-24 10:34:49 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 7fca9d3a-985a-5adf-b1e6-cc6767c8fdc1 with identifier: 10701448 to the API
2026-03-24 10:34:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:34: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-24 10:34:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701448>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 101,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Petrol',
'id': '7fca9d3a-985a-5adf-b1e6-cc6767c8fdc1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV25PXB',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701448',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 17474,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14400,
'price_includes_vat': True,
'registration_date': '2025-03-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa 1.2 Turbo Ultimate - Petrol - Automatic - 101 hp - '
'DV25PXB - 17,474 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-24 10:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701448%27 HTTP/1.1" 200 None
2026-03-24 10:34:50 [adesa.uk] INFO: Saving data for 10701448: {'auction_closing_time': 1774360800.0, 'created_time': 1774020633.777575, 'last_price_update_time': 1774348490.099501}
2026-03-24 10:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701448') HTTP/1.1" 204 0
2026-03-24 10:34:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701464> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:34:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:34:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b27cae1-04c2-58c8-bb37-ac15e1d5a9bc with identifier: 10701464
2026-03-24 10:34:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b27cae1-04c2-58c8-bb37-ac15e1d5a9bc with scrape type 2
2026-03-24 10:34:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b27cae1-04c2-58c8-bb37-ac15e1d5a9bc with scrape type 2
2026-03-24 10:34:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 2b27cae1-04c2-58c8-bb37-ac15e1d5a9bc, identifier: 10701464
2026-03-24 10:34:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 2b27cae1-04c2-58c8-bb37-ac15e1d5a9bc with identifier: 10701464
2026-03-24 10:34:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 2b27cae1-04c2-58c8-bb37-ac15e1d5a9bc with identifier: 10701464
2026-03-24 10:34:51 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 2b27cae1-04c2-58c8-bb37-ac15e1d5a9bc with identifier: 10701464 to the API
2026-03-24 10:34:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:34: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-24 10:34:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701464>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Petrol',
'id': '2b27cae1-04c2-58c8-bb37-ac15e1d5a9bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MC74LFR',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701464',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 11219,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 11700,
'price_includes_vat': True,
'registration_date': '2024-12-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa 1.2 Turbo GS - Petrol - Manual - 1 hp - MC74LFR - '
'11,219 mi',
'transmission': 'manual',
'trim': 'GS',
'vin': None,
'year': 2024}
2026-03-24 10:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701464%27 HTTP/1.1" 200 None
2026-03-24 10:34:51 [adesa.uk] INFO: Saving data for 10701464: {'auction_closing_time': 1774360800.0, 'created_time': 1774020634.620308, 'last_price_update_time': 1774348491.746551}
2026-03-24 10:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701464') HTTP/1.1" 204 0
2026-03-24 10:34:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 4th time calling it.
2026-03-24 10:34:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701493> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:34:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:34:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ccedad2b-6297-5393-8f45-ed56517d3cd3 with identifier: 10701493
2026-03-24 10:34:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccedad2b-6297-5393-8f45-ed56517d3cd3 with scrape type 2
2026-03-24 10:34:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ccedad2b-6297-5393-8f45-ed56517d3cd3 with scrape type 2
2026-03-24 10:34:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: ccedad2b-6297-5393-8f45-ed56517d3cd3, identifier: 10701493
2026-03-24 10:34:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: ccedad2b-6297-5393-8f45-ed56517d3cd3 with identifier: 10701493
2026-03-24 10:34:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: ccedad2b-6297-5393-8f45-ed56517d3cd3 with identifier: 10701493
2026-03-24 10:34:54 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: ccedad2b-6297-5393-8f45-ed56517d3cd3 with identifier: 10701493 to the API
2026-03-24 10:34:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:34: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-24 10:34:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701493>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': 'ccedad2b-6297-5393-8f45-ed56517d3cd3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'WG71RBY',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701493',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 15364,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9700,
'price_includes_vat': True,
'registration_date': '2021-12-23',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate Edition - Electric - Automatic - '
'136 hp - WG71RBY - 15,364 mi',
'transmission': 'automatic',
'trim': 'Ultimate Edition',
'vin': None,
'year': 2021}
2026-03-24 10:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701493%27 HTTP/1.1" 200 None
2026-03-24 10:34:54 [adesa.uk] INFO: Saving data for 10701493: {'auction_closing_time': 1774360800.0, 'created_time': 1774020946.660867, 'last_price_update_time': 1774348494.734394}
2026-03-24 10:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701493') HTTP/1.1" 204 0
2026-03-24 10:34:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701446> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:34:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:34:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6eecc600-7000-55d4-8e68-163620240f2e with identifier: 10701446
2026-03-24 10:34:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6eecc600-7000-55d4-8e68-163620240f2e with scrape type 2
2026-03-24 10:34:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6eecc600-7000-55d4-8e68-163620240f2e with scrape type 2
2026-03-24 10:34:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 6eecc600-7000-55d4-8e68-163620240f2e, identifier: 10701446
2026-03-24 10:34:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 6eecc600-7000-55d4-8e68-163620240f2e with identifier: 10701446
2026-03-24 10:34:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 6eecc600-7000-55d4-8e68-163620240f2e with identifier: 10701446
2026-03-24 10:34:55 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 6eecc600-7000-55d4-8e68-163620240f2e with identifier: 10701446 to the API
2026-03-24 10:34:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:34: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-24 10:34:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701446>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '6eecc600-7000-55d4-8e68-163620240f2e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VN21TWW',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701446',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 24336,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7300,
'price_includes_vat': True,
'registration_date': '2021-03-11',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa-e 46 kWh Elite Nav Premium - Electric - Automatic - '
'136 hp - VN21TWW - 24,336 mi',
'transmission': 'automatic',
'trim': 'Elite Nav Premium',
'vin': None,
'year': 2021}
2026-03-24 10:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701446%27 HTTP/1.1" 200 None
2026-03-24 10:34:55 [adesa.uk] INFO: Saving data for 10701446: {'auction_closing_time': 1774360800.0, 'created_time': 1774021002.995569, 'last_price_update_time': 1774348495.546213}
2026-03-24 10:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701446') HTTP/1.1" 204 0
2026-03-24 10:34:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701441> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:34:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:34:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ada94088-6093-535f-8b33-3750ca244275 with identifier: 10701441
2026-03-24 10:34:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ada94088-6093-535f-8b33-3750ca244275 with scrape type 2
2026-03-24 10:34:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ada94088-6093-535f-8b33-3750ca244275 with scrape type 2
2026-03-24 10:34:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: ada94088-6093-535f-8b33-3750ca244275, identifier: 10701441
2026-03-24 10:34:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: ada94088-6093-535f-8b33-3750ca244275 with identifier: 10701441
2026-03-24 10:34:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: ada94088-6093-535f-8b33-3750ca244275 with identifier: 10701441
2026-03-24 10:34:57 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: ada94088-6093-535f-8b33-3750ca244275 with identifier: 10701441 to the API
2026-03-24 10:34:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:34: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-24 10:34:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701441>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 101,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Petrol',
'id': 'ada94088-6093-535f-8b33-3750ca244275',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DN25FJA',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701441',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 18471,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14300,
'price_includes_vat': True,
'registration_date': '2025-04-30',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa 1.2 Turbo Ultimate - Petrol - Automatic - 101 hp - '
'DN25FJA - 18,471 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-24 10:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701441%27 HTTP/1.1" 200 None
2026-03-24 10:34:57 [adesa.uk] INFO: Saving data for 10701441: {'auction_closing_time': 1774360800.0, 'created_time': 1774020635.120531, 'last_price_update_time': 1774348497.301816}
2026-03-24 10:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701441') HTTP/1.1" 204 0
2026-03-24 10:34:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701418> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:34:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:34:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e77ee53-03fe-5895-a6d5-80fe917db4c2 with identifier: 10701418
2026-03-24 10:34:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e77ee53-03fe-5895-a6d5-80fe917db4c2 with scrape type 2
2026-03-24 10:34:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e77ee53-03fe-5895-a6d5-80fe917db4c2 with scrape type 2
2026-03-24 10:34:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 8e77ee53-03fe-5895-a6d5-80fe917db4c2, identifier: 10701418
2026-03-24 10:34:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 8e77ee53-03fe-5895-a6d5-80fe917db4c2 with identifier: 10701418
2026-03-24 10:34:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 8e77ee53-03fe-5895-a6d5-80fe917db4c2 with identifier: 10701418
2026-03-24 10:34:57 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 8e77ee53-03fe-5895-a6d5-80fe917db4c2 with identifier: 10701418 to the API
2026-03-24 10:34:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:34: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-24 10:34:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701418>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 156,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '8e77ee53-03fe-5895-a6d5-80fe917db4c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SO23WGX',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701418',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Astra-e',
'odometer': 12529,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 12200,
'price_includes_vat': True,
'registration_date': '2023-08-30',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Astra-e 51 kWh Ultimate - Electric - Automatic - 156 hp - '
'SO23WGX - 12,529 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2023}
2026-03-24 10:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701418%27 HTTP/1.1" 200 None
2026-03-24 10:34:57 [adesa.uk] INFO: Saving data for 10701418: {'auction_closing_time': 1774360800.0, 'created_time': 1774020635.95676, 'last_price_update_time': 1774348497.790707}
2026-03-24 10:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701418') HTTP/1.1" 204 0
2026-03-24 10:34:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701451> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:34:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:34:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9088c3cb-4aa2-53cf-aced-77810e917233 with identifier: 10701451
2026-03-24 10:34:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9088c3cb-4aa2-53cf-aced-77810e917233 with scrape type 2
2026-03-24 10:34:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9088c3cb-4aa2-53cf-aced-77810e917233 with scrape type 2
2026-03-24 10:34:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 9088c3cb-4aa2-53cf-aced-77810e917233, identifier: 10701451
2026-03-24 10:34:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 9088c3cb-4aa2-53cf-aced-77810e917233 with identifier: 10701451
2026-03-24 10:34:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 9088c3cb-4aa2-53cf-aced-77810e917233 with identifier: 10701451
2026-03-24 10:34:58 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 9088c3cb-4aa2-53cf-aced-77810e917233 with identifier: 10701451 to the API
2026-03-24 10:34:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:34: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-24 10:34:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701451>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '9088c3cb-4aa2-53cf-aced-77810e917233',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FT23ZTY',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701451',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Astra-e',
'odometer': 20146,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 11400,
'price_includes_vat': True,
'registration_date': '2023-08-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Astra-e 51 kWh Ultimate - Electric - Automatic - 1 hp - '
'FT23ZTY - 20,146 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2023}
2026-03-24 10:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701451%27 HTTP/1.1" 200 None
2026-03-24 10:34:58 [adesa.uk] INFO: Saving data for 10701451: {'auction_closing_time': 1774360800.0, 'created_time': 1774020634.15138, 'last_price_update_time': 1774348498.588108}
2026-03-24 10:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701451') HTTP/1.1" 204 0
2026-03-24 10:34:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701470> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:34:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:34:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0299adc-9969-54c5-86ec-f031d02ce91c with identifier: 10701470
2026-03-24 10:34:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0299adc-9969-54c5-86ec-f031d02ce91c with scrape type 2
2026-03-24 10:34:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0299adc-9969-54c5-86ec-f031d02ce91c with scrape type 2
2026-03-24 10:34:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: c0299adc-9969-54c5-86ec-f031d02ce91c, identifier: 10701470
2026-03-24 10:34:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: c0299adc-9969-54c5-86ec-f031d02ce91c with identifier: 10701470
2026-03-24 10:34:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: c0299adc-9969-54c5-86ec-f031d02ce91c with identifier: 10701470
2026-03-24 10:34:58 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: c0299adc-9969-54c5-86ec-f031d02ce91c with identifier: 10701470 to the API
2026-03-24 10:34:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:34: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-24 10:34:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701470>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Petrol',
'id': 'c0299adc-9969-54c5-86ec-f031d02ce91c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VN74WLX',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701470',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 6034,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 13300,
'price_includes_vat': True,
'registration_date': '2024-11-29',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa 1.2 Turbo GS - Petrol - Automatic - 1 hp - VN74WLX - '
'6,034 mi',
'transmission': 'automatic',
'trim': 'GS',
'vin': None,
'year': 2024}
2026-03-24 10:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701470%27 HTTP/1.1" 200 None
2026-03-24 10:34:59 [adesa.uk] INFO: Saving data for 10701470: {'auction_closing_time': 1774360800.0, 'created_time': 1774020630.741701, 'last_price_update_time': 1774348499.081479}
2026-03-24 10:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701470') HTTP/1.1" 204 0
2026-03-24 10:34:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701426> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:34:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:34:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1881a146-c5e4-53ea-90e3-b54f4718210a with identifier: 10701426
2026-03-24 10:34:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1881a146-c5e4-53ea-90e3-b54f4718210a with scrape type 2
2026-03-24 10:34:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1881a146-c5e4-53ea-90e3-b54f4718210a with scrape type 2
2026-03-24 10:34:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 1881a146-c5e4-53ea-90e3-b54f4718210a, identifier: 10701426
2026-03-24 10:34:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 1881a146-c5e4-53ea-90e3-b54f4718210a with identifier: 10701426
2026-03-24 10:34:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 1881a146-c5e4-53ea-90e3-b54f4718210a with identifier: 10701426
2026-03-24 10:34:59 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 1881a146-c5e4-53ea-90e3-b54f4718210a with identifier: 10701426 to the API
2026-03-24 10:34:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:34:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:34:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701426>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Red',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '1881a146-c5e4-53ea-90e3-b54f4718210a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'KT71FBY',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701426',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 60090,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 5800,
'price_includes_vat': True,
'registration_date': '2021-11-30',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa-e 46 kWh Elite Nav Premium - Electric - Automatic - '
'136 hp - KT71FBY - 60,090 mi',
'transmission': 'automatic',
'trim': 'Elite Nav Premium',
'vin': None,
'year': 2021}
2026-03-24 10:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701426%27 HTTP/1.1" 200 None
2026-03-24 10:34:59 [adesa.uk] INFO: Saving data for 10701426: {'auction_closing_time': 1774360800.0, 'created_time': 1774021009.92229, 'last_price_update_time': 1774348499.568217}
2026-03-24 10:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701426') HTTP/1.1" 204 0
2026-03-24 10:35:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701433> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701452> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01ca3188-e064-51ad-ab5e-7a6c49fb0bf6 with identifier: 10701433
2026-03-24 10:35:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01ca3188-e064-51ad-ab5e-7a6c49fb0bf6 with scrape type 2
2026-03-24 10:35:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01ca3188-e064-51ad-ab5e-7a6c49fb0bf6 with scrape type 2
2026-03-24 10:35:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 01ca3188-e064-51ad-ab5e-7a6c49fb0bf6, identifier: 10701433
2026-03-24 10:35:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 01ca3188-e064-51ad-ab5e-7a6c49fb0bf6 with identifier: 10701433
2026-03-24 10:35:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 01ca3188-e064-51ad-ab5e-7a6c49fb0bf6 with identifier: 10701433
2026-03-24 10:35:00 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 01ca3188-e064-51ad-ab5e-7a6c49fb0bf6 with identifier: 10701433 to the API
2026-03-24 10:35:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701433>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 156,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '01ca3188-e064-51ad-ab5e-7a6c49fb0bf6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RF24PNV',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701433',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Astra-e',
'odometer': 13963,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 12000,
'price_includes_vat': True,
'registration_date': '2024-05-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Astra-e 51 kWh GS - Electric - Automatic - 156 hp - '
'RF24PNV - 13,963 mi',
'transmission': 'automatic',
'trim': 'GS',
'vin': None,
'year': 2024}
2026-03-24 10:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701433%27 HTTP/1.1" 200 None
2026-03-24 10:35:00 [adesa.uk] INFO: Saving data for 10701433: {'auction_closing_time': 1774360800.0, 'created_time': 1774020627.794122, 'last_price_update_time': 1774348500.520148}
2026-03-24 10:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701433') HTTP/1.1" 204 0
2026-03-24 10:35:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c91fcda4-b35c-55d8-9aed-4c03ad0a9607 with identifier: 10701452
2026-03-24 10:35:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c91fcda4-b35c-55d8-9aed-4c03ad0a9607 with scrape type 2
2026-03-24 10:35:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c91fcda4-b35c-55d8-9aed-4c03ad0a9607 with scrape type 2
2026-03-24 10:35:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: c91fcda4-b35c-55d8-9aed-4c03ad0a9607, identifier: 10701452
2026-03-24 10:35:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: c91fcda4-b35c-55d8-9aed-4c03ad0a9607 with identifier: 10701452
2026-03-24 10:35:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: c91fcda4-b35c-55d8-9aed-4c03ad0a9607 with identifier: 10701452
2026-03-24 10:35:00 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: c91fcda4-b35c-55d8-9aed-4c03ad0a9607 with identifier: 10701452 to the API
2026-03-24 10:35:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701452>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Red',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 156,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': 'c91fcda4-b35c-55d8-9aed-4c03ad0a9607',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GD24KDV',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701452',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Astra-e',
'odometer': 11454,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 13100,
'price_includes_vat': True,
'registration_date': '2024-06-28',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Astra-e 51 kWh Ultimate - Electric - Automatic - 156 hp - '
'GD24KDV - 11,454 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2024}
2026-03-24 10:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701452%27 HTTP/1.1" 200 None
2026-03-24 10:35:00 [adesa.uk] INFO: Saving data for 10701452: {'auction_closing_time': 1774360800.0, 'created_time': 1774020631.919833, 'last_price_update_time': 1774348500.885253}
2026-03-24 10:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701452') HTTP/1.1" 204 0
2026-03-24 10:35:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716433> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49b431b2-60c6-5780-b3f0-4b53200aaa94 with identifier: 10716433
2026-03-24 10:35:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49b431b2-60c6-5780-b3f0-4b53200aaa94 with scrape type 1
2026-03-24 10:35:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 49b431b2-60c6-5780-b3f0-4b53200aaa94
2026-03-24 10:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731373%252Fgeneral%252F23291d0c-da94-485f-8b21-413587eabb46.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731373/general/23291d0c-da94-485f-8b21-413587eabb46.jpg already downloaded
2026-03-24 10:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731373%252Fgeneral%252Fdd28c155-dfcd-43b3-a1e2-84acfb2691bf.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731373/general/dd28c155-dfcd-43b3-a1e2-84acfb2691bf.jpg already downloaded
2026-03-24 10:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731373%252Fgeneral%252F6d4294c2-d70a-4867-aeb2-1ef8e27e6e80.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731373/general/6d4294c2-d70a-4867-aeb2-1ef8e27e6e80.jpg already downloaded
2026-03-24 10:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731373%252Fgeneral%252F6c9d0793-9366-457f-a744-377fa407696d.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731373/general/6c9d0793-9366-457f-a744-377fa407696d.jpg already downloaded
2026-03-24 10:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731373%252Fgeneral%252F858a4758-d2a7-4d63-8388-7092b35bfcc2.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731373/general/858a4758-d2a7-4d63-8388-7092b35bfcc2.jpg already downloaded
2026-03-24 10:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731373%252Fgeneral%252F05b89646-00f4-4312-9d48-5ec64a7c0226.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731373/general/05b89646-00f4-4312-9d48-5ec64a7c0226.jpg already downloaded
2026-03-24 10:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731373%252Fgeneral%252Ff0fddb32-8056-41c1-87d3-98f94ab9e87e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731373/general/f0fddb32-8056-41c1-87d3-98f94ab9e87e.jpg already downloaded
2026-03-24 10:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731373%252Fgeneral%252Faf557eb4-213e-4040-b234-5bbdaf5e1011.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731373/general/af557eb4-213e-4040-b234-5bbdaf5e1011.jpg already downloaded
2026-03-24 10:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731373%252Fgeneral%252F44b20853-2544-4dd8-a3a3-17268356ffd8.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731373/general/44b20853-2544-4dd8-a3a3-17268356ffd8.jpg already downloaded
2026-03-24 10:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731373%252Fgeneral%252F1a3c9a09-5af5-4719-be74-846550fd302f.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731373/general/1a3c9a09-5af5-4719-be74-846550fd302f.jpg already downloaded
2026-03-24 10:35:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 49b431b2-60c6-5780-b3f0-4b53200aaa94, identifier: 10716433
2026-03-24 10:35:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 49b431b2-60c6-5780-b3f0-4b53200aaa94 with identifier: 10716433
2026-03-24 10:35:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 49b431b2-60c6-5780-b3f0-4b53200aaa94 with identifier: 10716433
2026-03-24 10:35:01 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 49b431b2-60c6-5780-b3f0-4b53200aaa94 with identifier: 10716433 to the API
2026-03-24 10:35:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:35:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716433>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'White',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': None,
'engine': '',
'engine_horse_power': 530,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Electric',
'id': '49b431b2-60c6-5780-b3f0-4b53200aaa94',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LG74BKN',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716433',
'listing': 'auction',
'location': 'Burton-on-Trent',
'make': 'Byd',
'model': 'Seal',
'odometer': 9818,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 24,
'photo_urls': ['https://images.openlane.eu/carimgs/5731373/general/23291d0c-da94-485f-8b21-413587eabb46.jpg',
'https://images.openlane.eu/carimgs/5731373/general/dd28c155-dfcd-43b3-a1e2-84acfb2691bf.jpg',
'https://images.openlane.eu/carimgs/5731373/general/6d4294c2-d70a-4867-aeb2-1ef8e27e6e80.jpg',
'https://images.openlane.eu/carimgs/5731373/general/6c9d0793-9366-457f-a744-377fa407696d.jpg',
'https://images.openlane.eu/carimgs/5731373/general/858a4758-d2a7-4d63-8388-7092b35bfcc2.jpg',
'https://images.openlane.eu/carimgs/5731373/general/05b89646-00f4-4312-9d48-5ec64a7c0226.jpg',
'https://images.openlane.eu/carimgs/5731373/general/f0fddb32-8056-41c1-87d3-98f94ab9e87e.jpg',
'https://images.openlane.eu/carimgs/5731373/general/af557eb4-213e-4040-b234-5bbdaf5e1011.jpg',
'https://images.openlane.eu/carimgs/5731373/general/44b20853-2544-4dd8-a3a3-17268356ffd8.jpg',
'https://images.openlane.eu/carimgs/5731373/general/1a3c9a09-5af5-4719-be74-846550fd302f.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_49b431b2-60c6-5780-b3f0-4b53200aaa94/49b431b2-60c6-5780-b3f0-4b53200aaa94_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 180038,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731373/general/23291d0c-da94-485f-8b21-413587eabb46.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_49b431b2-60c6-5780-b3f0-4b53200aaa94/49b431b2-60c6-5780-b3f0-4b53200aaa94_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170692,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731373/general/dd28c155-dfcd-43b3-a1e2-84acfb2691bf.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_49b431b2-60c6-5780-b3f0-4b53200aaa94/49b431b2-60c6-5780-b3f0-4b53200aaa94_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 169711,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731373/general/6d4294c2-d70a-4867-aeb2-1ef8e27e6e80.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_49b431b2-60c6-5780-b3f0-4b53200aaa94/49b431b2-60c6-5780-b3f0-4b53200aaa94_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 178473,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731373/general/6c9d0793-9366-457f-a744-377fa407696d.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_49b431b2-60c6-5780-b3f0-4b53200aaa94/49b431b2-60c6-5780-b3f0-4b53200aaa94_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 169898,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731373/general/858a4758-d2a7-4d63-8388-7092b35bfcc2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_49b431b2-60c6-5780-b3f0-4b53200aaa94/49b431b2-60c6-5780-b3f0-4b53200aaa94_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170580,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731373/general/05b89646-00f4-4312-9d48-5ec64a7c0226.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_49b431b2-60c6-5780-b3f0-4b53200aaa94/49b431b2-60c6-5780-b3f0-4b53200aaa94_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 151033,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731373/general/f0fddb32-8056-41c1-87d3-98f94ab9e87e.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_49b431b2-60c6-5780-b3f0-4b53200aaa94/49b431b2-60c6-5780-b3f0-4b53200aaa94_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 183162,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731373/general/af557eb4-213e-4040-b234-5bbdaf5e1011.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_49b431b2-60c6-5780-b3f0-4b53200aaa94/49b431b2-60c6-5780-b3f0-4b53200aaa94_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 135966,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731373/general/44b20853-2544-4dd8-a3a3-17268356ffd8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_49b431b2-60c6-5780-b3f0-4b53200aaa94/49b431b2-60c6-5780-b3f0-4b53200aaa94_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 173666,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731373/general/1a3c9a09-5af5-4719-be74-846550fd302f.jpg',
'Width': 1024}],
'price': 29200,
'price_includes_vat': True,
'registration_date': '2025-01-17',
'seats_number': 5,
'seller_name': 'Pentagon Vauxhall Burton',
'title': 'Byd Seal 83 kWh Excellence - Electric - Automatic - 530 hp - '
'LG74BKN - 9,818 mi',
'transmission': 'automatic',
'trim': 'Excellence',
'vin': None,
'year': 2025}
2026-03-24 10:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716433%27 HTTP/1.1" 200 None
2026-03-24 10:35:01 [adesa.uk] INFO: Saving data for 10716433: {'created_time': 1774348501.600035, 'last_price_update_time': 1774348501.600046, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716433') HTTP/1.1" 204 0
2026-03-24 10:35:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701420> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86543c36-61ed-5fa4-9d6a-e404b3b818c3 with identifier: 10701420
2026-03-24 10:35:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86543c36-61ed-5fa4-9d6a-e404b3b818c3 with scrape type 2
2026-03-24 10:35:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86543c36-61ed-5fa4-9d6a-e404b3b818c3 with scrape type 2
2026-03-24 10:35:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 86543c36-61ed-5fa4-9d6a-e404b3b818c3, identifier: 10701420
2026-03-24 10:35:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 86543c36-61ed-5fa4-9d6a-e404b3b818c3 with identifier: 10701420
2026-03-24 10:35:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 86543c36-61ed-5fa4-9d6a-e404b3b818c3 with identifier: 10701420
2026-03-24 10:35:02 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 86543c36-61ed-5fa4-9d6a-e404b3b818c3 with identifier: 10701420 to the API
2026-03-24 10:35:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701420>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 156,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '86543c36-61ed-5fa4-9d6a-e404b3b818c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BT73GKL',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701420',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Astra-e',
'odometer': 17028,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 12100,
'price_includes_vat': True,
'registration_date': '2023-10-18',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Astra-e 51 kWh Ultimate - Electric - Automatic - 156 hp - '
'BT73GKL - 17,028 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2023}
2026-03-24 10:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701420%27 HTTP/1.1" 200 None
2026-03-24 10:35:02 [adesa.uk] INFO: Saving data for 10701420: {'auction_closing_time': 1774360800.0, 'created_time': 1774020624.16936, 'last_price_update_time': 1774348502.622125}
2026-03-24 10:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701420') HTTP/1.1" 204 0
2026-03-24 10:35:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716423> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:03 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 63b8b1a6-0be0-54b6-9a3d-0bdf8cf96d52 with identifier: 10716423, dropping item
2026-03-24 10:35:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716388> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 495039a0-7feb-5cb8-948d-86c3ae9150ce with identifier: 10716388
2026-03-24 10:35:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 495039a0-7feb-5cb8-948d-86c3ae9150ce with scrape type 1
2026-03-24 10:35:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 495039a0-7feb-5cb8-948d-86c3ae9150ce
2026-03-24 10:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5525406%252Fgeneral%252F06178935-2aad-4953-9846-3c6dbfd285a3.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5525406/general/06178935-2aad-4953-9846-3c6dbfd285a3.jpg already downloaded
2026-03-24 10:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5525406%252Fgeneral%252Fdcb966f6-5390-42b2-8398-40a92eb26d60.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5525406/general/dcb966f6-5390-42b2-8398-40a92eb26d60.jpg already downloaded
2026-03-24 10:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5525406%252Fgeneral%252Fb68f92ed-84c1-4673-8fd8-e6904683e743.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5525406/general/b68f92ed-84c1-4673-8fd8-e6904683e743.jpg already downloaded
2026-03-24 10:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5525406%252Fgeneral%252F698f5c58-7db9-401e-97d5-559f678f6110.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5525406/general/698f5c58-7db9-401e-97d5-559f678f6110.jpg already downloaded
2026-03-24 10:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5525406%252Fgeneral%252F4e06bb39-4861-438a-846c-189e1e99b04e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5525406/general/4e06bb39-4861-438a-846c-189e1e99b04e.jpg already downloaded
2026-03-24 10:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5525406%252Fgeneral%252Fe94e539a-8c1f-4ce7-8590-8392a1310e35.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5525406/general/e94e539a-8c1f-4ce7-8590-8392a1310e35.jpg already downloaded
2026-03-24 10:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5525406%252Fgeneral%252F0eecc466-0ddd-42fe-9d0e-0bd32c2419d4.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5525406/general/0eecc466-0ddd-42fe-9d0e-0bd32c2419d4.jpg already downloaded
2026-03-24 10:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5525406%252Fgeneral%252Fdc002045-2442-442e-937b-929970543162.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5525406/general/dc002045-2442-442e-937b-929970543162.jpg already downloaded
2026-03-24 10:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5525406%252Fgeneral%252F0cae0fb9-286e-4dd6-8331-5bcffe5c8ac4.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5525406/general/0cae0fb9-286e-4dd6-8331-5bcffe5c8ac4.jpg already downloaded
2026-03-24 10:35:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 495039a0-7feb-5cb8-948d-86c3ae9150ce, identifier: 10716388
2026-03-24 10:35:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 495039a0-7feb-5cb8-948d-86c3ae9150ce with identifier: 10716388
2026-03-24 10:35:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 495039a0-7feb-5cb8-948d-86c3ae9150ce with identifier: 10716388
2026-03-24 10:35:04 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 495039a0-7feb-5cb8-948d-86c3ae9150ce with identifier: 10716388 to the API
2026-03-24 10:35:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716388>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Red',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 301,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': '495039a0-7feb-5cb8-948d-86c3ae9150ce',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'BU64HKM',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716388',
'listing': 'auction',
'location': 'Prestatyn',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 64424,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photo_urls': ['https://images.openlane.eu/carimgs/5525406/general/06178935-2aad-4953-9846-3c6dbfd285a3.jpg',
'https://images.openlane.eu/carimgs/5525406/general/dcb966f6-5390-42b2-8398-40a92eb26d60.jpg',
'https://images.openlane.eu/carimgs/5525406/general/b68f92ed-84c1-4673-8fd8-e6904683e743.jpg',
'https://images.openlane.eu/carimgs/5525406/general/698f5c58-7db9-401e-97d5-559f678f6110.jpg',
'https://images.openlane.eu/carimgs/5525406/general/4e06bb39-4861-438a-846c-189e1e99b04e.jpg',
'https://images.openlane.eu/carimgs/5525406/general/e94e539a-8c1f-4ce7-8590-8392a1310e35.jpg',
'https://images.openlane.eu/carimgs/5525406/general/0eecc466-0ddd-42fe-9d0e-0bd32c2419d4.jpg',
'https://images.openlane.eu/carimgs/5525406/general/dc002045-2442-442e-937b-929970543162.jpg',
'https://images.openlane.eu/carimgs/5525406/general/0cae0fb9-286e-4dd6-8331-5bcffe5c8ac4.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_495039a0-7feb-5cb8-948d-86c3ae9150ce/495039a0-7feb-5cb8-948d-86c3ae9150ce_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108371,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5525406/general/06178935-2aad-4953-9846-3c6dbfd285a3.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_495039a0-7feb-5cb8-948d-86c3ae9150ce/495039a0-7feb-5cb8-948d-86c3ae9150ce_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91874,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5525406/general/dcb966f6-5390-42b2-8398-40a92eb26d60.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_495039a0-7feb-5cb8-948d-86c3ae9150ce/495039a0-7feb-5cb8-948d-86c3ae9150ce_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97247,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5525406/general/b68f92ed-84c1-4673-8fd8-e6904683e743.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_495039a0-7feb-5cb8-948d-86c3ae9150ce/495039a0-7feb-5cb8-948d-86c3ae9150ce_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96291,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5525406/general/698f5c58-7db9-401e-97d5-559f678f6110.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_495039a0-7feb-5cb8-948d-86c3ae9150ce/495039a0-7feb-5cb8-948d-86c3ae9150ce_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97528,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5525406/general/4e06bb39-4861-438a-846c-189e1e99b04e.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_495039a0-7feb-5cb8-948d-86c3ae9150ce/495039a0-7feb-5cb8-948d-86c3ae9150ce_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 62662,
'Height': 640,
'OriginUrl': 'https://images.openlane.eu/carimgs/5525406/general/e94e539a-8c1f-4ce7-8590-8392a1310e35.jpg',
'Width': 480},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_495039a0-7feb-5cb8-948d-86c3ae9150ce/495039a0-7feb-5cb8-948d-86c3ae9150ce_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87160,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5525406/general/0eecc466-0ddd-42fe-9d0e-0bd32c2419d4.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_495039a0-7feb-5cb8-948d-86c3ae9150ce/495039a0-7feb-5cb8-948d-86c3ae9150ce_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 71694,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5525406/general/dc002045-2442-442e-937b-929970543162.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_495039a0-7feb-5cb8-948d-86c3ae9150ce/495039a0-7feb-5cb8-948d-86c3ae9150ce_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93070,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5525406/general/0cae0fb9-286e-4dd6-8331-5bcffe5c8ac4.jpg',
'Width': 640}],
'price': 9900,
'price_includes_vat': True,
'registration_date': '2014-10-14',
'seats_number': 5,
'seller_name': 'Mount View Cars',
'title': 'Volkswagen Golf R 2.0 TSI - Petrol - Manual - 301 hp - BU64HKM - '
'64,424 mi',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2014}
2026-03-24 10:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716388%27 HTTP/1.1" 200 None
2026-03-24 10:35:04 [adesa.uk] INFO: Saving data for 10716388: {'created_time': 1774348504.394491, 'last_price_update_time': 1774348504.394505, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716388') HTTP/1.1" 204 0
2026-03-24 10:35:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701454> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68edc857-059e-5fe7-88a0-418495206e29 with identifier: 10701454
2026-03-24 10:35:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68edc857-059e-5fe7-88a0-418495206e29 with scrape type 2
2026-03-24 10:35:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68edc857-059e-5fe7-88a0-418495206e29 with scrape type 2
2026-03-24 10:35:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 68edc857-059e-5fe7-88a0-418495206e29, identifier: 10701454
2026-03-24 10:35:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 68edc857-059e-5fe7-88a0-418495206e29 with identifier: 10701454
2026-03-24 10:35:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 68edc857-059e-5fe7-88a0-418495206e29 with identifier: 10701454
2026-03-24 10:35:04 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 68edc857-059e-5fe7-88a0-418495206e29 with identifier: 10701454 to the API
2026-03-24 10:35:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701454>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': '68edc857-059e-5fe7-88a0-418495206e29',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YB20XGU',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701454',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 42786,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 5700,
'price_includes_vat': True,
'registration_date': '2020-07-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa-e 46 kWh Elite Nav - Electric - Automatic - 1 hp - '
'YB20XGU - 42,786 mi',
'transmission': 'automatic',
'trim': 'Elite Nav',
'vin': None,
'year': 2020}
2026-03-24 10:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701454%27 HTTP/1.1" 200 None
2026-03-24 10:35:04 [adesa.uk] INFO: Saving data for 10701454: {'auction_closing_time': 1774360800.0, 'created_time': 1774020643.706247, 'last_price_update_time': 1774348504.989796}
2026-03-24 10:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701454') HTTP/1.1" 204 0
2026-03-24 10:35:05 [scrapy.extensions.logstats] INFO: Crawled 124 pages (at 34 pages/min), scraped 118 items (at 34 items/min)
2026-03-24 10:35:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 171MiB
2026-03-24 10:35:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716373> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cb02917-cd72-5109-b008-c31f0d5e98e5 with identifier: 10716373
2026-03-24 10:35:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cb02917-cd72-5109-b008-c31f0d5e98e5 with scrape type 1
2026-03-24 10:35:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9cb02917-cd72-5109-b008-c31f0d5e98e5
2026-03-24 10:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5489310%252Fgeneral%252F56342552-d09b-4643-811c-f7f9b9334267.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5489310/general/56342552-d09b-4643-811c-f7f9b9334267.jpg already downloaded
2026-03-24 10:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5489310%252Fgeneral%252F5f71048e-e998-49bc-96d3-1c5c069481f9.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5489310/general/5f71048e-e998-49bc-96d3-1c5c069481f9.jpg already downloaded
2026-03-24 10:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5489310%252Fgeneral%252F81574bb0-71a5-4b4f-a3d7-729ace27c201.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5489310/general/81574bb0-71a5-4b4f-a3d7-729ace27c201.jpg already downloaded
2026-03-24 10:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5489310%252Fgeneral%252Fe3909fba-347a-4fc7-b722-8cad3ff669f0.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5489310/general/e3909fba-347a-4fc7-b722-8cad3ff669f0.jpg already downloaded
2026-03-24 10:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5489310%252Fgeneral%252Fd19270b1-24e6-42f5-9c9e-c7f191617931.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5489310/general/d19270b1-24e6-42f5-9c9e-c7f191617931.jpg already downloaded
2026-03-24 10:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5489310%252Fgeneral%252F2828d54c-2496-4e4d-9ab3-08ab6ba72015.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5489310/general/2828d54c-2496-4e4d-9ab3-08ab6ba72015.jpg already downloaded
2026-03-24 10:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5489310%252Fgeneral%252F87936fbb-0585-4200-9fd4-96aaa5b76dbb.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5489310/general/87936fbb-0585-4200-9fd4-96aaa5b76dbb.jpg already downloaded
2026-03-24 10:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5489310%252Fgeneral%252Fbba0bfbb-7216-4cbd-b0d9-762035c0e161.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5489310/general/bba0bfbb-7216-4cbd-b0d9-762035c0e161.jpg already downloaded
2026-03-24 10:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5489310%252Fgeneral%252F4b2d23b8-02ff-498f-ab4d-fe860340917d.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5489310/general/4b2d23b8-02ff-498f-ab4d-fe860340917d.jpg already downloaded
2026-03-24 10:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5489310%252Fgeneral%252Fac71cbd3-098b-4160-b779-5ea36bb4b92e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5489310/general/ac71cbd3-098b-4160-b779-5ea36bb4b92e.jpg already downloaded
2026-03-24 10:35:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 9cb02917-cd72-5109-b008-c31f0d5e98e5, identifier: 10716373
2026-03-24 10:35:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 9cb02917-cd72-5109-b008-c31f0d5e98e5 with identifier: 10716373
2026-03-24 10:35:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 9cb02917-cd72-5109-b008-c31f0d5e98e5 with identifier: 10716373
2026-03-24 10:35:06 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 9cb02917-cd72-5109-b008-c31f0d5e98e5 with identifier: 10716373 to the API
2026-03-24 10:35:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:35:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716373>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Electric',
'id': '9cb02917-cd72-5109-b008-c31f0d5e98e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'RV72LCZ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716373',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 20981,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 25,
'photo_urls': ['https://images.openlane.eu/carimgs/5489310/general/56342552-d09b-4643-811c-f7f9b9334267.jpg',
'https://images.openlane.eu/carimgs/5489310/general/5f71048e-e998-49bc-96d3-1c5c069481f9.jpg',
'https://images.openlane.eu/carimgs/5489310/general/81574bb0-71a5-4b4f-a3d7-729ace27c201.jpg',
'https://images.openlane.eu/carimgs/5489310/general/e3909fba-347a-4fc7-b722-8cad3ff669f0.jpg',
'https://images.openlane.eu/carimgs/5489310/general/d19270b1-24e6-42f5-9c9e-c7f191617931.jpg',
'https://images.openlane.eu/carimgs/5489310/general/2828d54c-2496-4e4d-9ab3-08ab6ba72015.jpg',
'https://images.openlane.eu/carimgs/5489310/general/87936fbb-0585-4200-9fd4-96aaa5b76dbb.jpg',
'https://images.openlane.eu/carimgs/5489310/general/bba0bfbb-7216-4cbd-b0d9-762035c0e161.jpg',
'https://images.openlane.eu/carimgs/5489310/general/4b2d23b8-02ff-498f-ab4d-fe860340917d.jpg',
'https://images.openlane.eu/carimgs/5489310/general/ac71cbd3-098b-4160-b779-5ea36bb4b92e.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9cb02917-cd72-5109-b008-c31f0d5e98e5/9cb02917-cd72-5109-b008-c31f0d5e98e5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119894,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5489310/general/56342552-d09b-4643-811c-f7f9b9334267.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9cb02917-cd72-5109-b008-c31f0d5e98e5/9cb02917-cd72-5109-b008-c31f0d5e98e5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 114715,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5489310/general/5f71048e-e998-49bc-96d3-1c5c069481f9.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9cb02917-cd72-5109-b008-c31f0d5e98e5/9cb02917-cd72-5109-b008-c31f0d5e98e5_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105479,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5489310/general/81574bb0-71a5-4b4f-a3d7-729ace27c201.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9cb02917-cd72-5109-b008-c31f0d5e98e5/9cb02917-cd72-5109-b008-c31f0d5e98e5_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116226,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5489310/general/e3909fba-347a-4fc7-b722-8cad3ff669f0.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9cb02917-cd72-5109-b008-c31f0d5e98e5/9cb02917-cd72-5109-b008-c31f0d5e98e5_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 114006,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5489310/general/d19270b1-24e6-42f5-9c9e-c7f191617931.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9cb02917-cd72-5109-b008-c31f0d5e98e5/9cb02917-cd72-5109-b008-c31f0d5e98e5_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110295,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5489310/general/2828d54c-2496-4e4d-9ab3-08ab6ba72015.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9cb02917-cd72-5109-b008-c31f0d5e98e5/9cb02917-cd72-5109-b008-c31f0d5e98e5_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96697,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5489310/general/87936fbb-0585-4200-9fd4-96aaa5b76dbb.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9cb02917-cd72-5109-b008-c31f0d5e98e5/9cb02917-cd72-5109-b008-c31f0d5e98e5_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80265,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5489310/general/bba0bfbb-7216-4cbd-b0d9-762035c0e161.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9cb02917-cd72-5109-b008-c31f0d5e98e5/9cb02917-cd72-5109-b008-c31f0d5e98e5_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101388,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5489310/general/4b2d23b8-02ff-498f-ab4d-fe860340917d.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9cb02917-cd72-5109-b008-c31f0d5e98e5/9cb02917-cd72-5109-b008-c31f0d5e98e5_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104419,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5489310/general/ac71cbd3-098b-4160-b779-5ea36bb4b92e.jpg',
'Width': 960}],
'price': 10400,
'price_includes_vat': True,
'registration_date': '2022-09-29',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Mokka-e 51 kWh GS Line - Electric - Automatic - 136 hp - '
'RV72LCZ - 20,981 mi',
'transmission': 'automatic',
'trim': 'GS Line',
'vin': None,
'year': 2022}
2026-03-24 10:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716373%27 HTTP/1.1" 200 None
2026-03-24 10:35:06 [adesa.uk] INFO: Saving data for 10716373: {'created_time': 1774348506.866556, 'last_price_update_time': 1774348506.866568, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716373') HTTP/1.1" 204 0
2026-03-24 10:35:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716374> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716408> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716379> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b44939f3-e439-5ff5-b355-41564b77f44c with identifier: 10716374
2026-03-24 10:35:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b44939f3-e439-5ff5-b355-41564b77f44c with scrape type 1
2026-03-24 10:35:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b44939f3-e439-5ff5-b355-41564b77f44c
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731491%252Fgeneral%252F0a8b7db5-cbee-49f1-8a19-2cf419ba0347.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731491/general/0a8b7db5-cbee-49f1-8a19-2cf419ba0347.jpg already downloaded
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731491%252Fgeneral%252F1092350b-1b6d-4a4d-af5b-d826506b576d.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731491/general/1092350b-1b6d-4a4d-af5b-d826506b576d.jpg already downloaded
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731491%252Fgeneral%252Fe54425ef-fbed-4452-b01c-ac927eef37d5.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731491/general/e54425ef-fbed-4452-b01c-ac927eef37d5.jpg already downloaded
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731491%252Fgeneral%252F4bedf137-5f3b-4553-8e05-6adbdafef288.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731491/general/4bedf137-5f3b-4553-8e05-6adbdafef288.jpg already downloaded
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731491%252Fgeneral%252Fcb3cbcaa-7cd0-405a-b81b-e533819c1f46.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731491/general/cb3cbcaa-7cd0-405a-b81b-e533819c1f46.jpg already downloaded
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731491%252Fgeneral%252Fcac1c10c-ab16-4d93-925f-05159ad40e77.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731491/general/cac1c10c-ab16-4d93-925f-05159ad40e77.jpg already downloaded
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731491%252Fgeneral%252F50691b74-007d-42e0-95e9-d72578c09b80.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731491/general/50691b74-007d-42e0-95e9-d72578c09b80.jpg already downloaded
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731491%252Fgeneral%252F2da4ba85-361c-4653-a202-796b5ec4d2a5.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731491/general/2da4ba85-361c-4653-a202-796b5ec4d2a5.jpg already downloaded
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731491%252Fgeneral%252F9d9d2a44-fe0a-4acf-8269-9624a16e01be.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731491/general/9d9d2a44-fe0a-4acf-8269-9624a16e01be.jpg already downloaded
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731491%252Fgeneral%252F063afe37-7d92-4948-b743-1edd7eb84cde.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731491/general/063afe37-7d92-4948-b743-1edd7eb84cde.jpg already downloaded
2026-03-24 10:35:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: b44939f3-e439-5ff5-b355-41564b77f44c, identifier: 10716374
2026-03-24 10:35:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a40a3836-6b97-5695-9170-a5d677c50c5e with identifier: 10716408
2026-03-24 10:35:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a40a3836-6b97-5695-9170-a5d677c50c5e with scrape type 1
2026-03-24 10:35:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a40a3836-6b97-5695-9170-a5d677c50c5e
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5650859%252Fgeneral%252F64c8cdd0-bc56-4f10-9470-be462076580e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5650859/general/64c8cdd0-bc56-4f10-9470-be462076580e.jpg already downloaded
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5650859%252Fgeneral%252F871a9b84-23ac-44cc-a674-6a106ac59c43.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5650859/general/871a9b84-23ac-44cc-a674-6a106ac59c43.jpg already downloaded
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5650859%252Fgeneral%252Ffa6f9ff0-f74f-4b5c-a980-9e65ab60a6a2.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5650859/general/fa6f9ff0-f74f-4b5c-a980-9e65ab60a6a2.jpg already downloaded
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5650859%252Fgeneral%252Fc7c93188-b7cf-400e-a417-2168a14ce594.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5650859/general/c7c93188-b7cf-400e-a417-2168a14ce594.jpg already downloaded
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5650859%252Fgeneral%252Ffedbf9fc-0c86-4e63-bb14-9dda93811c99.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5650859/general/fedbf9fc-0c86-4e63-bb14-9dda93811c99.jpg already downloaded
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5650859%252Fgeneral%252F48af9e7d-30d5-486d-b9f8-da42f6360b28.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5650859/general/48af9e7d-30d5-486d-b9f8-da42f6360b28.jpg already downloaded
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5650859%252Fgeneral%252Fedd5e7fb-de13-4383-87ce-3b5c364e6824.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5650859/general/edd5e7fb-de13-4383-87ce-3b5c364e6824.jpg already downloaded
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5650859%252Fgeneral%252F2b1938bf-a987-46fd-b61a-73f7d1e83bbe.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5650859/general/2b1938bf-a987-46fd-b61a-73f7d1e83bbe.jpg already downloaded
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5650859%252Fgeneral%252F8988706a-4c76-403d-8edb-ca8ae06b59d3.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5650859/general/8988706a-4c76-403d-8edb-ca8ae06b59d3.jpg already downloaded
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5650859%252Fgeneral%252F0cf48d6f-21b4-47c5-affd-426a3aa5ab4a.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5650859/general/0cf48d6f-21b4-47c5-affd-426a3aa5ab4a.jpg already downloaded
2026-03-24 10:35:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: a40a3836-6b97-5695-9170-a5d677c50c5e, identifier: 10716408
2026-03-24 10:35:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: b44939f3-e439-5ff5-b355-41564b77f44c with identifier: 10716374
2026-03-24 10:35:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: b44939f3-e439-5ff5-b355-41564b77f44c with identifier: 10716374
2026-03-24 10:35:07 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: b44939f3-e439-5ff5-b355-41564b77f44c with identifier: 10716374 to the API
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716374>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'engine_horse_power': 110,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': 'b44939f3-e439-5ff5-b355-41564b77f44c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RK73YWG',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716374',
'listing': 'auction',
'location': 'Derby',
'make': 'Volkswagen',
'model': 'T-ROC',
'odometer': 10062,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 15,
'photo_urls': ['https://images.openlane.eu/carimgs/5731491/general/0a8b7db5-cbee-49f1-8a19-2cf419ba0347.jpg',
'https://images.openlane.eu/carimgs/5731491/general/1092350b-1b6d-4a4d-af5b-d826506b576d.jpg',
'https://images.openlane.eu/carimgs/5731491/general/e54425ef-fbed-4452-b01c-ac927eef37d5.jpg',
'https://images.openlane.eu/carimgs/5731491/general/4bedf137-5f3b-4553-8e05-6adbdafef288.jpg',
'https://images.openlane.eu/carimgs/5731491/general/cb3cbcaa-7cd0-405a-b81b-e533819c1f46.jpg',
'https://images.openlane.eu/carimgs/5731491/general/cac1c10c-ab16-4d93-925f-05159ad40e77.jpg',
'https://images.openlane.eu/carimgs/5731491/general/50691b74-007d-42e0-95e9-d72578c09b80.jpg',
'https://images.openlane.eu/carimgs/5731491/general/2da4ba85-361c-4653-a202-796b5ec4d2a5.jpg',
'https://images.openlane.eu/carimgs/5731491/general/9d9d2a44-fe0a-4acf-8269-9624a16e01be.jpg',
'https://images.openlane.eu/carimgs/5731491/general/063afe37-7d92-4948-b743-1edd7eb84cde.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b44939f3-e439-5ff5-b355-41564b77f44c/b44939f3-e439-5ff5-b355-41564b77f44c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 187328,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731491/general/0a8b7db5-cbee-49f1-8a19-2cf419ba0347.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b44939f3-e439-5ff5-b355-41564b77f44c/b44939f3-e439-5ff5-b355-41564b77f44c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 202466,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731491/general/1092350b-1b6d-4a4d-af5b-d826506b576d.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b44939f3-e439-5ff5-b355-41564b77f44c/b44939f3-e439-5ff5-b355-41564b77f44c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 195929,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731491/general/e54425ef-fbed-4452-b01c-ac927eef37d5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b44939f3-e439-5ff5-b355-41564b77f44c/b44939f3-e439-5ff5-b355-41564b77f44c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 191581,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731491/general/4bedf137-5f3b-4553-8e05-6adbdafef288.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b44939f3-e439-5ff5-b355-41564b77f44c/b44939f3-e439-5ff5-b355-41564b77f44c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 177539,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731491/general/cb3cbcaa-7cd0-405a-b81b-e533819c1f46.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b44939f3-e439-5ff5-b355-41564b77f44c/b44939f3-e439-5ff5-b355-41564b77f44c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 176175,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731491/general/cac1c10c-ab16-4d93-925f-05159ad40e77.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b44939f3-e439-5ff5-b355-41564b77f44c/b44939f3-e439-5ff5-b355-41564b77f44c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 204010,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731491/general/50691b74-007d-42e0-95e9-d72578c09b80.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b44939f3-e439-5ff5-b355-41564b77f44c/b44939f3-e439-5ff5-b355-41564b77f44c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 213832,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731491/general/2da4ba85-361c-4653-a202-796b5ec4d2a5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b44939f3-e439-5ff5-b355-41564b77f44c/b44939f3-e439-5ff5-b355-41564b77f44c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 186442,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731491/general/9d9d2a44-fe0a-4acf-8269-9624a16e01be.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b44939f3-e439-5ff5-b355-41564b77f44c/b44939f3-e439-5ff5-b355-41564b77f44c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 159264,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731491/general/063afe37-7d92-4948-b743-1edd7eb84cde.jpg',
'Width': 1024}],
'price': 15400,
'price_includes_vat': True,
'registration_date': '2023-09-30',
'seats_number': 5,
'seller_name': 'Pentagon Vauxhall Oldham',
'title': 'Volkswagen T-ROC 1.0 TSI Life - Petrol - Manual - 110 hp - RK73YWG '
'- 10,062 mi',
'transmission': 'manual',
'trim': 'Life',
'vin': None,
'year': 2023}
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716374%27 HTTP/1.1" 200 None
2026-03-24 10:35:07 [adesa.uk] INFO: Saving data for 10716374: {'created_time': 1774348507.956783, 'last_price_update_time': 1774348507.956796, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716374') HTTP/1.1" 204 0
2026-03-24 10:35:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: a40a3836-6b97-5695-9170-a5d677c50c5e with identifier: 10716408
2026-03-24 10:35:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: a40a3836-6b97-5695-9170-a5d677c50c5e with identifier: 10716408
2026-03-24 10:35:08 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: a40a3836-6b97-5695-9170-a5d677c50c5e with identifier: 10716408 to the API
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716408>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Electric',
'id': 'a40a3836-6b97-5695-9170-a5d677c50c5e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DP75SWZ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716408',
'listing': 'auction',
'location': 'Stoke-on-Trent',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 10,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 14,
'photo_urls': ['https://images.openlane.eu/carimgs/5650859/general/64c8cdd0-bc56-4f10-9470-be462076580e.jpg',
'https://images.openlane.eu/carimgs/5650859/general/871a9b84-23ac-44cc-a674-6a106ac59c43.jpg',
'https://images.openlane.eu/carimgs/5650859/general/fa6f9ff0-f74f-4b5c-a980-9e65ab60a6a2.jpg',
'https://images.openlane.eu/carimgs/5650859/general/c7c93188-b7cf-400e-a417-2168a14ce594.jpg',
'https://images.openlane.eu/carimgs/5650859/general/fedbf9fc-0c86-4e63-bb14-9dda93811c99.jpg',
'https://images.openlane.eu/carimgs/5650859/general/48af9e7d-30d5-486d-b9f8-da42f6360b28.jpg',
'https://images.openlane.eu/carimgs/5650859/general/edd5e7fb-de13-4383-87ce-3b5c364e6824.jpg',
'https://images.openlane.eu/carimgs/5650859/general/2b1938bf-a987-46fd-b61a-73f7d1e83bbe.jpg',
'https://images.openlane.eu/carimgs/5650859/general/8988706a-4c76-403d-8edb-ca8ae06b59d3.jpg',
'https://images.openlane.eu/carimgs/5650859/general/0cf48d6f-21b4-47c5-affd-426a3aa5ab4a.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a40a3836-6b97-5695-9170-a5d677c50c5e/a40a3836-6b97-5695-9170-a5d677c50c5e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93649,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5650859/general/64c8cdd0-bc56-4f10-9470-be462076580e.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a40a3836-6b97-5695-9170-a5d677c50c5e/a40a3836-6b97-5695-9170-a5d677c50c5e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90575,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5650859/general/871a9b84-23ac-44cc-a674-6a106ac59c43.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a40a3836-6b97-5695-9170-a5d677c50c5e/a40a3836-6b97-5695-9170-a5d677c50c5e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97926,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5650859/general/fa6f9ff0-f74f-4b5c-a980-9e65ab60a6a2.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a40a3836-6b97-5695-9170-a5d677c50c5e/a40a3836-6b97-5695-9170-a5d677c50c5e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107531,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5650859/general/c7c93188-b7cf-400e-a417-2168a14ce594.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a40a3836-6b97-5695-9170-a5d677c50c5e/a40a3836-6b97-5695-9170-a5d677c50c5e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81627,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5650859/general/fedbf9fc-0c86-4e63-bb14-9dda93811c99.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a40a3836-6b97-5695-9170-a5d677c50c5e/a40a3836-6b97-5695-9170-a5d677c50c5e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102840,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5650859/general/48af9e7d-30d5-486d-b9f8-da42f6360b28.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a40a3836-6b97-5695-9170-a5d677c50c5e/a40a3836-6b97-5695-9170-a5d677c50c5e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 455142,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5650859/general/edd5e7fb-de13-4383-87ce-3b5c364e6824.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a40a3836-6b97-5695-9170-a5d677c50c5e/a40a3836-6b97-5695-9170-a5d677c50c5e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 420373,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5650859/general/2b1938bf-a987-46fd-b61a-73f7d1e83bbe.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a40a3836-6b97-5695-9170-a5d677c50c5e/a40a3836-6b97-5695-9170-a5d677c50c5e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 296030,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5650859/general/8988706a-4c76-403d-8edb-ca8ae06b59d3.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a40a3836-6b97-5695-9170-a5d677c50c5e/a40a3836-6b97-5695-9170-a5d677c50c5e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90182,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5650859/general/0cf48d6f-21b4-47c5-affd-426a3aa5ab4a.jpg',
'Width': 640}],
'price': 14900,
'price_includes_vat': True,
'registration_date': '2025-12-31',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Mokka-e 51 kWh GS Line - Electric - Automatic - 136 hp - '
'DP75SWZ - 10 mi',
'transmission': 'automatic',
'trim': 'GS Line',
'vin': None,
'year': 2025}
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716408%27 HTTP/1.1" 200 None
2026-03-24 10:35:08 [adesa.uk] INFO: Saving data for 10716408: {'created_time': 1774348508.302768, 'last_price_update_time': 1774348508.302779, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716408') HTTP/1.1" 204 0
2026-03-24 10:35:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8ee1047-88a5-5bed-a09e-bec78570cb37 with identifier: 10716379
2026-03-24 10:35:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8ee1047-88a5-5bed-a09e-bec78570cb37 with scrape type 1
2026-03-24 10:35:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a8ee1047-88a5-5bed-a09e-bec78570cb37
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5512535%252Fgeneral%252Fe691df83-5ac2-4d9f-acbc-602a2fb43a58.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5512535/general/e691df83-5ac2-4d9f-acbc-602a2fb43a58.jpg already downloaded
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5512535%252Fgeneral%252Fb8012f53-f5ba-431f-a4c2-c37fa2816611.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5512535/general/b8012f53-f5ba-431f-a4c2-c37fa2816611.jpg already downloaded
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5512535%252Fgeneral%252F2d4831c0-efc8-463a-ac50-6b99b3eb75e1.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5512535/general/2d4831c0-efc8-463a-ac50-6b99b3eb75e1.jpg already downloaded
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5512535%252Fgeneral%252F58630366-d7d8-4a2e-bf76-203d793a65f9.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5512535/general/58630366-d7d8-4a2e-bf76-203d793a65f9.jpg already downloaded
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5512535%252Fgeneral%252Fdaa17df7-f784-44d4-afbb-91de90f2382e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5512535/general/daa17df7-f784-44d4-afbb-91de90f2382e.jpg already downloaded
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5512535%252Fgeneral%252Fad87d248-1ea2-48ab-b8dc-4c46ce4e6767.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5512535/general/ad87d248-1ea2-48ab-b8dc-4c46ce4e6767.jpg already downloaded
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5512535%252Fgeneral%252F1db67551-3211-42e3-a227-9f79d1714114.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5512535/general/1db67551-3211-42e3-a227-9f79d1714114.jpg already downloaded
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5512535%252Fgeneral%252F744d6758-0a50-4f26-919c-6c971cfa00f4.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5512535/general/744d6758-0a50-4f26-919c-6c971cfa00f4.jpg already downloaded
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5512535%252Fgeneral%252Fd0ff9d8c-8a17-493d-a211-0738f3b7787a.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5512535/general/d0ff9d8c-8a17-493d-a211-0738f3b7787a.jpg already downloaded
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5512535%252Fgeneral%252Fcacd68d1-525e-43a3-b856-7f2a2973c25c.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5512535/general/cacd68d1-525e-43a3-b856-7f2a2973c25c.jpg already downloaded
2026-03-24 10:35:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: a8ee1047-88a5-5bed-a09e-bec78570cb37, identifier: 10716379
2026-03-24 10:35:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716384> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: a8ee1047-88a5-5bed-a09e-bec78570cb37 with identifier: 10716379
2026-03-24 10:35:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: a8ee1047-88a5-5bed-a09e-bec78570cb37 with identifier: 10716379
2026-03-24 10:35:08 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: a8ee1047-88a5-5bed-a09e-bec78570cb37 with identifier: 10716379 to the API
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716379>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': 150,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': 'a8ee1047-88a5-5bed-a09e-bec78570cb37',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MK72TVM',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716379',
'listing': 'auction',
'location': 'Barnoldswick',
'make': 'Volkswagen',
'model': 'T-ROC',
'odometer': 32000,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 16,
'photo_urls': ['https://images.openlane.eu/carimgs/5512535/general/e691df83-5ac2-4d9f-acbc-602a2fb43a58.jpg',
'https://images.openlane.eu/carimgs/5512535/general/b8012f53-f5ba-431f-a4c2-c37fa2816611.jpg',
'https://images.openlane.eu/carimgs/5512535/general/2d4831c0-efc8-463a-ac50-6b99b3eb75e1.jpg',
'https://images.openlane.eu/carimgs/5512535/general/58630366-d7d8-4a2e-bf76-203d793a65f9.jpg',
'https://images.openlane.eu/carimgs/5512535/general/daa17df7-f784-44d4-afbb-91de90f2382e.jpg',
'https://images.openlane.eu/carimgs/5512535/general/ad87d248-1ea2-48ab-b8dc-4c46ce4e6767.jpg',
'https://images.openlane.eu/carimgs/5512535/general/1db67551-3211-42e3-a227-9f79d1714114.jpg',
'https://images.openlane.eu/carimgs/5512535/general/744d6758-0a50-4f26-919c-6c971cfa00f4.jpg',
'https://images.openlane.eu/carimgs/5512535/general/d0ff9d8c-8a17-493d-a211-0738f3b7787a.jpg',
'https://images.openlane.eu/carimgs/5512535/general/cacd68d1-525e-43a3-b856-7f2a2973c25c.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8ee1047-88a5-5bed-a09e-bec78570cb37/a8ee1047-88a5-5bed-a09e-bec78570cb37_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158273,
'Height': 501,
'OriginUrl': 'https://images.openlane.eu/carimgs/5512535/general/e691df83-5ac2-4d9f-acbc-602a2fb43a58.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8ee1047-88a5-5bed-a09e-bec78570cb37/a8ee1047-88a5-5bed-a09e-bec78570cb37_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 174806,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5512535/general/b8012f53-f5ba-431f-a4c2-c37fa2816611.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8ee1047-88a5-5bed-a09e-bec78570cb37/a8ee1047-88a5-5bed-a09e-bec78570cb37_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 169837,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5512535/general/2d4831c0-efc8-463a-ac50-6b99b3eb75e1.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8ee1047-88a5-5bed-a09e-bec78570cb37/a8ee1047-88a5-5bed-a09e-bec78570cb37_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 172865,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5512535/general/58630366-d7d8-4a2e-bf76-203d793a65f9.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8ee1047-88a5-5bed-a09e-bec78570cb37/a8ee1047-88a5-5bed-a09e-bec78570cb37_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 141243,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5512535/general/daa17df7-f784-44d4-afbb-91de90f2382e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8ee1047-88a5-5bed-a09e-bec78570cb37/a8ee1047-88a5-5bed-a09e-bec78570cb37_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 195678,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5512535/general/ad87d248-1ea2-48ab-b8dc-4c46ce4e6767.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8ee1047-88a5-5bed-a09e-bec78570cb37/a8ee1047-88a5-5bed-a09e-bec78570cb37_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107847,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5512535/general/1db67551-3211-42e3-a227-9f79d1714114.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8ee1047-88a5-5bed-a09e-bec78570cb37/a8ee1047-88a5-5bed-a09e-bec78570cb37_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96156,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5512535/general/744d6758-0a50-4f26-919c-6c971cfa00f4.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8ee1047-88a5-5bed-a09e-bec78570cb37/a8ee1047-88a5-5bed-a09e-bec78570cb37_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113927,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5512535/general/d0ff9d8c-8a17-493d-a211-0738f3b7787a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8ee1047-88a5-5bed-a09e-bec78570cb37/a8ee1047-88a5-5bed-a09e-bec78570cb37_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126688,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5512535/general/cacd68d1-525e-43a3-b856-7f2a2973c25c.jpg',
'Width': 800}],
'price': 20200,
'price_includes_vat': True,
'registration_date': '2022-09-08',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen T-ROC 1.5 TSI R-Line - Petrol - Automatic - 150 hp - '
'MK72TVM - 32,000 mi',
'transmission': 'automatic',
'trim': 'R-Line',
'vin': None,
'year': 2022}
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716379%27 HTTP/1.1" 200 None
2026-03-24 10:35:08 [adesa.uk] INFO: Saving data for 10716379: {'created_time': 1774348508.902103, 'last_price_update_time': 1774348508.902114, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716379') HTTP/1.1" 204 0
2026-03-24 10:35:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3a79334-6bd6-5245-b21d-cd154c69678e with identifier: 10716384
2026-03-24 10:35:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3a79334-6bd6-5245-b21d-cd154c69678e with scrape type 1
2026-03-24 10:35:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a3a79334-6bd6-5245-b21d-cd154c69678e
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5517033%252Fgeneral%252F73e47a0b-454a-4162-9597-f36d0859d5a7.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5517033/general/73e47a0b-454a-4162-9597-f36d0859d5a7.jpg already downloaded
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5517033%252Fgeneral%252F9747d38d-7b5a-4baa-8d1b-5f5822dbd373.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5517033/general/9747d38d-7b5a-4baa-8d1b-5f5822dbd373.jpg already downloaded
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5517033%252Fgeneral%252F26dda344-c911-4dd5-be4f-81847fcd0f75.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5517033/general/26dda344-c911-4dd5-be4f-81847fcd0f75.jpg already downloaded
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5517033%252Fgeneral%252F9708e16b-0f0e-46f4-ac62-49fd0b21d661.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5517033/general/9708e16b-0f0e-46f4-ac62-49fd0b21d661.jpg already downloaded
2026-03-24 10:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5517033%252Fgeneral%252F29e0751b-7796-45f2-a24e-d43e7bde1d8d.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5517033/general/29e0751b-7796-45f2-a24e-d43e7bde1d8d.jpg already downloaded
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5517033%252Fgeneral%252Fffd96299-e414-42a0-87e3-6dd173800fb6.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5517033/general/ffd96299-e414-42a0-87e3-6dd173800fb6.jpg already downloaded
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5517033%252Fgeneral%252F89a92d80-1f17-4b0c-9d7d-805554483dce.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5517033/general/89a92d80-1f17-4b0c-9d7d-805554483dce.jpg already downloaded
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5517033%252Fgeneral%252F782e59e8-279f-40be-ab3e-2a700fb26952.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5517033/general/782e59e8-279f-40be-ab3e-2a700fb26952.jpg already downloaded
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5517033%252Fgeneral%252Fcd94d3ef-3a08-4609-a252-7599cdf1ae32.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5517033/general/cd94d3ef-3a08-4609-a252-7599cdf1ae32.jpg already downloaded
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5517033%252Fgeneral%252F3c479781-16d3-4cad-b29d-3f075e1ae43e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5517033/general/3c479781-16d3-4cad-b29d-3f075e1ae43e.jpg already downloaded
2026-03-24 10:35:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: a3a79334-6bd6-5245-b21d-cd154c69678e, identifier: 10716384
2026-03-24 10:35:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: a3a79334-6bd6-5245-b21d-cd154c69678e with identifier: 10716384
2026-03-24 10:35:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: a3a79334-6bd6-5245-b21d-cd154c69678e with identifier: 10716384
2026-03-24 10:35:09 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: a3a79334-6bd6-5245-b21d-cd154c69678e with identifier: 10716384 to the API
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716384>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'engine_horse_power': 116,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': 'a3a79334-6bd6-5245-b21d-cd154c69678e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'BT24NVF',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716384',
'listing': 'auction',
'location': 'Upminster',
'make': 'Volkswagen',
'model': 'T-Cross',
'odometer': 26275,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 19,
'photo_urls': ['https://images.openlane.eu/carimgs/5517033/general/73e47a0b-454a-4162-9597-f36d0859d5a7.jpg',
'https://images.openlane.eu/carimgs/5517033/general/9747d38d-7b5a-4baa-8d1b-5f5822dbd373.jpg',
'https://images.openlane.eu/carimgs/5517033/general/26dda344-c911-4dd5-be4f-81847fcd0f75.jpg',
'https://images.openlane.eu/carimgs/5517033/general/9708e16b-0f0e-46f4-ac62-49fd0b21d661.jpg',
'https://images.openlane.eu/carimgs/5517033/general/29e0751b-7796-45f2-a24e-d43e7bde1d8d.jpg',
'https://images.openlane.eu/carimgs/5517033/general/ffd96299-e414-42a0-87e3-6dd173800fb6.jpg',
'https://images.openlane.eu/carimgs/5517033/general/89a92d80-1f17-4b0c-9d7d-805554483dce.jpg',
'https://images.openlane.eu/carimgs/5517033/general/782e59e8-279f-40be-ab3e-2a700fb26952.jpg',
'https://images.openlane.eu/carimgs/5517033/general/cd94d3ef-3a08-4609-a252-7599cdf1ae32.jpg',
'https://images.openlane.eu/carimgs/5517033/general/3c479781-16d3-4cad-b29d-3f075e1ae43e.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3a79334-6bd6-5245-b21d-cd154c69678e/a3a79334-6bd6-5245-b21d-cd154c69678e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 68730,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5517033/general/73e47a0b-454a-4162-9597-f36d0859d5a7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3a79334-6bd6-5245-b21d-cd154c69678e/a3a79334-6bd6-5245-b21d-cd154c69678e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 69617,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5517033/general/9747d38d-7b5a-4baa-8d1b-5f5822dbd373.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3a79334-6bd6-5245-b21d-cd154c69678e/a3a79334-6bd6-5245-b21d-cd154c69678e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 69419,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5517033/general/26dda344-c911-4dd5-be4f-81847fcd0f75.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3a79334-6bd6-5245-b21d-cd154c69678e/a3a79334-6bd6-5245-b21d-cd154c69678e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 66816,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5517033/general/9708e16b-0f0e-46f4-ac62-49fd0b21d661.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3a79334-6bd6-5245-b21d-cd154c69678e/a3a79334-6bd6-5245-b21d-cd154c69678e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57093,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5517033/general/29e0751b-7796-45f2-a24e-d43e7bde1d8d.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3a79334-6bd6-5245-b21d-cd154c69678e/a3a79334-6bd6-5245-b21d-cd154c69678e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57660,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5517033/general/ffd96299-e414-42a0-87e3-6dd173800fb6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3a79334-6bd6-5245-b21d-cd154c69678e/a3a79334-6bd6-5245-b21d-cd154c69678e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64154,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5517033/general/89a92d80-1f17-4b0c-9d7d-805554483dce.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3a79334-6bd6-5245-b21d-cd154c69678e/a3a79334-6bd6-5245-b21d-cd154c69678e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 59019,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5517033/general/782e59e8-279f-40be-ab3e-2a700fb26952.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3a79334-6bd6-5245-b21d-cd154c69678e/a3a79334-6bd6-5245-b21d-cd154c69678e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75991,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5517033/general/cd94d3ef-3a08-4609-a252-7599cdf1ae32.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3a79334-6bd6-5245-b21d-cd154c69678e/a3a79334-6bd6-5245-b21d-cd154c69678e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88815,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5517033/general/3c479781-16d3-4cad-b29d-3f075e1ae43e.jpg',
'Width': 1024}],
'price': 19400,
'price_includes_vat': True,
'registration_date': '2024-05-21',
'seats_number': 5,
'seller_name': 'Retail Ready',
'title': 'Volkswagen T-Cross 1.0 TSI R-Line - Petrol - Automatic - 116 hp - '
'BT24NVF - 26,275 mi',
'transmission': 'automatic',
'trim': 'R-Line',
'vin': None,
'year': 2024}
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716384%27 HTTP/1.1" 200 None
2026-03-24 10:35:09 [adesa.uk] INFO: Saving data for 10716384: {'created_time': 1774348509.512226, 'last_price_update_time': 1774348509.512237, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716384') HTTP/1.1" 204 0
2026-03-24 10:35:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716398> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb6383ce-2f6b-53fc-9b69-99e40a831eba with identifier: 10716398
2026-03-24 10:35:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb6383ce-2f6b-53fc-9b69-99e40a831eba with scrape type 1
2026-03-24 10:35:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item bb6383ce-2f6b-53fc-9b69-99e40a831eba
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5580848%252Fgeneral%252Fccddb276-2488-4591-95f5-72d25fe52810.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5580848/general/ccddb276-2488-4591-95f5-72d25fe52810.jpg already downloaded
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5580848%252Fgeneral%252Fa4b75db7-2570-4c44-9ee4-22bffabe5b0a.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5580848/general/a4b75db7-2570-4c44-9ee4-22bffabe5b0a.jpg already downloaded
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5580848%252Fgeneral%252F34354812-0482-407c-bfc1-f5c9c65c318c.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5580848/general/34354812-0482-407c-bfc1-f5c9c65c318c.jpg already downloaded
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5580848%252Fgeneral%252F262b80f1-2975-42e2-b4ac-7ea5e0f2a2cc.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5580848/general/262b80f1-2975-42e2-b4ac-7ea5e0f2a2cc.jpg already downloaded
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5580848%252Fgeneral%252F733af2b4-e472-44ac-a21f-c549d14fc356.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5580848/general/733af2b4-e472-44ac-a21f-c549d14fc356.jpg already downloaded
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5580848%252Fgeneral%252F07587f56-73dc-4b1a-b065-608041be55a9.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5580848/general/07587f56-73dc-4b1a-b065-608041be55a9.jpg already downloaded
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5580848%252Fgeneral%252Fcf12564a-9613-484d-a4ba-579336a80361.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5580848/general/cf12564a-9613-484d-a4ba-579336a80361.jpg already downloaded
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5580848%252Fgeneral%252Fdc655816-6975-43df-8060-af3dd57a4e3a.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5580848/general/dc655816-6975-43df-8060-af3dd57a4e3a.jpg already downloaded
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5580848%252Fgeneral%252F47a9ed27-51aa-4368-af3a-0259a9e500fd.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5580848/general/47a9ed27-51aa-4368-af3a-0259a9e500fd.jpg already downloaded
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5580848%252Fgeneral%252F9fb2d595-c015-490e-9f7c-fbcc91ed3c35.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5580848/general/9fb2d595-c015-490e-9f7c-fbcc91ed3c35.jpg already downloaded
2026-03-24 10:35:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: bb6383ce-2f6b-53fc-9b69-99e40a831eba, identifier: 10716398
2026-03-24 10:35:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: bb6383ce-2f6b-53fc-9b69-99e40a831eba with identifier: 10716398
2026-03-24 10:35:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: bb6383ce-2f6b-53fc-9b69-99e40a831eba with identifier: 10716398
2026-03-24 10:35:10 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: bb6383ce-2f6b-53fc-9b69-99e40a831eba with identifier: 10716398 to the API
2026-03-24 10:35:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716398>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Electric',
'id': 'bb6383ce-2f6b-53fc-9b69-99e40a831eba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LL24GHK',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716398',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 7728,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 18,
'photo_urls': ['https://images.openlane.eu/carimgs/5580848/general/ccddb276-2488-4591-95f5-72d25fe52810.jpg',
'https://images.openlane.eu/carimgs/5580848/general/a4b75db7-2570-4c44-9ee4-22bffabe5b0a.jpg',
'https://images.openlane.eu/carimgs/5580848/general/34354812-0482-407c-bfc1-f5c9c65c318c.jpg',
'https://images.openlane.eu/carimgs/5580848/general/262b80f1-2975-42e2-b4ac-7ea5e0f2a2cc.jpg',
'https://images.openlane.eu/carimgs/5580848/general/733af2b4-e472-44ac-a21f-c549d14fc356.jpg',
'https://images.openlane.eu/carimgs/5580848/general/07587f56-73dc-4b1a-b065-608041be55a9.jpg',
'https://images.openlane.eu/carimgs/5580848/general/cf12564a-9613-484d-a4ba-579336a80361.jpg',
'https://images.openlane.eu/carimgs/5580848/general/dc655816-6975-43df-8060-af3dd57a4e3a.jpg',
'https://images.openlane.eu/carimgs/5580848/general/47a9ed27-51aa-4368-af3a-0259a9e500fd.jpg',
'https://images.openlane.eu/carimgs/5580848/general/9fb2d595-c015-490e-9f7c-fbcc91ed3c35.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb6383ce-2f6b-53fc-9b69-99e40a831eba/bb6383ce-2f6b-53fc-9b69-99e40a831eba_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31498,
'Height': 340,
'OriginUrl': 'https://images.openlane.eu/carimgs/5580848/general/ccddb276-2488-4591-95f5-72d25fe52810.jpg',
'Width': 453},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb6383ce-2f6b-53fc-9b69-99e40a831eba/bb6383ce-2f6b-53fc-9b69-99e40a831eba_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 304304,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5580848/general/a4b75db7-2570-4c44-9ee4-22bffabe5b0a.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb6383ce-2f6b-53fc-9b69-99e40a831eba/bb6383ce-2f6b-53fc-9b69-99e40a831eba_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 245216,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5580848/general/34354812-0482-407c-bfc1-f5c9c65c318c.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb6383ce-2f6b-53fc-9b69-99e40a831eba/bb6383ce-2f6b-53fc-9b69-99e40a831eba_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 296561,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5580848/general/262b80f1-2975-42e2-b4ac-7ea5e0f2a2cc.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb6383ce-2f6b-53fc-9b69-99e40a831eba/bb6383ce-2f6b-53fc-9b69-99e40a831eba_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 318816,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5580848/general/733af2b4-e472-44ac-a21f-c549d14fc356.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb6383ce-2f6b-53fc-9b69-99e40a831eba/bb6383ce-2f6b-53fc-9b69-99e40a831eba_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 197120,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5580848/general/07587f56-73dc-4b1a-b065-608041be55a9.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb6383ce-2f6b-53fc-9b69-99e40a831eba/bb6383ce-2f6b-53fc-9b69-99e40a831eba_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 195133,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5580848/general/cf12564a-9613-484d-a4ba-579336a80361.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb6383ce-2f6b-53fc-9b69-99e40a831eba/bb6383ce-2f6b-53fc-9b69-99e40a831eba_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 211804,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5580848/general/dc655816-6975-43df-8060-af3dd57a4e3a.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb6383ce-2f6b-53fc-9b69-99e40a831eba/bb6383ce-2f6b-53fc-9b69-99e40a831eba_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 160547,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5580848/general/47a9ed27-51aa-4368-af3a-0259a9e500fd.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb6383ce-2f6b-53fc-9b69-99e40a831eba/bb6383ce-2f6b-53fc-9b69-99e40a831eba_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 125946,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5580848/general/9fb2d595-c015-490e-9f7c-fbcc91ed3c35.jpg',
'Width': 1440}],
'price': 10900,
'price_includes_vat': True,
'registration_date': '2024-04-30',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Mokka-e 51 kWh Design - Electric - Automatic - 136 hp - '
'LL24GHK - 7,728 mi',
'transmission': 'automatic',
'trim': 'Design',
'vin': None,
'year': 2024}
2026-03-24 10:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716398%27 HTTP/1.1" 200 None
2026-03-24 10:35:10 [adesa.uk] INFO: Saving data for 10716398: {'created_time': 1774348510.354127, 'last_price_update_time': 1774348510.354141, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716398') HTTP/1.1" 204 0
2026-03-24 10:35:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716372> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716417> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33dc11c7-55da-5735-9271-557ed4e9ac51 with identifier: 10716372
2026-03-24 10:35:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33dc11c7-55da-5735-9271-557ed4e9ac51 with scrape type 1
2026-03-24 10:35:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 33dc11c7-55da-5735-9271-557ed4e9ac51
2026-03-24 10:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5490248%252Fgeneral%252F23eb24e2-a5f3-40d5-a2df-8ed23e4d1897.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5490248/general/23eb24e2-a5f3-40d5-a2df-8ed23e4d1897.jpg already downloaded
2026-03-24 10:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5490248%252Fgeneral%252F0b49d580-9729-47ce-b535-f06b4549aa2b.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5490248/general/0b49d580-9729-47ce-b535-f06b4549aa2b.jpg already downloaded
2026-03-24 10:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5490248%252Fgeneral%252F13cc6e10-2b3c-4563-a569-95614adfe1d0.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5490248/general/13cc6e10-2b3c-4563-a569-95614adfe1d0.jpg already downloaded
2026-03-24 10:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5490248%252Fgeneral%252F55ff3971-3757-4ac4-aa9b-f22cba5e25ed.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5490248/general/55ff3971-3757-4ac4-aa9b-f22cba5e25ed.jpg already downloaded
2026-03-24 10:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5490248%252Fgeneral%252Fd75db44b-b909-4890-81ef-85ea2464a1de.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5490248/general/d75db44b-b909-4890-81ef-85ea2464a1de.jpg already downloaded
2026-03-24 10:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5490248%252Fgeneral%252Fb11f4433-7939-4430-b07f-1bd1b1b7fb40.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5490248/general/b11f4433-7939-4430-b07f-1bd1b1b7fb40.jpg already downloaded
2026-03-24 10:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5490248%252Fgeneral%252F76fe7bfb-d231-42d9-851b-455ce45c2311.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5490248/general/76fe7bfb-d231-42d9-851b-455ce45c2311.jpg already downloaded
2026-03-24 10:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5490248%252Fgeneral%252Fe548ce36-3cc4-4665-80b8-1c6269afd809.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5490248/general/e548ce36-3cc4-4665-80b8-1c6269afd809.jpg already downloaded
2026-03-24 10:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5490248%252Fgeneral%252F41ad0088-e5e3-4f84-b539-1e5286f2b62b.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5490248/general/41ad0088-e5e3-4f84-b539-1e5286f2b62b.jpg already downloaded
2026-03-24 10:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5490248%252Fgeneral%252F1b9f8199-4c0b-441f-b867-f8fa12f66b55.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5490248/general/1b9f8199-4c0b-441f-b867-f8fa12f66b55.jpg already downloaded
2026-03-24 10:35:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 33dc11c7-55da-5735-9271-557ed4e9ac51, identifier: 10716372
2026-03-24 10:35:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 33dc11c7-55da-5735-9271-557ed4e9ac51 with identifier: 10716372
2026-03-24 10:35:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 33dc11c7-55da-5735-9271-557ed4e9ac51 with identifier: 10716372
2026-03-24 10:35:10 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 33dc11c7-55da-5735-9271-557ed4e9ac51 with identifier: 10716372 to the API
2026-03-24 10:35:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716372>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 136,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Hybrid',
'id': '33dc11c7-55da-5735-9271-557ed4e9ac51',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DY25PKZ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716372',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Grandland',
'odometer': 7465,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 26,
'photo_urls': ['https://images.openlane.eu/carimgs/5490248/general/23eb24e2-a5f3-40d5-a2df-8ed23e4d1897.jpg',
'https://images.openlane.eu/carimgs/5490248/general/0b49d580-9729-47ce-b535-f06b4549aa2b.jpg',
'https://images.openlane.eu/carimgs/5490248/general/13cc6e10-2b3c-4563-a569-95614adfe1d0.jpg',
'https://images.openlane.eu/carimgs/5490248/general/55ff3971-3757-4ac4-aa9b-f22cba5e25ed.jpg',
'https://images.openlane.eu/carimgs/5490248/general/d75db44b-b909-4890-81ef-85ea2464a1de.jpg',
'https://images.openlane.eu/carimgs/5490248/general/b11f4433-7939-4430-b07f-1bd1b1b7fb40.jpg',
'https://images.openlane.eu/carimgs/5490248/general/76fe7bfb-d231-42d9-851b-455ce45c2311.jpg',
'https://images.openlane.eu/carimgs/5490248/general/e548ce36-3cc4-4665-80b8-1c6269afd809.jpg',
'https://images.openlane.eu/carimgs/5490248/general/41ad0088-e5e3-4f84-b539-1e5286f2b62b.jpg',
'https://images.openlane.eu/carimgs/5490248/general/1b9f8199-4c0b-441f-b867-f8fa12f66b55.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33dc11c7-55da-5735-9271-557ed4e9ac51/33dc11c7-55da-5735-9271-557ed4e9ac51_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97494,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5490248/general/23eb24e2-a5f3-40d5-a2df-8ed23e4d1897.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33dc11c7-55da-5735-9271-557ed4e9ac51/33dc11c7-55da-5735-9271-557ed4e9ac51_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90432,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5490248/general/0b49d580-9729-47ce-b535-f06b4549aa2b.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33dc11c7-55da-5735-9271-557ed4e9ac51/33dc11c7-55da-5735-9271-557ed4e9ac51_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112707,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5490248/general/13cc6e10-2b3c-4563-a569-95614adfe1d0.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33dc11c7-55da-5735-9271-557ed4e9ac51/33dc11c7-55da-5735-9271-557ed4e9ac51_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97011,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5490248/general/55ff3971-3757-4ac4-aa9b-f22cba5e25ed.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33dc11c7-55da-5735-9271-557ed4e9ac51/33dc11c7-55da-5735-9271-557ed4e9ac51_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83947,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5490248/general/d75db44b-b909-4890-81ef-85ea2464a1de.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33dc11c7-55da-5735-9271-557ed4e9ac51/33dc11c7-55da-5735-9271-557ed4e9ac51_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99205,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5490248/general/b11f4433-7939-4430-b07f-1bd1b1b7fb40.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33dc11c7-55da-5735-9271-557ed4e9ac51/33dc11c7-55da-5735-9271-557ed4e9ac51_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91254,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5490248/general/76fe7bfb-d231-42d9-851b-455ce45c2311.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33dc11c7-55da-5735-9271-557ed4e9ac51/33dc11c7-55da-5735-9271-557ed4e9ac51_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78392,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5490248/general/e548ce36-3cc4-4665-80b8-1c6269afd809.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33dc11c7-55da-5735-9271-557ed4e9ac51/33dc11c7-55da-5735-9271-557ed4e9ac51_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82477,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5490248/general/41ad0088-e5e3-4f84-b539-1e5286f2b62b.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33dc11c7-55da-5735-9271-557ed4e9ac51/33dc11c7-55da-5735-9271-557ed4e9ac51_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106772,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5490248/general/1b9f8199-4c0b-441f-b867-f8fa12f66b55.jpg',
'Width': 960}],
'price': 20400,
'price_includes_vat': True,
'registration_date': '2025-03-31',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Grandland 1.2 Ultimate - Hybrid - Automatic - 136 hp - '
'DY25PKZ - 7,465 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716372%27 HTTP/1.1" 200 None
2026-03-24 10:35:11 [adesa.uk] INFO: Saving data for 10716372: {'created_time': 1774348511.069889, 'last_price_update_time': 1774348511.069899, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716372') HTTP/1.1" 204 0
2026-03-24 10:35:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716367> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1cc41bf-78ca-54f3-869a-760e15e876d4 with identifier: 10716417
2026-03-24 10:35:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1cc41bf-78ca-54f3-869a-760e15e876d4 with scrape type 1
2026-03-24 10:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b1cc41bf-78ca-54f3-869a-760e15e876d4
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677350%252Fgeneral%252F69e80707-282e-4c39-82fe-b0154ed0b813.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677350/general/69e80707-282e-4c39-82fe-b0154ed0b813.jpg already downloaded
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677350%252Fgeneral%252Fd1a12bde-a33a-45a1-9bd4-d6967c86a737.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677350/general/d1a12bde-a33a-45a1-9bd4-d6967c86a737.jpg already downloaded
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677350%252Fgeneral%252Fbe70dde2-9ba8-43a8-8218-202cabdb94fe.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677350/general/be70dde2-9ba8-43a8-8218-202cabdb94fe.jpg already downloaded
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677350%252Fgeneral%252F884aa8c7-b832-4c2f-bd21-b72d85802463.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677350/general/884aa8c7-b832-4c2f-bd21-b72d85802463.jpg already downloaded
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677350%252Fgeneral%252Fb8eb1bb1-e32b-4b0f-a156-58c1a8dac1b9.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677350/general/b8eb1bb1-e32b-4b0f-a156-58c1a8dac1b9.jpg already downloaded
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677350%252Fgeneral%252F9eb939b9-a98e-441c-b52b-7c1455ec4ed1.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677350/general/9eb939b9-a98e-441c-b52b-7c1455ec4ed1.jpg already downloaded
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677350%252Fgeneral%252Fb08e2fb8-d4b3-4dda-b561-fd405d90bbd7.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677350/general/b08e2fb8-d4b3-4dda-b561-fd405d90bbd7.jpg already downloaded
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677350%252Fgeneral%252F1a133b2b-213c-4b5d-bf54-708a35608516.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677350/general/1a133b2b-213c-4b5d-bf54-708a35608516.jpg already downloaded
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677350%252Fgeneral%252Fa0332de1-3fd3-4c10-8d77-031ef71f4e8e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677350/general/a0332de1-3fd3-4c10-8d77-031ef71f4e8e.jpg already downloaded
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677350%252Fgeneral%252F83c256cf-3122-49a0-80e0-f873b71516d3.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677350/general/83c256cf-3122-49a0-80e0-f873b71516d3.jpg already downloaded
2026-03-24 10:35:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: b1cc41bf-78ca-54f3-869a-760e15e876d4, identifier: 10716417
2026-03-24 10:35:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: b1cc41bf-78ca-54f3-869a-760e15e876d4 with identifier: 10716417
2026-03-24 10:35:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: b1cc41bf-78ca-54f3-869a-760e15e876d4 with identifier: 10716417
2026-03-24 10:35:11 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: b1cc41bf-78ca-54f3-869a-760e15e876d4 with identifier: 10716417 to the API
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716417>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'engine_horse_power': 226,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Hybrid',
'id': 'b1cc41bf-78ca-54f3-869a-760e15e876d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DP75SXH',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716417',
'listing': 'auction',
'location': 'Stoke-on-Trent',
'make': 'Vauxhall',
'model': 'Grandland',
'odometer': 15,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 13,
'photo_urls': ['https://images.openlane.eu/carimgs/5677350/general/69e80707-282e-4c39-82fe-b0154ed0b813.jpg',
'https://images.openlane.eu/carimgs/5677350/general/d1a12bde-a33a-45a1-9bd4-d6967c86a737.jpg',
'https://images.openlane.eu/carimgs/5677350/general/be70dde2-9ba8-43a8-8218-202cabdb94fe.jpg',
'https://images.openlane.eu/carimgs/5677350/general/884aa8c7-b832-4c2f-bd21-b72d85802463.jpg',
'https://images.openlane.eu/carimgs/5677350/general/b8eb1bb1-e32b-4b0f-a156-58c1a8dac1b9.jpg',
'https://images.openlane.eu/carimgs/5677350/general/9eb939b9-a98e-441c-b52b-7c1455ec4ed1.jpg',
'https://images.openlane.eu/carimgs/5677350/general/b08e2fb8-d4b3-4dda-b561-fd405d90bbd7.jpg',
'https://images.openlane.eu/carimgs/5677350/general/1a133b2b-213c-4b5d-bf54-708a35608516.jpg',
'https://images.openlane.eu/carimgs/5677350/general/a0332de1-3fd3-4c10-8d77-031ef71f4e8e.jpg',
'https://images.openlane.eu/carimgs/5677350/general/83c256cf-3122-49a0-80e0-f873b71516d3.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b1cc41bf-78ca-54f3-869a-760e15e876d4/b1cc41bf-78ca-54f3-869a-760e15e876d4_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102214,
'Height': 553,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677350/general/69e80707-282e-4c39-82fe-b0154ed0b813.jpg',
'Width': 819},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b1cc41bf-78ca-54f3-869a-760e15e876d4/b1cc41bf-78ca-54f3-869a-760e15e876d4_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119931,
'Height': 629,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677350/general/d1a12bde-a33a-45a1-9bd4-d6967c86a737.jpg',
'Width': 819},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b1cc41bf-78ca-54f3-869a-760e15e876d4/b1cc41bf-78ca-54f3-869a-760e15e876d4_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108865,
'Height': 568,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677350/general/be70dde2-9ba8-43a8-8218-202cabdb94fe.jpg',
'Width': 819},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b1cc41bf-78ca-54f3-869a-760e15e876d4/b1cc41bf-78ca-54f3-869a-760e15e876d4_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88520,
'Height': 470,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677350/general/884aa8c7-b832-4c2f-bd21-b72d85802463.jpg',
'Width': 819},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b1cc41bf-78ca-54f3-869a-760e15e876d4/b1cc41bf-78ca-54f3-869a-760e15e876d4_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104591,
'Height': 469,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677350/general/b8eb1bb1-e32b-4b0f-a156-58c1a8dac1b9.jpg',
'Width': 1075},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b1cc41bf-78ca-54f3-869a-760e15e876d4/b1cc41bf-78ca-54f3-869a-760e15e876d4_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113034,
'Height': 489,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677350/general/9eb939b9-a98e-441c-b52b-7c1455ec4ed1.jpg',
'Width': 992},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b1cc41bf-78ca-54f3-869a-760e15e876d4/b1cc41bf-78ca-54f3-869a-760e15e876d4_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 207340,
'Height': 819,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677350/general/b08e2fb8-d4b3-4dda-b561-fd405d90bbd7.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b1cc41bf-78ca-54f3-869a-760e15e876d4/b1cc41bf-78ca-54f3-869a-760e15e876d4_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 138799,
'Height': 819,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677350/general/1a133b2b-213c-4b5d-bf54-708a35608516.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b1cc41bf-78ca-54f3-869a-760e15e876d4/b1cc41bf-78ca-54f3-869a-760e15e876d4_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 166333,
'Height': 819,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677350/general/a0332de1-3fd3-4c10-8d77-031ef71f4e8e.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b1cc41bf-78ca-54f3-869a-760e15e876d4/b1cc41bf-78ca-54f3-869a-760e15e876d4_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 260269,
'Height': 2000,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677350/general/83c256cf-3122-49a0-80e0-f873b71516d3.jpg',
'Width': 819}],
'price': 20400,
'price_includes_vat': True,
'registration_date': '2025-12-31',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Grandland 1.6 Ultimate - Hybrid - Automatic - 226 hp - '
'DP75SXH - 15 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716417%27 HTTP/1.1" 200 None
2026-03-24 10:35:11 [adesa.uk] INFO: Saving data for 10716417: {'created_time': 1774348511.765308, 'last_price_update_time': 1774348511.765321, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716417') HTTP/1.1" 204 0
2026-03-24 10:35:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f34e619-4b3c-5db4-a487-7bf859b3cfe6 with identifier: 10716367
2026-03-24 10:35:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f34e619-4b3c-5db4-a487-7bf859b3cfe6 with scrape type 1
2026-03-24 10:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0f34e619-4b3c-5db4-a487-7bf859b3cfe6
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5417165%252Fgeneral%252F0011645c-1307-4f7a-8bc4-f5f087597571.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5417165/general/0011645c-1307-4f7a-8bc4-f5f087597571.jpg already downloaded
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5417165%252Fgeneral%252Fbaeecd76-b1d3-4bb4-99c3-4e0acba5ae02.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5417165/general/baeecd76-b1d3-4bb4-99c3-4e0acba5ae02.jpg already downloaded
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5417165%252Fgeneral%252Ffe7fedec-fcff-4a30-a7cd-9209bbe4518e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5417165/general/fe7fedec-fcff-4a30-a7cd-9209bbe4518e.jpg already downloaded
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5417165%252Fgeneral%252F30a30bdb-24f7-4581-9e92-853c2ec4334f.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5417165/general/30a30bdb-24f7-4581-9e92-853c2ec4334f.jpg already downloaded
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5417165%252Fgeneral%252F017d2730-ffaa-487a-a405-b4fce530b640.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5417165/general/017d2730-ffaa-487a-a405-b4fce530b640.jpg already downloaded
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5417165%252Fgeneral%252F9b3e5fe3-5072-45d2-8dd9-015b3b498093.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5417165/general/9b3e5fe3-5072-45d2-8dd9-015b3b498093.jpg already downloaded
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5417165%252Fgeneral%252F52cc4ce9-3e39-40d7-888b-29ff0d6fd996.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5417165/general/52cc4ce9-3e39-40d7-888b-29ff0d6fd996.jpg already downloaded
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5417165%252Fgeneral%252F26ab7e99-f90e-447b-af4a-e49fcb225096.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5417165/general/26ab7e99-f90e-447b-af4a-e49fcb225096.jpg already downloaded
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5417165%252Fgeneral%252Fa2fa7fee-2c90-4d45-9be8-efae8b6615e5.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5417165/general/a2fa7fee-2c90-4d45-9be8-efae8b6615e5.jpg already downloaded
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5417165%252Fgeneral%252Ff2587220-43dc-4a01-8193-ad4e30865460.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5417165/general/f2587220-43dc-4a01-8193-ad4e30865460.jpg already downloaded
2026-03-24 10:35:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 0f34e619-4b3c-5db4-a487-7bf859b3cfe6, identifier: 10716367
2026-03-24 10:35:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 0f34e619-4b3c-5db4-a487-7bf859b3cfe6 with identifier: 10716367
2026-03-24 10:35:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 0f34e619-4b3c-5db4-a487-7bf859b3cfe6 with identifier: 10716367
2026-03-24 10:35:12 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 0f34e619-4b3c-5db4-a487-7bf859b3cfe6 with identifier: 10716367 to the API
2026-03-24 10:35:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716367>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 131,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': '0f34e619-4b3c-5db4-a487-7bf859b3cfe6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DW74JMO',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716367',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka',
'odometer': 13131,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 26,
'photo_urls': ['https://images.openlane.eu/carimgs/5417165/general/0011645c-1307-4f7a-8bc4-f5f087597571.jpg',
'https://images.openlane.eu/carimgs/5417165/general/baeecd76-b1d3-4bb4-99c3-4e0acba5ae02.jpg',
'https://images.openlane.eu/carimgs/5417165/general/fe7fedec-fcff-4a30-a7cd-9209bbe4518e.jpg',
'https://images.openlane.eu/carimgs/5417165/general/30a30bdb-24f7-4581-9e92-853c2ec4334f.jpg',
'https://images.openlane.eu/carimgs/5417165/general/017d2730-ffaa-487a-a405-b4fce530b640.jpg',
'https://images.openlane.eu/carimgs/5417165/general/9b3e5fe3-5072-45d2-8dd9-015b3b498093.jpg',
'https://images.openlane.eu/carimgs/5417165/general/52cc4ce9-3e39-40d7-888b-29ff0d6fd996.jpg',
'https://images.openlane.eu/carimgs/5417165/general/26ab7e99-f90e-447b-af4a-e49fcb225096.jpg',
'https://images.openlane.eu/carimgs/5417165/general/a2fa7fee-2c90-4d45-9be8-efae8b6615e5.jpg',
'https://images.openlane.eu/carimgs/5417165/general/f2587220-43dc-4a01-8193-ad4e30865460.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f34e619-4b3c-5db4-a487-7bf859b3cfe6/0f34e619-4b3c-5db4-a487-7bf859b3cfe6_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115075,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5417165/general/0011645c-1307-4f7a-8bc4-f5f087597571.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f34e619-4b3c-5db4-a487-7bf859b3cfe6/0f34e619-4b3c-5db4-a487-7bf859b3cfe6_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113156,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5417165/general/baeecd76-b1d3-4bb4-99c3-4e0acba5ae02.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f34e619-4b3c-5db4-a487-7bf859b3cfe6/0f34e619-4b3c-5db4-a487-7bf859b3cfe6_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 132076,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5417165/general/fe7fedec-fcff-4a30-a7cd-9209bbe4518e.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f34e619-4b3c-5db4-a487-7bf859b3cfe6/0f34e619-4b3c-5db4-a487-7bf859b3cfe6_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 135143,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5417165/general/30a30bdb-24f7-4581-9e92-853c2ec4334f.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f34e619-4b3c-5db4-a487-7bf859b3cfe6/0f34e619-4b3c-5db4-a487-7bf859b3cfe6_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109630,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5417165/general/017d2730-ffaa-487a-a405-b4fce530b640.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f34e619-4b3c-5db4-a487-7bf859b3cfe6/0f34e619-4b3c-5db4-a487-7bf859b3cfe6_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106301,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5417165/general/9b3e5fe3-5072-45d2-8dd9-015b3b498093.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f34e619-4b3c-5db4-a487-7bf859b3cfe6/0f34e619-4b3c-5db4-a487-7bf859b3cfe6_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91343,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5417165/general/52cc4ce9-3e39-40d7-888b-29ff0d6fd996.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f34e619-4b3c-5db4-a487-7bf859b3cfe6/0f34e619-4b3c-5db4-a487-7bf859b3cfe6_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72626,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5417165/general/26ab7e99-f90e-447b-af4a-e49fcb225096.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f34e619-4b3c-5db4-a487-7bf859b3cfe6/0f34e619-4b3c-5db4-a487-7bf859b3cfe6_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115642,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5417165/general/a2fa7fee-2c90-4d45-9be8-efae8b6615e5.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f34e619-4b3c-5db4-a487-7bf859b3cfe6/0f34e619-4b3c-5db4-a487-7bf859b3cfe6_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101523,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5417165/general/f2587220-43dc-4a01-8193-ad4e30865460.jpg',
'Width': 960}],
'price': 14600,
'price_includes_vat': True,
'registration_date': '2025-02-28',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Mokka 1.2 Turbo Ultimate - Petrol - Automatic - 131 hp - '
'DW74JMO - 13,131 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-24 10:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716367%27 HTTP/1.1" 200 None
2026-03-24 10:35:12 [adesa.uk] INFO: Saving data for 10716367: {'created_time': 1774348512.477962, 'last_price_update_time': 1774348512.477973, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716367') HTTP/1.1" 204 0
2026-03-24 10:35:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716366> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716370> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716399> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a36c143c-051d-5e5d-a9a3-0ef8c36eeaca with identifier: 10716366
2026-03-24 10:35:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a36c143c-051d-5e5d-a9a3-0ef8c36eeaca with scrape type 1
2026-03-24 10:35:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a36c143c-051d-5e5d-a9a3-0ef8c36eeaca
2026-03-24 10:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5210227%252Fgeneral%252F79c6d597-de00-49d4-8b8d-36e4ca55b297.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5210227/general/79c6d597-de00-49d4-8b8d-36e4ca55b297.jpg already downloaded
2026-03-24 10:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5210227%252Fgeneral%252Fd816e85e-7551-4ecb-82b8-22ef20735ce0.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5210227/general/d816e85e-7551-4ecb-82b8-22ef20735ce0.jpg already downloaded
2026-03-24 10:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5210227%252Fgeneral%252Fa4d38e9e-5a35-4aa6-9fd0-e6b3c1ee630b.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5210227/general/a4d38e9e-5a35-4aa6-9fd0-e6b3c1ee630b.jpg already downloaded
2026-03-24 10:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5210227%252Fgeneral%252Fafdc007f-3de1-41cf-bd0a-bcd0dcea55fc.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5210227/general/afdc007f-3de1-41cf-bd0a-bcd0dcea55fc.jpg already downloaded
2026-03-24 10:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5210227%252Fgeneral%252Fca495f8b-bd8a-4923-9d83-77bb597f6063.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5210227/general/ca495f8b-bd8a-4923-9d83-77bb597f6063.jpg already downloaded
2026-03-24 10:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5210227%252Fgeneral%252Faef91e90-f7d3-4ce4-a8ac-06d377f78a5c.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5210227/general/aef91e90-f7d3-4ce4-a8ac-06d377f78a5c.jpg already downloaded
2026-03-24 10:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5210227%252Fgeneral%252Fa1a5282a-bd5e-4912-bd2d-d8f66d3c374e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5210227/general/a1a5282a-bd5e-4912-bd2d-d8f66d3c374e.jpg already downloaded
2026-03-24 10:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5210227%252Fgeneral%252F630c3e7d-24ad-4b4e-a2a8-0172831a831c.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5210227/general/630c3e7d-24ad-4b4e-a2a8-0172831a831c.jpg already downloaded
2026-03-24 10:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5210227%252Fgeneral%252F7869fd13-5538-4972-ad80-9fb92d0eb3f0.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5210227/general/7869fd13-5538-4972-ad80-9fb92d0eb3f0.jpg already downloaded
2026-03-24 10:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5210227%252Fgeneral%252F8eed4db4-363d-4cc0-8456-3b7ce66b5990.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5210227/general/8eed4db4-363d-4cc0-8456-3b7ce66b5990.jpg already downloaded
2026-03-24 10:35:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: a36c143c-051d-5e5d-a9a3-0ef8c36eeaca, identifier: 10716366
2026-03-24 10:35:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: a36c143c-051d-5e5d-a9a3-0ef8c36eeaca with identifier: 10716366
2026-03-24 10:35:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: a36c143c-051d-5e5d-a9a3-0ef8c36eeaca with identifier: 10716366
2026-03-24 10:35:13 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: a36c143c-051d-5e5d-a9a3-0ef8c36eeaca with identifier: 10716366 to the API
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716366>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Red',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 131,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': 'a36c143c-051d-5e5d-a9a3-0ef8c36eeaca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV24YHJ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716366',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Grandland',
'odometer': 13430,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 21,
'photo_urls': ['https://images.openlane.eu/carimgs/5210227/general/79c6d597-de00-49d4-8b8d-36e4ca55b297.jpg',
'https://images.openlane.eu/carimgs/5210227/general/d816e85e-7551-4ecb-82b8-22ef20735ce0.jpg',
'https://images.openlane.eu/carimgs/5210227/general/a4d38e9e-5a35-4aa6-9fd0-e6b3c1ee630b.jpg',
'https://images.openlane.eu/carimgs/5210227/general/afdc007f-3de1-41cf-bd0a-bcd0dcea55fc.jpg',
'https://images.openlane.eu/carimgs/5210227/general/ca495f8b-bd8a-4923-9d83-77bb597f6063.jpg',
'https://images.openlane.eu/carimgs/5210227/general/aef91e90-f7d3-4ce4-a8ac-06d377f78a5c.jpg',
'https://images.openlane.eu/carimgs/5210227/general/a1a5282a-bd5e-4912-bd2d-d8f66d3c374e.jpg',
'https://images.openlane.eu/carimgs/5210227/general/630c3e7d-24ad-4b4e-a2a8-0172831a831c.jpg',
'https://images.openlane.eu/carimgs/5210227/general/7869fd13-5538-4972-ad80-9fb92d0eb3f0.jpg',
'https://images.openlane.eu/carimgs/5210227/general/8eed4db4-363d-4cc0-8456-3b7ce66b5990.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a36c143c-051d-5e5d-a9a3-0ef8c36eeaca/a36c143c-051d-5e5d-a9a3-0ef8c36eeaca_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 558987,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5210227/general/79c6d597-de00-49d4-8b8d-36e4ca55b297.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a36c143c-051d-5e5d-a9a3-0ef8c36eeaca/a36c143c-051d-5e5d-a9a3-0ef8c36eeaca_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 568328,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5210227/general/d816e85e-7551-4ecb-82b8-22ef20735ce0.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a36c143c-051d-5e5d-a9a3-0ef8c36eeaca/a36c143c-051d-5e5d-a9a3-0ef8c36eeaca_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 513072,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5210227/general/a4d38e9e-5a35-4aa6-9fd0-e6b3c1ee630b.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a36c143c-051d-5e5d-a9a3-0ef8c36eeaca/a36c143c-051d-5e5d-a9a3-0ef8c36eeaca_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 509935,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5210227/general/afdc007f-3de1-41cf-bd0a-bcd0dcea55fc.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a36c143c-051d-5e5d-a9a3-0ef8c36eeaca/a36c143c-051d-5e5d-a9a3-0ef8c36eeaca_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 546666,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5210227/general/ca495f8b-bd8a-4923-9d83-77bb597f6063.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a36c143c-051d-5e5d-a9a3-0ef8c36eeaca/a36c143c-051d-5e5d-a9a3-0ef8c36eeaca_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 531352,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5210227/general/aef91e90-f7d3-4ce4-a8ac-06d377f78a5c.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a36c143c-051d-5e5d-a9a3-0ef8c36eeaca/a36c143c-051d-5e5d-a9a3-0ef8c36eeaca_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 422722,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5210227/general/a1a5282a-bd5e-4912-bd2d-d8f66d3c374e.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a36c143c-051d-5e5d-a9a3-0ef8c36eeaca/a36c143c-051d-5e5d-a9a3-0ef8c36eeaca_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 368874,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5210227/general/630c3e7d-24ad-4b4e-a2a8-0172831a831c.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a36c143c-051d-5e5d-a9a3-0ef8c36eeaca/a36c143c-051d-5e5d-a9a3-0ef8c36eeaca_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 348489,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5210227/general/7869fd13-5538-4972-ad80-9fb92d0eb3f0.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a36c143c-051d-5e5d-a9a3-0ef8c36eeaca/a36c143c-051d-5e5d-a9a3-0ef8c36eeaca_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 414460,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5210227/general/8eed4db4-363d-4cc0-8456-3b7ce66b5990.jpg',
'Width': 2000}],
'price': 14400,
'price_includes_vat': True,
'registration_date': '2024-03-31',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Grandland 1.2 Turbo Ultimate - Petrol - Manual - 131 hp - '
'DV24YHJ - 13,430 mi',
'transmission': 'manual',
'trim': 'Ultimate',
'vin': None,
'year': 2024}
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716366%27 HTTP/1.1" 200 None
2026-03-24 10:35:13 [adesa.uk] INFO: Saving data for 10716366: {'created_time': 1774348513.301136, 'last_price_update_time': 1774348513.301147, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716366') HTTP/1.1" 204 0
2026-03-24 10:35:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8878e5e-df8c-5148-93b4-1766760d70d7 with identifier: 10716370
2026-03-24 10:35:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8878e5e-df8c-5148-93b4-1766760d70d7 with scrape type 1
2026-03-24 10:35:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d8878e5e-df8c-5148-93b4-1766760d70d7
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5431551%252Fgeneral%252F8f5436d5-6cdf-4b0d-95fd-8fca1ea579eb.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5431551/general/8f5436d5-6cdf-4b0d-95fd-8fca1ea579eb.jpg already downloaded
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5431551%252Fgeneral%252Ff3493f1b-34c0-45aa-9f5e-39455564cb56.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5431551/general/f3493f1b-34c0-45aa-9f5e-39455564cb56.jpg already downloaded
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5431551%252Fgeneral%252Fa2ca21e2-d57a-48b8-aced-14b68589a0c3.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5431551/general/a2ca21e2-d57a-48b8-aced-14b68589a0c3.jpg already downloaded
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5431551%252Fgeneral%252F76ab72fc-c132-4425-b25e-8c6ef28d2199.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5431551/general/76ab72fc-c132-4425-b25e-8c6ef28d2199.jpg already downloaded
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5431551%252Fgeneral%252Fd4c77ae0-4ea8-4dfc-aee2-fee48acc33fe.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5431551/general/d4c77ae0-4ea8-4dfc-aee2-fee48acc33fe.jpg already downloaded
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5431551%252Fgeneral%252Fe66d836e-1284-4f4a-937f-960a629cac8a.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5431551/general/e66d836e-1284-4f4a-937f-960a629cac8a.jpg already downloaded
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5431551%252Fgeneral%252F00d86738-103d-405a-93cf-b2ebb46d6f99.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5431551/general/00d86738-103d-405a-93cf-b2ebb46d6f99.jpg already downloaded
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5431551%252Fgeneral%252F39ca112d-713d-40b1-8cf1-521025d9afc9.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5431551/general/39ca112d-713d-40b1-8cf1-521025d9afc9.jpg already downloaded
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5431551%252Fgeneral%252F6df992d9-3290-4d47-a9f2-0225bf60c970.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5431551/general/6df992d9-3290-4d47-a9f2-0225bf60c970.jpg already downloaded
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5431551%252Fgeneral%252F3e2061f1-52f6-4bea-977d-c58b99703cbb.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5431551/general/3e2061f1-52f6-4bea-977d-c58b99703cbb.jpg already downloaded
2026-03-24 10:35:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: d8878e5e-df8c-5148-93b4-1766760d70d7, identifier: 10716370
2026-03-24 10:35:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94d1267d-a1b0-519d-92b0-96e728ccc22d with identifier: 10716399
2026-03-24 10:35:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94d1267d-a1b0-519d-92b0-96e728ccc22d with scrape type 1
2026-03-24 10:35:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 94d1267d-a1b0-519d-92b0-96e728ccc22d
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5578758%252Fgeneral%252F5d66ee39-5e42-45ce-91ea-e9161ebe829e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5578758/general/5d66ee39-5e42-45ce-91ea-e9161ebe829e.jpg already downloaded
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5578758%252Fgeneral%252Fbdaa0b72-2122-4f5d-ac4a-e59b94865b41.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5578758/general/bdaa0b72-2122-4f5d-ac4a-e59b94865b41.jpg already downloaded
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5578758%252Fgeneral%252Ff9401fa9-b476-4477-800f-05b5a927b896.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5578758/general/f9401fa9-b476-4477-800f-05b5a927b896.jpg already downloaded
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5578758%252Fgeneral%252Ff976b69a-ca9d-424b-9863-e94cfb12e5e2.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5578758/general/f976b69a-ca9d-424b-9863-e94cfb12e5e2.jpg already downloaded
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5578758%252Fgeneral%252F4d213950-bda2-44e3-bd0e-a256d969ec0f.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5578758/general/4d213950-bda2-44e3-bd0e-a256d969ec0f.jpg already downloaded
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5578758%252Fgeneral%252Fc4f026a2-054f-49c7-bbae-a07258f12a74.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5578758/general/c4f026a2-054f-49c7-bbae-a07258f12a74.jpg already downloaded
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5578758%252Fgeneral%252F3309b05d-c703-4b58-b028-4a284c082159.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5578758/general/3309b05d-c703-4b58-b028-4a284c082159.jpg already downloaded
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5578758%252Fgeneral%252F240bd768-9c58-40e8-8904-6d86278616fb.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5578758/general/240bd768-9c58-40e8-8904-6d86278616fb.jpg already downloaded
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5578758%252Fgeneral%252F0c446e95-89df-4f10-9f2b-11e210efa0eb.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5578758/general/0c446e95-89df-4f10-9f2b-11e210efa0eb.jpg already downloaded
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5578758%252Fgeneral%252F365596d3-5066-41b8-bf28-8fc3274652c3.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5578758/general/365596d3-5066-41b8-bf28-8fc3274652c3.jpg already downloaded
2026-03-24 10:35:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 94d1267d-a1b0-519d-92b0-96e728ccc22d, identifier: 10716399
2026-03-24 10:35:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: d8878e5e-df8c-5148-93b4-1766760d70d7 with identifier: 10716370
2026-03-24 10:35:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: d8878e5e-df8c-5148-93b4-1766760d70d7 with identifier: 10716370
2026-03-24 10:35:13 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: d8878e5e-df8c-5148-93b4-1766760d70d7 with identifier: 10716370 to the API
2026-03-24 10:35:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716370>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Brown',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 136,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Hybrid',
'id': 'd8878e5e-df8c-5148-93b4-1766760d70d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DY25PFK',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716370',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Grandland',
'odometer': 12959,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 25,
'photo_urls': ['https://images.openlane.eu/carimgs/5431551/general/8f5436d5-6cdf-4b0d-95fd-8fca1ea579eb.jpg',
'https://images.openlane.eu/carimgs/5431551/general/f3493f1b-34c0-45aa-9f5e-39455564cb56.jpg',
'https://images.openlane.eu/carimgs/5431551/general/a2ca21e2-d57a-48b8-aced-14b68589a0c3.jpg',
'https://images.openlane.eu/carimgs/5431551/general/76ab72fc-c132-4425-b25e-8c6ef28d2199.jpg',
'https://images.openlane.eu/carimgs/5431551/general/d4c77ae0-4ea8-4dfc-aee2-fee48acc33fe.jpg',
'https://images.openlane.eu/carimgs/5431551/general/e66d836e-1284-4f4a-937f-960a629cac8a.jpg',
'https://images.openlane.eu/carimgs/5431551/general/00d86738-103d-405a-93cf-b2ebb46d6f99.jpg',
'https://images.openlane.eu/carimgs/5431551/general/39ca112d-713d-40b1-8cf1-521025d9afc9.jpg',
'https://images.openlane.eu/carimgs/5431551/general/6df992d9-3290-4d47-a9f2-0225bf60c970.jpg',
'https://images.openlane.eu/carimgs/5431551/general/3e2061f1-52f6-4bea-977d-c58b99703cbb.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d8878e5e-df8c-5148-93b4-1766760d70d7/d8878e5e-df8c-5148-93b4-1766760d70d7_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 266792,
'Height': 1064,
'OriginUrl': 'https://images.openlane.eu/carimgs/5431551/general/8f5436d5-6cdf-4b0d-95fd-8fca1ea579eb.jpg',
'Width': 1423},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d8878e5e-df8c-5148-93b4-1766760d70d7/d8878e5e-df8c-5148-93b4-1766760d70d7_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 296603,
'Height': 1064,
'OriginUrl': 'https://images.openlane.eu/carimgs/5431551/general/f3493f1b-34c0-45aa-9f5e-39455564cb56.jpg',
'Width': 1423},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d8878e5e-df8c-5148-93b4-1766760d70d7/d8878e5e-df8c-5148-93b4-1766760d70d7_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 186887,
'Height': 1064,
'OriginUrl': 'https://images.openlane.eu/carimgs/5431551/general/a2ca21e2-d57a-48b8-aced-14b68589a0c3.jpg',
'Width': 1423},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d8878e5e-df8c-5148-93b4-1766760d70d7/d8878e5e-df8c-5148-93b4-1766760d70d7_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 296640,
'Height': 1064,
'OriginUrl': 'https://images.openlane.eu/carimgs/5431551/general/76ab72fc-c132-4425-b25e-8c6ef28d2199.jpg',
'Width': 1423},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d8878e5e-df8c-5148-93b4-1766760d70d7/d8878e5e-df8c-5148-93b4-1766760d70d7_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 314526,
'Height': 1064,
'OriginUrl': 'https://images.openlane.eu/carimgs/5431551/general/d4c77ae0-4ea8-4dfc-aee2-fee48acc33fe.jpg',
'Width': 1423},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d8878e5e-df8c-5148-93b4-1766760d70d7/d8878e5e-df8c-5148-93b4-1766760d70d7_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 323862,
'Height': 1064,
'OriginUrl': 'https://images.openlane.eu/carimgs/5431551/general/e66d836e-1284-4f4a-937f-960a629cac8a.jpg',
'Width': 1423},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d8878e5e-df8c-5148-93b4-1766760d70d7/d8878e5e-df8c-5148-93b4-1766760d70d7_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 218422,
'Height': 1064,
'OriginUrl': 'https://images.openlane.eu/carimgs/5431551/general/00d86738-103d-405a-93cf-b2ebb46d6f99.jpg',
'Width': 1423},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d8878e5e-df8c-5148-93b4-1766760d70d7/d8878e5e-df8c-5148-93b4-1766760d70d7_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 195418,
'Height': 1064,
'OriginUrl': 'https://images.openlane.eu/carimgs/5431551/general/39ca112d-713d-40b1-8cf1-521025d9afc9.jpg',
'Width': 1423},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d8878e5e-df8c-5148-93b4-1766760d70d7/d8878e5e-df8c-5148-93b4-1766760d70d7_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155744,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5431551/general/6df992d9-3290-4d47-a9f2-0225bf60c970.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d8878e5e-df8c-5148-93b4-1766760d70d7/d8878e5e-df8c-5148-93b4-1766760d70d7_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 178336,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5431551/general/3e2061f1-52f6-4bea-977d-c58b99703cbb.jpg',
'Width': 1440}],
'price': 20900,
'price_includes_vat': True,
'registration_date': '2025-03-31',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Grandland 1.2 Ultimate - Hybrid - Automatic - 136 hp - '
'DY25PFK - 12,959 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-24 10:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716370%27 HTTP/1.1" 200 None
2026-03-24 10:35:14 [adesa.uk] INFO: Saving data for 10716370: {'created_time': 1774348514.165406, 'last_price_update_time': 1774348514.165417, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716370') HTTP/1.1" 204 0
2026-03-24 10:35:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 94d1267d-a1b0-519d-92b0-96e728ccc22d with identifier: 10716399
2026-03-24 10:35:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 94d1267d-a1b0-519d-92b0-96e728ccc22d with identifier: 10716399
2026-03-24 10:35:14 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 94d1267d-a1b0-519d-92b0-96e728ccc22d with identifier: 10716399 to the API
2026-03-24 10:35:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716399>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Electric',
'id': '94d1267d-a1b0-519d-92b0-96e728ccc22d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'LS71MXH',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716399',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 39439,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 36,
'photo_urls': ['https://images.openlane.eu/carimgs/5578758/general/5d66ee39-5e42-45ce-91ea-e9161ebe829e.jpg',
'https://images.openlane.eu/carimgs/5578758/general/bdaa0b72-2122-4f5d-ac4a-e59b94865b41.jpg',
'https://images.openlane.eu/carimgs/5578758/general/f9401fa9-b476-4477-800f-05b5a927b896.jpg',
'https://images.openlane.eu/carimgs/5578758/general/f976b69a-ca9d-424b-9863-e94cfb12e5e2.jpg',
'https://images.openlane.eu/carimgs/5578758/general/4d213950-bda2-44e3-bd0e-a256d969ec0f.jpg',
'https://images.openlane.eu/carimgs/5578758/general/c4f026a2-054f-49c7-bbae-a07258f12a74.jpg',
'https://images.openlane.eu/carimgs/5578758/general/3309b05d-c703-4b58-b028-4a284c082159.jpg',
'https://images.openlane.eu/carimgs/5578758/general/240bd768-9c58-40e8-8904-6d86278616fb.jpg',
'https://images.openlane.eu/carimgs/5578758/general/0c446e95-89df-4f10-9f2b-11e210efa0eb.jpg',
'https://images.openlane.eu/carimgs/5578758/general/365596d3-5066-41b8-bf28-8fc3274652c3.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_94d1267d-a1b0-519d-92b0-96e728ccc22d/94d1267d-a1b0-519d-92b0-96e728ccc22d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37878,
'Height': 340,
'OriginUrl': 'https://images.openlane.eu/carimgs/5578758/general/5d66ee39-5e42-45ce-91ea-e9161ebe829e.jpg',
'Width': 453},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_94d1267d-a1b0-519d-92b0-96e728ccc22d/94d1267d-a1b0-519d-92b0-96e728ccc22d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 293368,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5578758/general/bdaa0b72-2122-4f5d-ac4a-e59b94865b41.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_94d1267d-a1b0-519d-92b0-96e728ccc22d/94d1267d-a1b0-519d-92b0-96e728ccc22d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 317721,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5578758/general/f9401fa9-b476-4477-800f-05b5a927b896.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_94d1267d-a1b0-519d-92b0-96e728ccc22d/94d1267d-a1b0-519d-92b0-96e728ccc22d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 285650,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5578758/general/f976b69a-ca9d-424b-9863-e94cfb12e5e2.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_94d1267d-a1b0-519d-92b0-96e728ccc22d/94d1267d-a1b0-519d-92b0-96e728ccc22d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 263964,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5578758/general/4d213950-bda2-44e3-bd0e-a256d969ec0f.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_94d1267d-a1b0-519d-92b0-96e728ccc22d/94d1267d-a1b0-519d-92b0-96e728ccc22d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 299948,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5578758/general/c4f026a2-054f-49c7-bbae-a07258f12a74.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_94d1267d-a1b0-519d-92b0-96e728ccc22d/94d1267d-a1b0-519d-92b0-96e728ccc22d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 199646,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5578758/general/3309b05d-c703-4b58-b028-4a284c082159.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_94d1267d-a1b0-519d-92b0-96e728ccc22d/94d1267d-a1b0-519d-92b0-96e728ccc22d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 261175,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5578758/general/240bd768-9c58-40e8-8904-6d86278616fb.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_94d1267d-a1b0-519d-92b0-96e728ccc22d/94d1267d-a1b0-519d-92b0-96e728ccc22d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 128736,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5578758/general/0c446e95-89df-4f10-9f2b-11e210efa0eb.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_94d1267d-a1b0-519d-92b0-96e728ccc22d/94d1267d-a1b0-519d-92b0-96e728ccc22d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 68505,
'Height': 619,
'OriginUrl': 'https://images.openlane.eu/carimgs/5578758/general/365596d3-5066-41b8-bf28-8fc3274652c3.jpg',
'Width': 825}],
'price': 8600,
'price_includes_vat': True,
'registration_date': '2021-10-18',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Mokka-e 51 kWh SRi Premium - Electric - Automatic - 136 '
'hp - LS71MXH - 39,439 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2021}
2026-03-24 10:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716399%27 HTTP/1.1" 200 None
2026-03-24 10:35:14 [adesa.uk] INFO: Saving data for 10716399: {'created_time': 1774348514.489621, 'last_price_update_time': 1774348514.489632, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716399') HTTP/1.1" 204 0
2026-03-24 10:35:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716387> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716386> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21277007-a49f-58db-8729-e2ec12929e8f with identifier: 10716387
2026-03-24 10:35:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21277007-a49f-58db-8729-e2ec12929e8f with scrape type 1
2026-03-24 10:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 21277007-a49f-58db-8729-e2ec12929e8f
2026-03-24 10:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5557955%252Fgeneral%252F98c2a4c7-b94c-4edb-9a66-69c09d8488af.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5557955/general/98c2a4c7-b94c-4edb-9a66-69c09d8488af.jpg already downloaded
2026-03-24 10:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5557955%252Fgeneral%252F5ddbcfda-ef32-44e1-ae3a-2d4c0eeb0749.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5557955/general/5ddbcfda-ef32-44e1-ae3a-2d4c0eeb0749.jpg already downloaded
2026-03-24 10:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5557955%252Fgeneral%252F2dc2bc5d-2334-443d-8040-e8fce9f97395.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5557955/general/2dc2bc5d-2334-443d-8040-e8fce9f97395.jpg already downloaded
2026-03-24 10:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5557955%252Fgeneral%252F4e0a2073-4334-450e-83d1-4f93f98db352.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5557955/general/4e0a2073-4334-450e-83d1-4f93f98db352.jpg already downloaded
2026-03-24 10:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5557955%252Fgeneral%252F00168d85-26b7-43dc-a79e-da8d3968e25e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5557955/general/00168d85-26b7-43dc-a79e-da8d3968e25e.jpg already downloaded
2026-03-24 10:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5557955%252Fgeneral%252Fb354978d-7e53-4bf1-9e72-b146738682fd.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5557955/general/b354978d-7e53-4bf1-9e72-b146738682fd.jpg already downloaded
2026-03-24 10:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5557955%252Fgeneral%252F25f1d064-7952-4dfd-85c3-a41440b89d29.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5557955/general/25f1d064-7952-4dfd-85c3-a41440b89d29.jpg already downloaded
2026-03-24 10:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5557955%252Fgeneral%252Fb09215c2-9fc4-46b7-81f8-c213a18e6f3c.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5557955/general/b09215c2-9fc4-46b7-81f8-c213a18e6f3c.jpg already downloaded
2026-03-24 10:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5557955%252Fgeneral%252F689714ea-eb3b-45f7-ba0a-c75c7a1c5ea1.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5557955/general/689714ea-eb3b-45f7-ba0a-c75c7a1c5ea1.jpg already downloaded
2026-03-24 10:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5557955%252Fgeneral%252F18b57eab-6383-4c6c-a39d-f6fb66d7c90b.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5557955/general/18b57eab-6383-4c6c-a39d-f6fb66d7c90b.jpg already downloaded
2026-03-24 10:35:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 21277007-a49f-58db-8729-e2ec12929e8f, identifier: 10716387
2026-03-24 10:35:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 21277007-a49f-58db-8729-e2ec12929e8f with identifier: 10716387
2026-03-24 10:35:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 21277007-a49f-58db-8729-e2ec12929e8f with identifier: 10716387
2026-03-24 10:35:14 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 21277007-a49f-58db-8729-e2ec12929e8f with identifier: 10716387 to the API
2026-03-24 10:35:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716387>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Compact',
'color': 'Red',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Electric',
'id': '21277007-a49f-58db-8729-e2ec12929e8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DN73HPF',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716387',
'listing': 'auction',
'location': 'Stoke-on-Trent',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 10,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 15,
'photo_urls': ['https://images.openlane.eu/carimgs/5557955/general/98c2a4c7-b94c-4edb-9a66-69c09d8488af.jpg',
'https://images.openlane.eu/carimgs/5557955/general/5ddbcfda-ef32-44e1-ae3a-2d4c0eeb0749.jpg',
'https://images.openlane.eu/carimgs/5557955/general/2dc2bc5d-2334-443d-8040-e8fce9f97395.jpg',
'https://images.openlane.eu/carimgs/5557955/general/4e0a2073-4334-450e-83d1-4f93f98db352.jpg',
'https://images.openlane.eu/carimgs/5557955/general/00168d85-26b7-43dc-a79e-da8d3968e25e.jpg',
'https://images.openlane.eu/carimgs/5557955/general/b354978d-7e53-4bf1-9e72-b146738682fd.jpg',
'https://images.openlane.eu/carimgs/5557955/general/25f1d064-7952-4dfd-85c3-a41440b89d29.jpg',
'https://images.openlane.eu/carimgs/5557955/general/b09215c2-9fc4-46b7-81f8-c213a18e6f3c.jpg',
'https://images.openlane.eu/carimgs/5557955/general/689714ea-eb3b-45f7-ba0a-c75c7a1c5ea1.jpg',
'https://images.openlane.eu/carimgs/5557955/general/18b57eab-6383-4c6c-a39d-f6fb66d7c90b.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21277007-a49f-58db-8729-e2ec12929e8f/21277007-a49f-58db-8729-e2ec12929e8f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100954,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5557955/general/98c2a4c7-b94c-4edb-9a66-69c09d8488af.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21277007-a49f-58db-8729-e2ec12929e8f/21277007-a49f-58db-8729-e2ec12929e8f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110953,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5557955/general/5ddbcfda-ef32-44e1-ae3a-2d4c0eeb0749.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21277007-a49f-58db-8729-e2ec12929e8f/21277007-a49f-58db-8729-e2ec12929e8f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 392058,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5557955/general/2dc2bc5d-2334-443d-8040-e8fce9f97395.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21277007-a49f-58db-8729-e2ec12929e8f/21277007-a49f-58db-8729-e2ec12929e8f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 338551,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5557955/general/4e0a2073-4334-450e-83d1-4f93f98db352.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21277007-a49f-58db-8729-e2ec12929e8f/21277007-a49f-58db-8729-e2ec12929e8f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100130,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5557955/general/00168d85-26b7-43dc-a79e-da8d3968e25e.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21277007-a49f-58db-8729-e2ec12929e8f/21277007-a49f-58db-8729-e2ec12929e8f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 386294,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5557955/general/b354978d-7e53-4bf1-9e72-b146738682fd.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21277007-a49f-58db-8729-e2ec12929e8f/21277007-a49f-58db-8729-e2ec12929e8f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 304123,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5557955/general/25f1d064-7952-4dfd-85c3-a41440b89d29.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21277007-a49f-58db-8729-e2ec12929e8f/21277007-a49f-58db-8729-e2ec12929e8f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82447,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5557955/general/b09215c2-9fc4-46b7-81f8-c213a18e6f3c.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21277007-a49f-58db-8729-e2ec12929e8f/21277007-a49f-58db-8729-e2ec12929e8f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98511,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5557955/general/689714ea-eb3b-45f7-ba0a-c75c7a1c5ea1.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21277007-a49f-58db-8729-e2ec12929e8f/21277007-a49f-58db-8729-e2ec12929e8f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 384215,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5557955/general/18b57eab-6383-4c6c-a39d-f6fb66d7c90b.jpg',
'Width': 1600}],
'price': 12400,
'price_includes_vat': True,
'registration_date': '2023-09-30',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Corsa-e 50 kWh Ultimate - Electric - Automatic - 136 hp - '
'DN73HPF - 10 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2023}
2026-03-24 10:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716387%27 HTTP/1.1" 200 None
2026-03-24 10:35:15 [adesa.uk] INFO: Saving data for 10716387: {'created_time': 1774348515.220156, 'last_price_update_time': 1774348515.220169, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716387') HTTP/1.1" 204 0
2026-03-24 10:35:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2edd560d-7da0-5454-9ecf-ba103231df7a with identifier: 10716386
2026-03-24 10:35:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2edd560d-7da0-5454-9ecf-ba103231df7a with scrape type 1
2026-03-24 10:35:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2edd560d-7da0-5454-9ecf-ba103231df7a
2026-03-24 10:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5570904%252Fgeneral%252Fa29e52ac-497a-4c37-8b74-0fcd31341f19.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5570904/general/a29e52ac-497a-4c37-8b74-0fcd31341f19.jpg already downloaded
2026-03-24 10:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5570904%252Fgeneral%252Fdbd218a9-393a-455c-8986-2d385448626e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5570904/general/dbd218a9-393a-455c-8986-2d385448626e.jpg already downloaded
2026-03-24 10:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5570904%252Fgeneral%252F3a747acd-4201-4e01-af5e-fb2f3e6e9b83.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5570904/general/3a747acd-4201-4e01-af5e-fb2f3e6e9b83.jpg already downloaded
2026-03-24 10:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5570904%252Fgeneral%252F37d3771b-0223-4fc5-b302-e181987f4840.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5570904/general/37d3771b-0223-4fc5-b302-e181987f4840.jpg already downloaded
2026-03-24 10:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5570904%252Fgeneral%252Fcc84b960-90b0-402a-92f3-410704cbdee9.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5570904/general/cc84b960-90b0-402a-92f3-410704cbdee9.jpg already downloaded
2026-03-24 10:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5570904%252Fgeneral%252F236b1455-c4c6-4892-b124-45346bb3bcee.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5570904/general/236b1455-c4c6-4892-b124-45346bb3bcee.jpg already downloaded
2026-03-24 10:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5570904%252Fgeneral%252Fd4f00c58-9ed6-4fd0-bbf5-3ef13634c384.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5570904/general/d4f00c58-9ed6-4fd0-bbf5-3ef13634c384.jpg already downloaded
2026-03-24 10:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5570904%252Fgeneral%252F46d52fe5-daf7-49f8-8f1b-d5e465c957b8.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5570904/general/46d52fe5-daf7-49f8-8f1b-d5e465c957b8.jpg already downloaded
2026-03-24 10:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5570904%252Fgeneral%252F18270987-6365-44f2-a2c6-9dbed9dbca2e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5570904/general/18270987-6365-44f2-a2c6-9dbed9dbca2e.jpg already downloaded
2026-03-24 10:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5570904%252Fgeneral%252F403bebee-4dbe-4e8c-b0e0-c8911c7980df.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5570904/general/403bebee-4dbe-4e8c-b0e0-c8911c7980df.jpg already downloaded
2026-03-24 10:35:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 2edd560d-7da0-5454-9ecf-ba103231df7a, identifier: 10716386
2026-03-24 10:35:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 2edd560d-7da0-5454-9ecf-ba103231df7a with identifier: 10716386
2026-03-24 10:35:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 2edd560d-7da0-5454-9ecf-ba103231df7a with identifier: 10716386
2026-03-24 10:35:15 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 2edd560d-7da0-5454-9ecf-ba103231df7a with identifier: 10716386 to the API
2026-03-24 10:35:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716386>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Compact',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Electric',
'id': '2edd560d-7da0-5454-9ecf-ba103231df7a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV73VWM',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716386',
'listing': 'auction',
'location': 'Stoke-on-Trent',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 10,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 19,
'photo_urls': ['https://images.openlane.eu/carimgs/5570904/general/a29e52ac-497a-4c37-8b74-0fcd31341f19.jpg',
'https://images.openlane.eu/carimgs/5570904/general/dbd218a9-393a-455c-8986-2d385448626e.jpg',
'https://images.openlane.eu/carimgs/5570904/general/3a747acd-4201-4e01-af5e-fb2f3e6e9b83.jpg',
'https://images.openlane.eu/carimgs/5570904/general/37d3771b-0223-4fc5-b302-e181987f4840.jpg',
'https://images.openlane.eu/carimgs/5570904/general/cc84b960-90b0-402a-92f3-410704cbdee9.jpg',
'https://images.openlane.eu/carimgs/5570904/general/236b1455-c4c6-4892-b124-45346bb3bcee.jpg',
'https://images.openlane.eu/carimgs/5570904/general/d4f00c58-9ed6-4fd0-bbf5-3ef13634c384.jpg',
'https://images.openlane.eu/carimgs/5570904/general/46d52fe5-daf7-49f8-8f1b-d5e465c957b8.jpg',
'https://images.openlane.eu/carimgs/5570904/general/18270987-6365-44f2-a2c6-9dbed9dbca2e.jpg',
'https://images.openlane.eu/carimgs/5570904/general/403bebee-4dbe-4e8c-b0e0-c8911c7980df.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2edd560d-7da0-5454-9ecf-ba103231df7a/2edd560d-7da0-5454-9ecf-ba103231df7a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 318427,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5570904/general/a29e52ac-497a-4c37-8b74-0fcd31341f19.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2edd560d-7da0-5454-9ecf-ba103231df7a/2edd560d-7da0-5454-9ecf-ba103231df7a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 291606,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5570904/general/dbd218a9-393a-455c-8986-2d385448626e.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2edd560d-7da0-5454-9ecf-ba103231df7a/2edd560d-7da0-5454-9ecf-ba103231df7a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 370413,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5570904/general/3a747acd-4201-4e01-af5e-fb2f3e6e9b83.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2edd560d-7da0-5454-9ecf-ba103231df7a/2edd560d-7da0-5454-9ecf-ba103231df7a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 338735,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5570904/general/37d3771b-0223-4fc5-b302-e181987f4840.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2edd560d-7da0-5454-9ecf-ba103231df7a/2edd560d-7da0-5454-9ecf-ba103231df7a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 302775,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5570904/general/cc84b960-90b0-402a-92f3-410704cbdee9.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2edd560d-7da0-5454-9ecf-ba103231df7a/2edd560d-7da0-5454-9ecf-ba103231df7a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 274902,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5570904/general/236b1455-c4c6-4892-b124-45346bb3bcee.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2edd560d-7da0-5454-9ecf-ba103231df7a/2edd560d-7da0-5454-9ecf-ba103231df7a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 247015,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5570904/general/d4f00c58-9ed6-4fd0-bbf5-3ef13634c384.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2edd560d-7da0-5454-9ecf-ba103231df7a/2edd560d-7da0-5454-9ecf-ba103231df7a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155253,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5570904/general/46d52fe5-daf7-49f8-8f1b-d5e465c957b8.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2edd560d-7da0-5454-9ecf-ba103231df7a/2edd560d-7da0-5454-9ecf-ba103231df7a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 359845,
'Height': 1600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5570904/general/18270987-6365-44f2-a2c6-9dbed9dbca2e.jpg',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2edd560d-7da0-5454-9ecf-ba103231df7a/2edd560d-7da0-5454-9ecf-ba103231df7a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 237482,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5570904/general/403bebee-4dbe-4e8c-b0e0-c8911c7980df.jpg',
'Width': 1600}],
'price': 12300,
'price_includes_vat': True,
'registration_date': '2023-09-30',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Corsa Ultimate - Electric - Automatic - 136 hp - DV73VWM - '
'10 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2023}
2026-03-24 10:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716386%27 HTTP/1.1" 200 None
2026-03-24 10:35:15 [adesa.uk] INFO: Saving data for 10716386: {'created_time': 1774348515.849112, 'last_price_update_time': 1774348515.849123, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716386') HTTP/1.1" 204 0
2026-03-24 10:35:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716414> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716397> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a389d34d-0ed5-512a-9cdd-68275d10d6ba with identifier: 10716414
2026-03-24 10:35:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a389d34d-0ed5-512a-9cdd-68275d10d6ba with scrape type 1
2026-03-24 10:35:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a389d34d-0ed5-512a-9cdd-68275d10d6ba
2026-03-24 10:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704323%252Fgeneral%252F7d56d2f8-fb51-4953-8d81-de6d1027cb73.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704323/general/7d56d2f8-fb51-4953-8d81-de6d1027cb73.jpg already downloaded
2026-03-24 10:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704323%252Fgeneral%252Fd5a47c16-276f-4373-9e78-495fbdd6a269.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704323/general/d5a47c16-276f-4373-9e78-495fbdd6a269.jpg already downloaded
2026-03-24 10:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704323%252Fgeneral%252F04ee078b-0eff-45e9-b106-e0cbfec1ec0c.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704323/general/04ee078b-0eff-45e9-b106-e0cbfec1ec0c.jpg already downloaded
2026-03-24 10:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704323%252Fgeneral%252F539641ff-1b02-4b20-aded-177a48a475ad.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704323/general/539641ff-1b02-4b20-aded-177a48a475ad.jpg already downloaded
2026-03-24 10:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704323%252Fgeneral%252F4e153b39-c66c-48cd-953d-6285e95f2731.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704323/general/4e153b39-c66c-48cd-953d-6285e95f2731.jpg already downloaded
2026-03-24 10:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704323%252Fgeneral%252Fd2f1d2dc-d4b6-48ff-af19-788b0d3eb537.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704323/general/d2f1d2dc-d4b6-48ff-af19-788b0d3eb537.jpg already downloaded
2026-03-24 10:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704323%252Fgeneral%252F708558ae-ad01-4d5d-a003-d0a4ec05439b.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704323/general/708558ae-ad01-4d5d-a003-d0a4ec05439b.jpg already downloaded
2026-03-24 10:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704323%252Fgeneral%252Fe35d8fe3-96ad-4902-af40-c69aa6815e25.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704323/general/e35d8fe3-96ad-4902-af40-c69aa6815e25.jpg already downloaded
2026-03-24 10:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704323%252Fgeneral%252Fe23e591f-7668-4f8c-baec-9d878cc4a906.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704323/general/e23e591f-7668-4f8c-baec-9d878cc4a906.jpg already downloaded
2026-03-24 10:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704323%252Fgeneral%252Fbbc262d7-4360-4c83-ae9d-d64b89b9a900.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704323/general/bbc262d7-4360-4c83-ae9d-d64b89b9a900.jpg already downloaded
2026-03-24 10:35:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: a389d34d-0ed5-512a-9cdd-68275d10d6ba, identifier: 10716414
2026-03-24 10:35:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: a389d34d-0ed5-512a-9cdd-68275d10d6ba with identifier: 10716414
2026-03-24 10:35:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: a389d34d-0ed5-512a-9cdd-68275d10d6ba with identifier: 10716414
2026-03-24 10:35:17 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: a389d34d-0ed5-512a-9cdd-68275d10d6ba with identifier: 10716414 to the API
2026-03-24 10:35:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716414>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 101,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': 'a389d34d-0ed5-512a-9cdd-68275d10d6ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DS75BVZ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716414',
'listing': 'auction',
'location': 'Stoke-on-Trent',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 21,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 20,
'photo_urls': ['https://images.openlane.eu/carimgs/5704323/general/7d56d2f8-fb51-4953-8d81-de6d1027cb73.jpg',
'https://images.openlane.eu/carimgs/5704323/general/d5a47c16-276f-4373-9e78-495fbdd6a269.jpg',
'https://images.openlane.eu/carimgs/5704323/general/04ee078b-0eff-45e9-b106-e0cbfec1ec0c.jpg',
'https://images.openlane.eu/carimgs/5704323/general/539641ff-1b02-4b20-aded-177a48a475ad.jpg',
'https://images.openlane.eu/carimgs/5704323/general/4e153b39-c66c-48cd-953d-6285e95f2731.jpg',
'https://images.openlane.eu/carimgs/5704323/general/d2f1d2dc-d4b6-48ff-af19-788b0d3eb537.jpg',
'https://images.openlane.eu/carimgs/5704323/general/708558ae-ad01-4d5d-a003-d0a4ec05439b.jpg',
'https://images.openlane.eu/carimgs/5704323/general/e35d8fe3-96ad-4902-af40-c69aa6815e25.jpg',
'https://images.openlane.eu/carimgs/5704323/general/e23e591f-7668-4f8c-baec-9d878cc4a906.jpg',
'https://images.openlane.eu/carimgs/5704323/general/bbc262d7-4360-4c83-ae9d-d64b89b9a900.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a389d34d-0ed5-512a-9cdd-68275d10d6ba/a389d34d-0ed5-512a-9cdd-68275d10d6ba_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 711283,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704323/general/7d56d2f8-fb51-4953-8d81-de6d1027cb73.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a389d34d-0ed5-512a-9cdd-68275d10d6ba/a389d34d-0ed5-512a-9cdd-68275d10d6ba_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 658712,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704323/general/d5a47c16-276f-4373-9e78-495fbdd6a269.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a389d34d-0ed5-512a-9cdd-68275d10d6ba/a389d34d-0ed5-512a-9cdd-68275d10d6ba_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 535282,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704323/general/04ee078b-0eff-45e9-b106-e0cbfec1ec0c.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a389d34d-0ed5-512a-9cdd-68275d10d6ba/a389d34d-0ed5-512a-9cdd-68275d10d6ba_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 659189,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704323/general/539641ff-1b02-4b20-aded-177a48a475ad.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a389d34d-0ed5-512a-9cdd-68275d10d6ba/a389d34d-0ed5-512a-9cdd-68275d10d6ba_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 684428,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704323/general/4e153b39-c66c-48cd-953d-6285e95f2731.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a389d34d-0ed5-512a-9cdd-68275d10d6ba/a389d34d-0ed5-512a-9cdd-68275d10d6ba_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 666848,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704323/general/d2f1d2dc-d4b6-48ff-af19-788b0d3eb537.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a389d34d-0ed5-512a-9cdd-68275d10d6ba/a389d34d-0ed5-512a-9cdd-68275d10d6ba_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 401789,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704323/general/708558ae-ad01-4d5d-a003-d0a4ec05439b.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a389d34d-0ed5-512a-9cdd-68275d10d6ba/a389d34d-0ed5-512a-9cdd-68275d10d6ba_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 549209,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704323/general/e35d8fe3-96ad-4902-af40-c69aa6815e25.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a389d34d-0ed5-512a-9cdd-68275d10d6ba/a389d34d-0ed5-512a-9cdd-68275d10d6ba_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 338931,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704323/general/e23e591f-7668-4f8c-baec-9d878cc4a906.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a389d34d-0ed5-512a-9cdd-68275d10d6ba/a389d34d-0ed5-512a-9cdd-68275d10d6ba_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 311543,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704323/general/bbc262d7-4360-4c83-ae9d-d64b89b9a900.jpg',
'Width': 2000}],
'price': 15800,
'price_includes_vat': True,
'registration_date': '2025-10-31',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Corsa 1.2 Turbo GS - Petrol - Automatic - 101 hp - DS75BVZ '
'- 21 mi',
'transmission': 'automatic',
'trim': 'GS',
'vin': None,
'year': 2025}
2026-03-24 10:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716414%27 HTTP/1.1" 200 None
2026-03-24 10:35:17 [adesa.uk] INFO: Saving data for 10716414: {'created_time': 1774348517.4704, 'last_price_update_time': 1774348517.470412, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716414') HTTP/1.1" 204 0
2026-03-24 10:35:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb637341-e89e-5eba-84d8-2e3172db186b with identifier: 10716397
2026-03-24 10:35:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb637341-e89e-5eba-84d8-2e3172db186b with scrape type 1
2026-03-24 10:35:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item eb637341-e89e-5eba-84d8-2e3172db186b
2026-03-24 10:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5554333%252Fgeneral%252Ff179b529-4918-4bd8-be94-3e13f7b0cc7f.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5554333/general/f179b529-4918-4bd8-be94-3e13f7b0cc7f.jpg already downloaded
2026-03-24 10:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5554333%252Fgeneral%252F3d0cda49-6e98-4356-ba65-e23e3dd7e3ac.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5554333/general/3d0cda49-6e98-4356-ba65-e23e3dd7e3ac.jpg already downloaded
2026-03-24 10:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5554333%252Fgeneral%252F5e0d24cf-c4e0-4df7-8fb0-c79a3888fb01.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5554333/general/5e0d24cf-c4e0-4df7-8fb0-c79a3888fb01.jpg already downloaded
2026-03-24 10:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5554333%252Fgeneral%252F8f6fc46d-1f99-432b-b3fb-f07011795630.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5554333/general/8f6fc46d-1f99-432b-b3fb-f07011795630.jpg already downloaded
2026-03-24 10:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5554333%252Fgeneral%252F8b2fdeaf-2b00-4820-9d06-4fdff83502b9.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5554333/general/8b2fdeaf-2b00-4820-9d06-4fdff83502b9.jpg already downloaded
2026-03-24 10:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5554333%252Fgeneral%252F460b8f8f-b819-4483-9ef7-712e665913c6.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5554333/general/460b8f8f-b819-4483-9ef7-712e665913c6.jpg already downloaded
2026-03-24 10:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5554333%252Fgeneral%252F9bfedb7f-9d6b-4fbc-89fc-7750385e65d4.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5554333/general/9bfedb7f-9d6b-4fbc-89fc-7750385e65d4.jpg already downloaded
2026-03-24 10:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5554333%252Fgeneral%252Ffb11f688-5702-42c2-adb2-9eb1a807b715.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5554333/general/fb11f688-5702-42c2-adb2-9eb1a807b715.jpg already downloaded
2026-03-24 10:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5554333%252Fgeneral%252Fd8807644-04d3-49f8-a450-2583b329a228.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5554333/general/d8807644-04d3-49f8-a450-2583b329a228.jpg already downloaded
2026-03-24 10:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5554333%252Fgeneral%252Fbbe835d9-611d-4741-9ece-5446f0c26b55.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5554333/general/bbe835d9-611d-4741-9ece-5446f0c26b55.jpg already downloaded
2026-03-24 10:35:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: eb637341-e89e-5eba-84d8-2e3172db186b, identifier: 10716397
2026-03-24 10:35:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: eb637341-e89e-5eba-84d8-2e3172db186b with identifier: 10716397
2026-03-24 10:35:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: eb637341-e89e-5eba-84d8-2e3172db186b with identifier: 10716397
2026-03-24 10:35:17 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: eb637341-e89e-5eba-84d8-2e3172db186b with identifier: 10716397 to the API
2026-03-24 10:35:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716397>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Electric',
'id': 'eb637341-e89e-5eba-84d8-2e3172db186b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'ML71VAA',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716397',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 13599,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 27,
'photo_urls': ['https://images.openlane.eu/carimgs/5554333/general/f179b529-4918-4bd8-be94-3e13f7b0cc7f.jpg',
'https://images.openlane.eu/carimgs/5554333/general/3d0cda49-6e98-4356-ba65-e23e3dd7e3ac.jpg',
'https://images.openlane.eu/carimgs/5554333/general/5e0d24cf-c4e0-4df7-8fb0-c79a3888fb01.jpg',
'https://images.openlane.eu/carimgs/5554333/general/8f6fc46d-1f99-432b-b3fb-f07011795630.jpg',
'https://images.openlane.eu/carimgs/5554333/general/8b2fdeaf-2b00-4820-9d06-4fdff83502b9.jpg',
'https://images.openlane.eu/carimgs/5554333/general/460b8f8f-b819-4483-9ef7-712e665913c6.jpg',
'https://images.openlane.eu/carimgs/5554333/general/9bfedb7f-9d6b-4fbc-89fc-7750385e65d4.jpg',
'https://images.openlane.eu/carimgs/5554333/general/fb11f688-5702-42c2-adb2-9eb1a807b715.jpg',
'https://images.openlane.eu/carimgs/5554333/general/d8807644-04d3-49f8-a450-2583b329a228.jpg',
'https://images.openlane.eu/carimgs/5554333/general/bbe835d9-611d-4741-9ece-5446f0c26b55.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb637341-e89e-5eba-84d8-2e3172db186b/eb637341-e89e-5eba-84d8-2e3172db186b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97201,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5554333/general/f179b529-4918-4bd8-be94-3e13f7b0cc7f.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb637341-e89e-5eba-84d8-2e3172db186b/eb637341-e89e-5eba-84d8-2e3172db186b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93369,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5554333/general/3d0cda49-6e98-4356-ba65-e23e3dd7e3ac.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb637341-e89e-5eba-84d8-2e3172db186b/eb637341-e89e-5eba-84d8-2e3172db186b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99465,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5554333/general/5e0d24cf-c4e0-4df7-8fb0-c79a3888fb01.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb637341-e89e-5eba-84d8-2e3172db186b/eb637341-e89e-5eba-84d8-2e3172db186b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94744,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5554333/general/8f6fc46d-1f99-432b-b3fb-f07011795630.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb637341-e89e-5eba-84d8-2e3172db186b/eb637341-e89e-5eba-84d8-2e3172db186b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86517,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5554333/general/8b2fdeaf-2b00-4820-9d06-4fdff83502b9.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb637341-e89e-5eba-84d8-2e3172db186b/eb637341-e89e-5eba-84d8-2e3172db186b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76471,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5554333/general/460b8f8f-b819-4483-9ef7-712e665913c6.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb637341-e89e-5eba-84d8-2e3172db186b/eb637341-e89e-5eba-84d8-2e3172db186b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 66221,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5554333/general/9bfedb7f-9d6b-4fbc-89fc-7750385e65d4.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb637341-e89e-5eba-84d8-2e3172db186b/eb637341-e89e-5eba-84d8-2e3172db186b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 59597,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5554333/general/fb11f688-5702-42c2-adb2-9eb1a807b715.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb637341-e89e-5eba-84d8-2e3172db186b/eb637341-e89e-5eba-84d8-2e3172db186b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 63294,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5554333/general/d8807644-04d3-49f8-a450-2583b329a228.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb637341-e89e-5eba-84d8-2e3172db186b/eb637341-e89e-5eba-84d8-2e3172db186b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87326,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5554333/general/bbe835d9-611d-4741-9ece-5446f0c26b55.jpg',
'Width': 960}],
'price': 8700,
'price_includes_vat': True,
'registration_date': '2021-09-28',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Corsa-e 46 kWh Elite Nav Premium - Electric - Automatic - '
'136 hp - ML71VAA - 13,599 mi',
'transmission': 'automatic',
'trim': 'Elite Nav Premium',
'vin': None,
'year': 2021}
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716397%27 HTTP/1.1" 200 None
2026-03-24 10:35:18 [adesa.uk] INFO: Saving data for 10716397: {'created_time': 1774348518.095452, 'last_price_update_time': 1774348518.095464, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716397') HTTP/1.1" 204 0
2026-03-24 10:35:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716416> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716389> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36049df4-c43d-5e91-93d3-50f436f3f6d5 with identifier: 10716416
2026-03-24 10:35:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36049df4-c43d-5e91-93d3-50f436f3f6d5 with scrape type 1
2026-03-24 10:35:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 36049df4-c43d-5e91-93d3-50f436f3f6d5
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704602%252Fgeneral%252Fbc8b96ba-83e7-4024-a6fe-7c845c0feb6f.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704602/general/bc8b96ba-83e7-4024-a6fe-7c845c0feb6f.jpg already downloaded
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704602%252Fgeneral%252Ff308294d-44ee-4ceb-8556-51e6cb78fe86.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704602/general/f308294d-44ee-4ceb-8556-51e6cb78fe86.jpg already downloaded
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704602%252Fgeneral%252Fba1d9443-f2ee-4f3b-9d12-c0d60026da8f.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704602/general/ba1d9443-f2ee-4f3b-9d12-c0d60026da8f.jpg already downloaded
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704602%252Fgeneral%252F0c8ef995-dc44-4291-b1e2-fdea04a088fd.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704602/general/0c8ef995-dc44-4291-b1e2-fdea04a088fd.jpg already downloaded
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704602%252Fgeneral%252Fbd7c381a-2b94-45f8-a659-3956e747626f.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704602/general/bd7c381a-2b94-45f8-a659-3956e747626f.jpg already downloaded
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704602%252Fgeneral%252Fb07186bc-cf59-4157-88f2-d19bf691c887.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704602/general/b07186bc-cf59-4157-88f2-d19bf691c887.jpg already downloaded
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704602%252Fgeneral%252Fe4dea39c-a9d4-4f6e-b5fa-5e2925f07c5c.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704602/general/e4dea39c-a9d4-4f6e-b5fa-5e2925f07c5c.jpg already downloaded
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704602%252Fgeneral%252F03409f3b-4923-4762-b731-1e205ad2f6d7.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704602/general/03409f3b-4923-4762-b731-1e205ad2f6d7.jpg already downloaded
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704602%252Fgeneral%252Fa9fcfae1-9bd2-4dd5-be42-c8a1c5b69a05.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704602/general/a9fcfae1-9bd2-4dd5-be42-c8a1c5b69a05.jpg already downloaded
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704602%252Fgeneral%252F9f0a7079-a1d9-4ffa-8549-f1ec53d21a0d.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704602/general/9f0a7079-a1d9-4ffa-8549-f1ec53d21a0d.jpg already downloaded
2026-03-24 10:35:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 36049df4-c43d-5e91-93d3-50f436f3f6d5, identifier: 10716416
2026-03-24 10:35:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db4c4039-2a9c-5476-9b3a-4cb8b57dbf65 with identifier: 10716389
2026-03-24 10:35:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db4c4039-2a9c-5476-9b3a-4cb8b57dbf65 with scrape type 1
2026-03-24 10:35:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item db4c4039-2a9c-5476-9b3a-4cb8b57dbf65
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5541592%252Fgeneral%252F8edf7d32-887f-48d6-98e5-7905c837837c.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5541592/general/8edf7d32-887f-48d6-98e5-7905c837837c.jpg already downloaded
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5541592%252Fgeneral%252F0606353d-3225-402e-b6a6-6b04d7203315.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5541592/general/0606353d-3225-402e-b6a6-6b04d7203315.jpg already downloaded
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5541592%252Fgeneral%252F353f1024-8fde-4763-bc0c-34527d7538b8.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5541592/general/353f1024-8fde-4763-bc0c-34527d7538b8.jpg already downloaded
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5541592%252Fgeneral%252F7d322a90-5b29-4f30-b3c7-310154c7690c.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5541592/general/7d322a90-5b29-4f30-b3c7-310154c7690c.jpg already downloaded
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5541592%252Fgeneral%252F5973145c-f7c8-47ca-a1c1-c0afc75ba27d.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5541592/general/5973145c-f7c8-47ca-a1c1-c0afc75ba27d.jpg already downloaded
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5541592%252Fgeneral%252Fb2a53937-9f55-40ba-8d04-f91c670ef3d9.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5541592/general/b2a53937-9f55-40ba-8d04-f91c670ef3d9.jpg already downloaded
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5541592%252Fgeneral%252Fc3ee2678-4871-4e8a-b605-c3a0c521d626.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5541592/general/c3ee2678-4871-4e8a-b605-c3a0c521d626.jpg already downloaded
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5541592%252Fgeneral%252F7575c36b-6f8c-40e8-b2d8-d30a9468eb9e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5541592/general/7575c36b-6f8c-40e8-b2d8-d30a9468eb9e.jpg already downloaded
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5541592%252Fgeneral%252F653b32d2-da69-4c65-907f-72e6c8c453a4.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5541592/general/653b32d2-da69-4c65-907f-72e6c8c453a4.jpg already downloaded
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5541592%252Fgeneral%252F2ef22e36-46f2-47da-be4d-7d5b048e7076.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5541592/general/2ef22e36-46f2-47da-be4d-7d5b048e7076.jpg already downloaded
2026-03-24 10:35:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: db4c4039-2a9c-5476-9b3a-4cb8b57dbf65, identifier: 10716389
2026-03-24 10:35:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 36049df4-c43d-5e91-93d3-50f436f3f6d5 with identifier: 10716416
2026-03-24 10:35:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 36049df4-c43d-5e91-93d3-50f436f3f6d5 with identifier: 10716416
2026-03-24 10:35:18 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 36049df4-c43d-5e91-93d3-50f436f3f6d5 with identifier: 10716416 to the API
2026-03-24 10:35:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716416>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Red',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 101,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': '36049df4-c43d-5e91-93d3-50f436f3f6d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DS75BWK',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716416',
'listing': 'auction',
'location': 'Stoke-on-Trent',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 5,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 20,
'photo_urls': ['https://images.openlane.eu/carimgs/5704602/general/bc8b96ba-83e7-4024-a6fe-7c845c0feb6f.jpg',
'https://images.openlane.eu/carimgs/5704602/general/f308294d-44ee-4ceb-8556-51e6cb78fe86.jpg',
'https://images.openlane.eu/carimgs/5704602/general/ba1d9443-f2ee-4f3b-9d12-c0d60026da8f.jpg',
'https://images.openlane.eu/carimgs/5704602/general/0c8ef995-dc44-4291-b1e2-fdea04a088fd.jpg',
'https://images.openlane.eu/carimgs/5704602/general/bd7c381a-2b94-45f8-a659-3956e747626f.jpg',
'https://images.openlane.eu/carimgs/5704602/general/b07186bc-cf59-4157-88f2-d19bf691c887.jpg',
'https://images.openlane.eu/carimgs/5704602/general/e4dea39c-a9d4-4f6e-b5fa-5e2925f07c5c.jpg',
'https://images.openlane.eu/carimgs/5704602/general/03409f3b-4923-4762-b731-1e205ad2f6d7.jpg',
'https://images.openlane.eu/carimgs/5704602/general/a9fcfae1-9bd2-4dd5-be42-c8a1c5b69a05.jpg',
'https://images.openlane.eu/carimgs/5704602/general/9f0a7079-a1d9-4ffa-8549-f1ec53d21a0d.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36049df4-c43d-5e91-93d3-50f436f3f6d5/36049df4-c43d-5e91-93d3-50f436f3f6d5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 701062,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704602/general/bc8b96ba-83e7-4024-a6fe-7c845c0feb6f.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36049df4-c43d-5e91-93d3-50f436f3f6d5/36049df4-c43d-5e91-93d3-50f436f3f6d5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 648990,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704602/general/f308294d-44ee-4ceb-8556-51e6cb78fe86.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36049df4-c43d-5e91-93d3-50f436f3f6d5/36049df4-c43d-5e91-93d3-50f436f3f6d5_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 678349,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704602/general/ba1d9443-f2ee-4f3b-9d12-c0d60026da8f.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36049df4-c43d-5e91-93d3-50f436f3f6d5/36049df4-c43d-5e91-93d3-50f436f3f6d5_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 801964,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704602/general/0c8ef995-dc44-4291-b1e2-fdea04a088fd.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36049df4-c43d-5e91-93d3-50f436f3f6d5/36049df4-c43d-5e91-93d3-50f436f3f6d5_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 618636,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704602/general/bd7c381a-2b94-45f8-a659-3956e747626f.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36049df4-c43d-5e91-93d3-50f436f3f6d5/36049df4-c43d-5e91-93d3-50f436f3f6d5_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 630367,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704602/general/b07186bc-cf59-4157-88f2-d19bf691c887.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36049df4-c43d-5e91-93d3-50f436f3f6d5/36049df4-c43d-5e91-93d3-50f436f3f6d5_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 449198,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704602/general/e4dea39c-a9d4-4f6e-b5fa-5e2925f07c5c.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36049df4-c43d-5e91-93d3-50f436f3f6d5/36049df4-c43d-5e91-93d3-50f436f3f6d5_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 356800,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704602/general/03409f3b-4923-4762-b731-1e205ad2f6d7.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36049df4-c43d-5e91-93d3-50f436f3f6d5/36049df4-c43d-5e91-93d3-50f436f3f6d5_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 358567,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704602/general/a9fcfae1-9bd2-4dd5-be42-c8a1c5b69a05.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36049df4-c43d-5e91-93d3-50f436f3f6d5/36049df4-c43d-5e91-93d3-50f436f3f6d5_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 392131,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704602/general/9f0a7079-a1d9-4ffa-8549-f1ec53d21a0d.jpg',
'Width': 2000}],
'price': 15800,
'price_includes_vat': True,
'registration_date': '2025-10-31',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Corsa 1.2 Turbo GS - Petrol - Automatic - 101 hp - DS75BWK '
'- 5 mi',
'transmission': 'automatic',
'trim': 'GS',
'vin': None,
'year': 2025}
2026-03-24 10:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716416%27 HTTP/1.1" 200 None
2026-03-24 10:35:19 [adesa.uk] INFO: Saving data for 10716416: {'created_time': 1774348519.03415, 'last_price_update_time': 1774348519.034161, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716416') HTTP/1.1" 204 0
2026-03-24 10:35:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: db4c4039-2a9c-5476-9b3a-4cb8b57dbf65 with identifier: 10716389
2026-03-24 10:35:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: db4c4039-2a9c-5476-9b3a-4cb8b57dbf65 with identifier: 10716389
2026-03-24 10:35:19 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: db4c4039-2a9c-5476-9b3a-4cb8b57dbf65 with identifier: 10716389 to the API
2026-03-24 10:35:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716389>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 156,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Electric',
'id': 'db4c4039-2a9c-5476-9b3a-4cb8b57dbf65',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YV23KAU',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716389',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Astra-e',
'odometer': 18705,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 29,
'photo_urls': ['https://images.openlane.eu/carimgs/5541592/general/8edf7d32-887f-48d6-98e5-7905c837837c.jpg',
'https://images.openlane.eu/carimgs/5541592/general/0606353d-3225-402e-b6a6-6b04d7203315.jpg',
'https://images.openlane.eu/carimgs/5541592/general/353f1024-8fde-4763-bc0c-34527d7538b8.jpg',
'https://images.openlane.eu/carimgs/5541592/general/7d322a90-5b29-4f30-b3c7-310154c7690c.jpg',
'https://images.openlane.eu/carimgs/5541592/general/5973145c-f7c8-47ca-a1c1-c0afc75ba27d.jpg',
'https://images.openlane.eu/carimgs/5541592/general/b2a53937-9f55-40ba-8d04-f91c670ef3d9.jpg',
'https://images.openlane.eu/carimgs/5541592/general/c3ee2678-4871-4e8a-b605-c3a0c521d626.jpg',
'https://images.openlane.eu/carimgs/5541592/general/7575c36b-6f8c-40e8-b2d8-d30a9468eb9e.jpg',
'https://images.openlane.eu/carimgs/5541592/general/653b32d2-da69-4c65-907f-72e6c8c453a4.jpg',
'https://images.openlane.eu/carimgs/5541592/general/2ef22e36-46f2-47da-be4d-7d5b048e7076.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db4c4039-2a9c-5476-9b3a-4cb8b57dbf65/db4c4039-2a9c-5476-9b3a-4cb8b57dbf65_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 117934,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5541592/general/8edf7d32-887f-48d6-98e5-7905c837837c.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db4c4039-2a9c-5476-9b3a-4cb8b57dbf65/db4c4039-2a9c-5476-9b3a-4cb8b57dbf65_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 127739,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5541592/general/0606353d-3225-402e-b6a6-6b04d7203315.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db4c4039-2a9c-5476-9b3a-4cb8b57dbf65/db4c4039-2a9c-5476-9b3a-4cb8b57dbf65_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126233,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5541592/general/353f1024-8fde-4763-bc0c-34527d7538b8.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db4c4039-2a9c-5476-9b3a-4cb8b57dbf65/db4c4039-2a9c-5476-9b3a-4cb8b57dbf65_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137804,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5541592/general/7d322a90-5b29-4f30-b3c7-310154c7690c.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db4c4039-2a9c-5476-9b3a-4cb8b57dbf65/db4c4039-2a9c-5476-9b3a-4cb8b57dbf65_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101826,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5541592/general/5973145c-f7c8-47ca-a1c1-c0afc75ba27d.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db4c4039-2a9c-5476-9b3a-4cb8b57dbf65/db4c4039-2a9c-5476-9b3a-4cb8b57dbf65_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113723,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5541592/general/b2a53937-9f55-40ba-8d04-f91c670ef3d9.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db4c4039-2a9c-5476-9b3a-4cb8b57dbf65/db4c4039-2a9c-5476-9b3a-4cb8b57dbf65_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87180,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5541592/general/c3ee2678-4871-4e8a-b605-c3a0c521d626.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db4c4039-2a9c-5476-9b3a-4cb8b57dbf65/db4c4039-2a9c-5476-9b3a-4cb8b57dbf65_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81831,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5541592/general/7575c36b-6f8c-40e8-b2d8-d30a9468eb9e.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db4c4039-2a9c-5476-9b3a-4cb8b57dbf65/db4c4039-2a9c-5476-9b3a-4cb8b57dbf65_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76304,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5541592/general/653b32d2-da69-4c65-907f-72e6c8c453a4.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db4c4039-2a9c-5476-9b3a-4cb8b57dbf65/db4c4039-2a9c-5476-9b3a-4cb8b57dbf65_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87027,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5541592/general/2ef22e36-46f2-47da-be4d-7d5b048e7076.jpg',
'Width': 960}],
'price': 12600,
'price_includes_vat': True,
'registration_date': '2023-08-25',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Astra-e 51 kWh Ultimate - Electric - Automatic - 156 hp - '
'YV23KAU - 18,705 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2023}
2026-03-24 10:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716389%27 HTTP/1.1" 200 None
2026-03-24 10:35:19 [adesa.uk] INFO: Saving data for 10716389: {'created_time': 1774348519.380523, 'last_price_update_time': 1774348519.380535, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716389') HTTP/1.1" 204 0
2026-03-24 10:35:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716368> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716390> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3d20029-ebc8-5421-b523-afe3f90adb12 with identifier: 10716368
2026-03-24 10:35:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3d20029-ebc8-5421-b523-afe3f90adb12 with scrape type 1
2026-03-24 10:35:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b3d20029-ebc8-5421-b523-afe3f90adb12
2026-03-24 10:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5418880%252Fgeneral%252F8cbce409-ac43-448b-9db1-eea50d4f0851.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5418880/general/8cbce409-ac43-448b-9db1-eea50d4f0851.jpg already downloaded
2026-03-24 10:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5418880%252Fgeneral%252Fc3f904c6-d399-4ae3-a07d-9f1d16aa1d74.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5418880/general/c3f904c6-d399-4ae3-a07d-9f1d16aa1d74.jpg already downloaded
2026-03-24 10:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5418880%252Fgeneral%252F70c55182-1ba7-4878-b8a3-3fb6198f87bb.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5418880/general/70c55182-1ba7-4878-b8a3-3fb6198f87bb.jpg already downloaded
2026-03-24 10:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5418880%252Fgeneral%252Fdd7eb129-7f60-4c66-9cd1-c45e80d8cce0.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5418880/general/dd7eb129-7f60-4c66-9cd1-c45e80d8cce0.jpg already downloaded
2026-03-24 10:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5418880%252Fgeneral%252Fd0479b3c-13b9-4576-aa4f-a22f30980475.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5418880/general/d0479b3c-13b9-4576-aa4f-a22f30980475.jpg already downloaded
2026-03-24 10:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5418880%252Fgeneral%252Fe4f03567-4a8e-4f84-be95-383ada93c306.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5418880/general/e4f03567-4a8e-4f84-be95-383ada93c306.jpg already downloaded
2026-03-24 10:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5418880%252Fgeneral%252F5baff728-f288-4380-b9ba-68b6418598a5.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5418880/general/5baff728-f288-4380-b9ba-68b6418598a5.jpg already downloaded
2026-03-24 10:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5418880%252Fgeneral%252Fbe26b1f4-8fcd-423e-a28d-e6bc3c6fc295.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5418880/general/be26b1f4-8fcd-423e-a28d-e6bc3c6fc295.jpg already downloaded
2026-03-24 10:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5418880%252Fgeneral%252F7cdfcae5-68b5-4c85-95ad-1c6a268afad6.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5418880/general/7cdfcae5-68b5-4c85-95ad-1c6a268afad6.jpg already downloaded
2026-03-24 10:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5418880%252Fgeneral%252F99659af1-6e8d-4ce4-9713-fa886e28a927.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5418880/general/99659af1-6e8d-4ce4-9713-fa886e28a927.jpg already downloaded
2026-03-24 10:35:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: b3d20029-ebc8-5421-b523-afe3f90adb12, identifier: 10716368
2026-03-24 10:35:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: b3d20029-ebc8-5421-b523-afe3f90adb12 with identifier: 10716368
2026-03-24 10:35:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: b3d20029-ebc8-5421-b523-afe3f90adb12 with identifier: 10716368
2026-03-24 10:35:19 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: b3d20029-ebc8-5421-b523-afe3f90adb12 with identifier: 10716368 to the API
2026-03-24 10:35:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716368>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 156,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Electric',
'id': 'b3d20029-ebc8-5421-b523-afe3f90adb12',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WO23USB',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716368',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Astra-e',
'odometer': 20149,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 24,
'photo_urls': ['https://images.openlane.eu/carimgs/5418880/general/8cbce409-ac43-448b-9db1-eea50d4f0851.jpg',
'https://images.openlane.eu/carimgs/5418880/general/c3f904c6-d399-4ae3-a07d-9f1d16aa1d74.jpg',
'https://images.openlane.eu/carimgs/5418880/general/70c55182-1ba7-4878-b8a3-3fb6198f87bb.jpg',
'https://images.openlane.eu/carimgs/5418880/general/dd7eb129-7f60-4c66-9cd1-c45e80d8cce0.jpg',
'https://images.openlane.eu/carimgs/5418880/general/d0479b3c-13b9-4576-aa4f-a22f30980475.jpg',
'https://images.openlane.eu/carimgs/5418880/general/e4f03567-4a8e-4f84-be95-383ada93c306.jpg',
'https://images.openlane.eu/carimgs/5418880/general/5baff728-f288-4380-b9ba-68b6418598a5.jpg',
'https://images.openlane.eu/carimgs/5418880/general/be26b1f4-8fcd-423e-a28d-e6bc3c6fc295.jpg',
'https://images.openlane.eu/carimgs/5418880/general/7cdfcae5-68b5-4c85-95ad-1c6a268afad6.jpg',
'https://images.openlane.eu/carimgs/5418880/general/99659af1-6e8d-4ce4-9713-fa886e28a927.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b3d20029-ebc8-5421-b523-afe3f90adb12/b3d20029-ebc8-5421-b523-afe3f90adb12_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 316735,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5418880/general/8cbce409-ac43-448b-9db1-eea50d4f0851.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b3d20029-ebc8-5421-b523-afe3f90adb12/b3d20029-ebc8-5421-b523-afe3f90adb12_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 298563,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5418880/general/c3f904c6-d399-4ae3-a07d-9f1d16aa1d74.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b3d20029-ebc8-5421-b523-afe3f90adb12/b3d20029-ebc8-5421-b523-afe3f90adb12_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 267755,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5418880/general/70c55182-1ba7-4878-b8a3-3fb6198f87bb.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b3d20029-ebc8-5421-b523-afe3f90adb12/b3d20029-ebc8-5421-b523-afe3f90adb12_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 254102,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5418880/general/dd7eb129-7f60-4c66-9cd1-c45e80d8cce0.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b3d20029-ebc8-5421-b523-afe3f90adb12/b3d20029-ebc8-5421-b523-afe3f90adb12_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 258425,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5418880/general/d0479b3c-13b9-4576-aa4f-a22f30980475.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b3d20029-ebc8-5421-b523-afe3f90adb12/b3d20029-ebc8-5421-b523-afe3f90adb12_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 254153,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5418880/general/e4f03567-4a8e-4f84-be95-383ada93c306.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b3d20029-ebc8-5421-b523-afe3f90adb12/b3d20029-ebc8-5421-b523-afe3f90adb12_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 214697,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5418880/general/5baff728-f288-4380-b9ba-68b6418598a5.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b3d20029-ebc8-5421-b523-afe3f90adb12/b3d20029-ebc8-5421-b523-afe3f90adb12_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 172090,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5418880/general/be26b1f4-8fcd-423e-a28d-e6bc3c6fc295.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b3d20029-ebc8-5421-b523-afe3f90adb12/b3d20029-ebc8-5421-b523-afe3f90adb12_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 172411,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5418880/general/7cdfcae5-68b5-4c85-95ad-1c6a268afad6.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b3d20029-ebc8-5421-b523-afe3f90adb12/b3d20029-ebc8-5421-b523-afe3f90adb12_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 234366,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5418880/general/99659af1-6e8d-4ce4-9713-fa886e28a927.jpg',
'Width': 1440}],
'price': 12900,
'price_includes_vat': True,
'registration_date': '2023-08-14',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Astra-e 51 kWh Ultimate - Electric - Automatic - 156 hp - '
'WO23USB - 20,149 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2023}
2026-03-24 10:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716368%27 HTTP/1.1" 200 None
2026-03-24 10:35:20 [adesa.uk] INFO: Saving data for 10716368: {'created_time': 1774348520.103354, 'last_price_update_time': 1774348520.103364, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716368') HTTP/1.1" 204 0
2026-03-24 10:35:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87508e21-9dfe-5f86-8981-e8870cad4357 with identifier: 10716390
2026-03-24 10:35:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87508e21-9dfe-5f86-8981-e8870cad4357 with scrape type 1
2026-03-24 10:35:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 87508e21-9dfe-5f86-8981-e8870cad4357
2026-03-24 10:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5541911%252Fgeneral%252Fa5a53016-e461-4529-88fc-b3b89a0e8154.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5541911/general/a5a53016-e461-4529-88fc-b3b89a0e8154.jpg already downloaded
2026-03-24 10:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5541911%252Fgeneral%252F8ae03add-dc4b-4b07-8326-faa248ae02fe.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5541911/general/8ae03add-dc4b-4b07-8326-faa248ae02fe.jpg already downloaded
2026-03-24 10:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5541911%252Fgeneral%252F8f9b63f2-cba6-44c5-8ee7-e6bc2f09ad02.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5541911/general/8f9b63f2-cba6-44c5-8ee7-e6bc2f09ad02.jpg already downloaded
2026-03-24 10:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5541911%252Fgeneral%252Fac19ae54-d839-401b-b7da-0419608be93c.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5541911/general/ac19ae54-d839-401b-b7da-0419608be93c.jpg already downloaded
2026-03-24 10:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5541911%252Fgeneral%252F7433104e-16af-467a-a209-d1d4d5ad3b15.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5541911/general/7433104e-16af-467a-a209-d1d4d5ad3b15.jpg already downloaded
2026-03-24 10:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5541911%252Fgeneral%252F68491db7-2a3c-436d-97bd-28da8e97186b.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5541911/general/68491db7-2a3c-436d-97bd-28da8e97186b.jpg already downloaded
2026-03-24 10:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5541911%252Fgeneral%252F51c343d5-446e-43d8-95d2-d583278db66c.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5541911/general/51c343d5-446e-43d8-95d2-d583278db66c.jpg already downloaded
2026-03-24 10:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5541911%252Fgeneral%252F96021cc4-dd45-4440-b82b-b62470323918.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5541911/general/96021cc4-dd45-4440-b82b-b62470323918.jpg already downloaded
2026-03-24 10:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5541911%252Fgeneral%252F34774b30-6e33-401b-938e-8ab295d6902f.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5541911/general/34774b30-6e33-401b-938e-8ab295d6902f.jpg already downloaded
2026-03-24 10:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5541911%252Fgeneral%252F21275a58-40d4-4cd0-883f-1a32b7581875.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5541911/general/21275a58-40d4-4cd0-883f-1a32b7581875.jpg already downloaded
2026-03-24 10:35:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 87508e21-9dfe-5f86-8981-e8870cad4357, identifier: 10716390
2026-03-24 10:35:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 87508e21-9dfe-5f86-8981-e8870cad4357 with identifier: 10716390
2026-03-24 10:35:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 87508e21-9dfe-5f86-8981-e8870cad4357 with identifier: 10716390
2026-03-24 10:35:20 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 87508e21-9dfe-5f86-8981-e8870cad4357 with identifier: 10716390 to the API
2026-03-24 10:35:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716390>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 156,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Electric',
'id': '87508e21-9dfe-5f86-8981-e8870cad4357',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SXZ7979',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716390',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Astra-e',
'odometer': 17596,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 22,
'photo_urls': ['https://images.openlane.eu/carimgs/5541911/general/a5a53016-e461-4529-88fc-b3b89a0e8154.jpg',
'https://images.openlane.eu/carimgs/5541911/general/8ae03add-dc4b-4b07-8326-faa248ae02fe.jpg',
'https://images.openlane.eu/carimgs/5541911/general/8f9b63f2-cba6-44c5-8ee7-e6bc2f09ad02.jpg',
'https://images.openlane.eu/carimgs/5541911/general/ac19ae54-d839-401b-b7da-0419608be93c.jpg',
'https://images.openlane.eu/carimgs/5541911/general/7433104e-16af-467a-a209-d1d4d5ad3b15.jpg',
'https://images.openlane.eu/carimgs/5541911/general/68491db7-2a3c-436d-97bd-28da8e97186b.jpg',
'https://images.openlane.eu/carimgs/5541911/general/51c343d5-446e-43d8-95d2-d583278db66c.jpg',
'https://images.openlane.eu/carimgs/5541911/general/96021cc4-dd45-4440-b82b-b62470323918.jpg',
'https://images.openlane.eu/carimgs/5541911/general/34774b30-6e33-401b-938e-8ab295d6902f.jpg',
'https://images.openlane.eu/carimgs/5541911/general/21275a58-40d4-4cd0-883f-1a32b7581875.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87508e21-9dfe-5f86-8981-e8870cad4357/87508e21-9dfe-5f86-8981-e8870cad4357_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 125303,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5541911/general/a5a53016-e461-4529-88fc-b3b89a0e8154.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87508e21-9dfe-5f86-8981-e8870cad4357/87508e21-9dfe-5f86-8981-e8870cad4357_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 125201,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5541911/general/8ae03add-dc4b-4b07-8326-faa248ae02fe.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87508e21-9dfe-5f86-8981-e8870cad4357/87508e21-9dfe-5f86-8981-e8870cad4357_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 136731,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5541911/general/8f9b63f2-cba6-44c5-8ee7-e6bc2f09ad02.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87508e21-9dfe-5f86-8981-e8870cad4357/87508e21-9dfe-5f86-8981-e8870cad4357_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115828,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5541911/general/ac19ae54-d839-401b-b7da-0419608be93c.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87508e21-9dfe-5f86-8981-e8870cad4357/87508e21-9dfe-5f86-8981-e8870cad4357_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97656,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5541911/general/7433104e-16af-467a-a209-d1d4d5ad3b15.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87508e21-9dfe-5f86-8981-e8870cad4357/87508e21-9dfe-5f86-8981-e8870cad4357_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108845,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5541911/general/68491db7-2a3c-436d-97bd-28da8e97186b.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87508e21-9dfe-5f86-8981-e8870cad4357/87508e21-9dfe-5f86-8981-e8870cad4357_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72253,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5541911/general/51c343d5-446e-43d8-95d2-d583278db66c.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87508e21-9dfe-5f86-8981-e8870cad4357/87508e21-9dfe-5f86-8981-e8870cad4357_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 56565,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5541911/general/96021cc4-dd45-4440-b82b-b62470323918.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87508e21-9dfe-5f86-8981-e8870cad4357/87508e21-9dfe-5f86-8981-e8870cad4357_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84046,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5541911/general/34774b30-6e33-401b-938e-8ab295d6902f.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87508e21-9dfe-5f86-8981-e8870cad4357/87508e21-9dfe-5f86-8981-e8870cad4357_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106997,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5541911/general/21275a58-40d4-4cd0-883f-1a32b7581875.jpg',
'Width': 960}],
'price': 12600,
'price_includes_vat': True,
'registration_date': '2023-08-30',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Astra-e 51 kWh Ultimate - Electric - Automatic - 156 hp - '
'SXZ7979 - 17,596 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2023}
2026-03-24 10:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716390%27 HTTP/1.1" 200 None
2026-03-24 10:35:20 [adesa.uk] INFO: Saving data for 10716390: {'created_time': 1774348520.691083, 'last_price_update_time': 1774348520.691094, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716390') HTTP/1.1" 204 0
2026-03-24 10:35:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716391> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0023d02a-dea7-585a-97a5-ff3a611893bf with identifier: 10716391
2026-03-24 10:35:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0023d02a-dea7-585a-97a5-ff3a611893bf with scrape type 1
2026-03-24 10:35:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0023d02a-dea7-585a-97a5-ff3a611893bf
2026-03-24 10:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5541205%252Fgeneral%252F22e8b62d-8021-48b1-bcda-28a84629d6bf.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5541205/general/22e8b62d-8021-48b1-bcda-28a84629d6bf.jpg already downloaded
2026-03-24 10:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5541205%252Fgeneral%252F95f28e76-ffb0-45a9-b244-987b8a282d3c.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5541205/general/95f28e76-ffb0-45a9-b244-987b8a282d3c.jpg already downloaded
2026-03-24 10:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5541205%252Fgeneral%252F8dcf1e1a-02e4-42b2-9ce4-d818d75bbe2b.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5541205/general/8dcf1e1a-02e4-42b2-9ce4-d818d75bbe2b.jpg already downloaded
2026-03-24 10:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5541205%252Fgeneral%252F1424fa0d-0974-4931-9e78-f42a22c946ba.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5541205/general/1424fa0d-0974-4931-9e78-f42a22c946ba.jpg already downloaded
2026-03-24 10:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5541205%252Fgeneral%252F5d6c9694-1f60-4d1e-9146-1624fe326ee6.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5541205/general/5d6c9694-1f60-4d1e-9146-1624fe326ee6.jpg already downloaded
2026-03-24 10:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5541205%252Fgeneral%252Fae3ec9b6-4dc6-40a8-a401-6967367b9102.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5541205/general/ae3ec9b6-4dc6-40a8-a401-6967367b9102.jpg already downloaded
2026-03-24 10:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5541205%252Fgeneral%252F86027dc3-4523-4d73-89f8-1a3b7957f9a7.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5541205/general/86027dc3-4523-4d73-89f8-1a3b7957f9a7.jpg already downloaded
2026-03-24 10:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5541205%252Fgeneral%252F16888d6e-075e-428b-9336-d4fe66ceb086.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5541205/general/16888d6e-075e-428b-9336-d4fe66ceb086.jpg already downloaded
2026-03-24 10:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5541205%252Fgeneral%252F345f2fb0-5458-4ca7-9b3b-7a49bc055121.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5541205/general/345f2fb0-5458-4ca7-9b3b-7a49bc055121.jpg already downloaded
2026-03-24 10:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5541205%252Fgeneral%252F01d6bfc7-0688-4bf5-9f3b-09706bb588c7.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5541205/general/01d6bfc7-0688-4bf5-9f3b-09706bb588c7.jpg already downloaded
2026-03-24 10:35:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 0023d02a-dea7-585a-97a5-ff3a611893bf, identifier: 10716391
2026-03-24 10:35:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 0023d02a-dea7-585a-97a5-ff3a611893bf with identifier: 10716391
2026-03-24 10:35:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 0023d02a-dea7-585a-97a5-ff3a611893bf with identifier: 10716391
2026-03-24 10:35:21 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 0023d02a-dea7-585a-97a5-ff3a611893bf with identifier: 10716391 to the API
2026-03-24 10:35:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716391>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 156,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Electric',
'id': '0023d02a-dea7-585a-97a5-ff3a611893bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LD23VRK',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716391',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Astra-e',
'odometer': 19715,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 18,
'photo_urls': ['https://images.openlane.eu/carimgs/5541205/general/22e8b62d-8021-48b1-bcda-28a84629d6bf.jpg',
'https://images.openlane.eu/carimgs/5541205/general/95f28e76-ffb0-45a9-b244-987b8a282d3c.jpg',
'https://images.openlane.eu/carimgs/5541205/general/8dcf1e1a-02e4-42b2-9ce4-d818d75bbe2b.jpg',
'https://images.openlane.eu/carimgs/5541205/general/1424fa0d-0974-4931-9e78-f42a22c946ba.jpg',
'https://images.openlane.eu/carimgs/5541205/general/5d6c9694-1f60-4d1e-9146-1624fe326ee6.jpg',
'https://images.openlane.eu/carimgs/5541205/general/ae3ec9b6-4dc6-40a8-a401-6967367b9102.jpg',
'https://images.openlane.eu/carimgs/5541205/general/86027dc3-4523-4d73-89f8-1a3b7957f9a7.jpg',
'https://images.openlane.eu/carimgs/5541205/general/16888d6e-075e-428b-9336-d4fe66ceb086.jpg',
'https://images.openlane.eu/carimgs/5541205/general/345f2fb0-5458-4ca7-9b3b-7a49bc055121.jpg',
'https://images.openlane.eu/carimgs/5541205/general/01d6bfc7-0688-4bf5-9f3b-09706bb588c7.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0023d02a-dea7-585a-97a5-ff3a611893bf/0023d02a-dea7-585a-97a5-ff3a611893bf_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102245,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5541205/general/22e8b62d-8021-48b1-bcda-28a84629d6bf.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0023d02a-dea7-585a-97a5-ff3a611893bf/0023d02a-dea7-585a-97a5-ff3a611893bf_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119186,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5541205/general/95f28e76-ffb0-45a9-b244-987b8a282d3c.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0023d02a-dea7-585a-97a5-ff3a611893bf/0023d02a-dea7-585a-97a5-ff3a611893bf_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112668,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5541205/general/8dcf1e1a-02e4-42b2-9ce4-d818d75bbe2b.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0023d02a-dea7-585a-97a5-ff3a611893bf/0023d02a-dea7-585a-97a5-ff3a611893bf_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116062,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5541205/general/1424fa0d-0974-4931-9e78-f42a22c946ba.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0023d02a-dea7-585a-97a5-ff3a611893bf/0023d02a-dea7-585a-97a5-ff3a611893bf_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112660,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5541205/general/5d6c9694-1f60-4d1e-9146-1624fe326ee6.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0023d02a-dea7-585a-97a5-ff3a611893bf/0023d02a-dea7-585a-97a5-ff3a611893bf_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84456,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5541205/general/ae3ec9b6-4dc6-40a8-a401-6967367b9102.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0023d02a-dea7-585a-97a5-ff3a611893bf/0023d02a-dea7-585a-97a5-ff3a611893bf_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65934,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5541205/general/86027dc3-4523-4d73-89f8-1a3b7957f9a7.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0023d02a-dea7-585a-97a5-ff3a611893bf/0023d02a-dea7-585a-97a5-ff3a611893bf_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58256,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5541205/general/16888d6e-075e-428b-9336-d4fe66ceb086.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0023d02a-dea7-585a-97a5-ff3a611893bf/0023d02a-dea7-585a-97a5-ff3a611893bf_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57663,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5541205/general/345f2fb0-5458-4ca7-9b3b-7a49bc055121.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0023d02a-dea7-585a-97a5-ff3a611893bf/0023d02a-dea7-585a-97a5-ff3a611893bf_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88378,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5541205/general/01d6bfc7-0688-4bf5-9f3b-09706bb588c7.jpg',
'Width': 960}],
'price': 12900,
'price_includes_vat': True,
'registration_date': '2023-08-30',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Astra-e 51 kWh Ultimate - Electric - Automatic - 156 hp - '
'LD23VRK - 19,715 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2023}
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716391%27 HTTP/1.1" 200 None
2026-03-24 10:35:22 [adesa.uk] INFO: Saving data for 10716391: {'created_time': 1774348522.075919, 'last_price_update_time': 1774348522.075932, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716391') HTTP/1.1" 204 0
2026-03-24 10:35:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716418> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716369> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5356f719-95f0-5a3b-b280-d1ffdc60de8c with identifier: 10716418
2026-03-24 10:35:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5356f719-95f0-5a3b-b280-d1ffdc60de8c with scrape type 1
2026-03-24 10:35:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5356f719-95f0-5a3b-b280-d1ffdc60de8c
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704318%252Fgeneral%252F9039e19c-4aed-4b3a-9c0c-25cd064fb7ef.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704318/general/9039e19c-4aed-4b3a-9c0c-25cd064fb7ef.jpg already downloaded
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704318%252Fgeneral%252Fd937f276-afbb-45ec-84bd-451f777736a0.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704318/general/d937f276-afbb-45ec-84bd-451f777736a0.jpg already downloaded
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704318%252Fgeneral%252Fab4e2b80-cf05-4338-84ab-490ceeb2c7b4.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704318/general/ab4e2b80-cf05-4338-84ab-490ceeb2c7b4.jpg already downloaded
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704318%252Fgeneral%252F198116eb-9a4b-4907-bc4d-ef88b061512e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704318/general/198116eb-9a4b-4907-bc4d-ef88b061512e.jpg already downloaded
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704318%252Fgeneral%252Ff2df4576-d27d-4b8a-819f-2907e1815da7.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704318/general/f2df4576-d27d-4b8a-819f-2907e1815da7.jpg already downloaded
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704318%252Fgeneral%252F85617bfc-8676-45b8-bd64-051f46802f07.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704318/general/85617bfc-8676-45b8-bd64-051f46802f07.jpg already downloaded
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704318%252Fgeneral%252Fe73c975e-9e79-485d-a446-5e5577ba01fe.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704318/general/e73c975e-9e79-485d-a446-5e5577ba01fe.jpg already downloaded
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704318%252Fgeneral%252Fea488f29-5f52-4e5a-8eac-e3e7fa00826d.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704318/general/ea488f29-5f52-4e5a-8eac-e3e7fa00826d.jpg already downloaded
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704318%252Fgeneral%252F77260057-00f4-4592-86dc-b522b2fb18bf.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704318/general/77260057-00f4-4592-86dc-b522b2fb18bf.jpg already downloaded
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704318%252Fgeneral%252F64b04a3c-ba61-43e0-b583-2561dae506a7.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704318/general/64b04a3c-ba61-43e0-b583-2561dae506a7.jpg already downloaded
2026-03-24 10:35:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 5356f719-95f0-5a3b-b280-d1ffdc60de8c, identifier: 10716418
2026-03-24 10:35:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 5356f719-95f0-5a3b-b280-d1ffdc60de8c with identifier: 10716418
2026-03-24 10:35:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 5356f719-95f0-5a3b-b280-d1ffdc60de8c with identifier: 10716418
2026-03-24 10:35:22 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 5356f719-95f0-5a3b-b280-d1ffdc60de8c with identifier: 10716418 to the API
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716418>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 101,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': '5356f719-95f0-5a3b-b280-d1ffdc60de8c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DS75BWC',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716418',
'listing': 'auction',
'location': 'Stoke-on-Trent',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 18,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 20,
'photo_urls': ['https://images.openlane.eu/carimgs/5704318/general/9039e19c-4aed-4b3a-9c0c-25cd064fb7ef.jpg',
'https://images.openlane.eu/carimgs/5704318/general/d937f276-afbb-45ec-84bd-451f777736a0.jpg',
'https://images.openlane.eu/carimgs/5704318/general/ab4e2b80-cf05-4338-84ab-490ceeb2c7b4.jpg',
'https://images.openlane.eu/carimgs/5704318/general/198116eb-9a4b-4907-bc4d-ef88b061512e.jpg',
'https://images.openlane.eu/carimgs/5704318/general/f2df4576-d27d-4b8a-819f-2907e1815da7.jpg',
'https://images.openlane.eu/carimgs/5704318/general/85617bfc-8676-45b8-bd64-051f46802f07.jpg',
'https://images.openlane.eu/carimgs/5704318/general/e73c975e-9e79-485d-a446-5e5577ba01fe.jpg',
'https://images.openlane.eu/carimgs/5704318/general/ea488f29-5f52-4e5a-8eac-e3e7fa00826d.jpg',
'https://images.openlane.eu/carimgs/5704318/general/77260057-00f4-4592-86dc-b522b2fb18bf.jpg',
'https://images.openlane.eu/carimgs/5704318/general/64b04a3c-ba61-43e0-b583-2561dae506a7.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5356f719-95f0-5a3b-b280-d1ffdc60de8c/5356f719-95f0-5a3b-b280-d1ffdc60de8c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 731761,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704318/general/9039e19c-4aed-4b3a-9c0c-25cd064fb7ef.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5356f719-95f0-5a3b-b280-d1ffdc60de8c/5356f719-95f0-5a3b-b280-d1ffdc60de8c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 741945,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704318/general/d937f276-afbb-45ec-84bd-451f777736a0.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5356f719-95f0-5a3b-b280-d1ffdc60de8c/5356f719-95f0-5a3b-b280-d1ffdc60de8c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 542114,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704318/general/ab4e2b80-cf05-4338-84ab-490ceeb2c7b4.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5356f719-95f0-5a3b-b280-d1ffdc60de8c/5356f719-95f0-5a3b-b280-d1ffdc60de8c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 633421,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704318/general/198116eb-9a4b-4907-bc4d-ef88b061512e.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5356f719-95f0-5a3b-b280-d1ffdc60de8c/5356f719-95f0-5a3b-b280-d1ffdc60de8c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 616266,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704318/general/f2df4576-d27d-4b8a-819f-2907e1815da7.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5356f719-95f0-5a3b-b280-d1ffdc60de8c/5356f719-95f0-5a3b-b280-d1ffdc60de8c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 604474,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704318/general/85617bfc-8676-45b8-bd64-051f46802f07.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5356f719-95f0-5a3b-b280-d1ffdc60de8c/5356f719-95f0-5a3b-b280-d1ffdc60de8c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 379039,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704318/general/e73c975e-9e79-485d-a446-5e5577ba01fe.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5356f719-95f0-5a3b-b280-d1ffdc60de8c/5356f719-95f0-5a3b-b280-d1ffdc60de8c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 361170,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704318/general/ea488f29-5f52-4e5a-8eac-e3e7fa00826d.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5356f719-95f0-5a3b-b280-d1ffdc60de8c/5356f719-95f0-5a3b-b280-d1ffdc60de8c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 332971,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704318/general/77260057-00f4-4592-86dc-b522b2fb18bf.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5356f719-95f0-5a3b-b280-d1ffdc60de8c/5356f719-95f0-5a3b-b280-d1ffdc60de8c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 309695,
'Height': 1125,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704318/general/64b04a3c-ba61-43e0-b583-2561dae506a7.jpg',
'Width': 2000}],
'price': 15800,
'price_includes_vat': True,
'registration_date': '2025-10-31',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Corsa 1.2 Turbo GS - Petrol - Automatic - 101 hp - DS75BWC '
'- 18 mi',
'transmission': 'automatic',
'trim': 'GS',
'vin': None,
'year': 2025}
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716418%27 HTTP/1.1" 200 None
2026-03-24 10:35:22 [adesa.uk] INFO: Saving data for 10716418: {'created_time': 1774348522.793355, 'last_price_update_time': 1774348522.793366, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716418') HTTP/1.1" 204 0
2026-03-24 10:35:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701457> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95ea2b9e-75c7-5c6c-be9c-66e245658199 with identifier: 10716369
2026-03-24 10:35:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95ea2b9e-75c7-5c6c-be9c-66e245658199 with scrape type 1
2026-03-24 10:35:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 95ea2b9e-75c7-5c6c-be9c-66e245658199
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5431734%252Fgeneral%252Ff2ef5c26-0cb5-411d-aaf8-eaeede38dc99.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5431734/general/f2ef5c26-0cb5-411d-aaf8-eaeede38dc99.jpg already downloaded
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5431734%252Fgeneral%252Fdf84b906-1bbd-4312-8810-2f0653a64a65.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5431734/general/df84b906-1bbd-4312-8810-2f0653a64a65.jpg already downloaded
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5431734%252Fgeneral%252F5e3d4293-2634-4dea-9c60-a1fa6235cc58.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5431734/general/5e3d4293-2634-4dea-9c60-a1fa6235cc58.jpg already downloaded
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5431734%252Fgeneral%252F1db78834-d358-4e58-951d-21779d766496.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5431734/general/1db78834-d358-4e58-951d-21779d766496.jpg already downloaded
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5431734%252Fgeneral%252Fd0f319a2-ab08-4da3-9290-d1eb2d20fe8e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5431734/general/d0f319a2-ab08-4da3-9290-d1eb2d20fe8e.jpg already downloaded
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5431734%252Fgeneral%252Fd1263de7-7664-43a7-9ebe-439b03165795.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5431734/general/d1263de7-7664-43a7-9ebe-439b03165795.jpg already downloaded
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5431734%252Fgeneral%252F7fe4a373-580d-47ed-b395-8d244b07cba4.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5431734/general/7fe4a373-580d-47ed-b395-8d244b07cba4.jpg already downloaded
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5431734%252Fgeneral%252Fbc662b2e-35cf-45fa-8f2b-de1dd910d2eb.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5431734/general/bc662b2e-35cf-45fa-8f2b-de1dd910d2eb.jpg already downloaded
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5431734%252Fgeneral%252F29975e9f-9c6f-460e-b7dd-696bca1cedee.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5431734/general/29975e9f-9c6f-460e-b7dd-696bca1cedee.jpg already downloaded
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5431734%252Fgeneral%252F0188ec8e-ca66-4f4f-a030-eea70b1282e3.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5431734/general/0188ec8e-ca66-4f4f-a030-eea70b1282e3.jpg already downloaded
2026-03-24 10:35:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 95ea2b9e-75c7-5c6c-be9c-66e245658199, identifier: 10716369
2026-03-24 10:35:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 95ea2b9e-75c7-5c6c-be9c-66e245658199 with identifier: 10716369
2026-03-24 10:35:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 95ea2b9e-75c7-5c6c-be9c-66e245658199 with identifier: 10716369
2026-03-24 10:35:23 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 95ea2b9e-75c7-5c6c-be9c-66e245658199 with identifier: 10716369 to the API
2026-03-24 10:35:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716369>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 156,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Electric',
'id': '95ea2b9e-75c7-5c6c-be9c-66e245658199',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EO23GZA',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716369',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Astra-e',
'odometer': 8700,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 24,
'photo_urls': ['https://images.openlane.eu/carimgs/5431734/general/f2ef5c26-0cb5-411d-aaf8-eaeede38dc99.jpg',
'https://images.openlane.eu/carimgs/5431734/general/df84b906-1bbd-4312-8810-2f0653a64a65.jpg',
'https://images.openlane.eu/carimgs/5431734/general/5e3d4293-2634-4dea-9c60-a1fa6235cc58.jpg',
'https://images.openlane.eu/carimgs/5431734/general/1db78834-d358-4e58-951d-21779d766496.jpg',
'https://images.openlane.eu/carimgs/5431734/general/d0f319a2-ab08-4da3-9290-d1eb2d20fe8e.jpg',
'https://images.openlane.eu/carimgs/5431734/general/d1263de7-7664-43a7-9ebe-439b03165795.jpg',
'https://images.openlane.eu/carimgs/5431734/general/7fe4a373-580d-47ed-b395-8d244b07cba4.jpg',
'https://images.openlane.eu/carimgs/5431734/general/bc662b2e-35cf-45fa-8f2b-de1dd910d2eb.jpg',
'https://images.openlane.eu/carimgs/5431734/general/29975e9f-9c6f-460e-b7dd-696bca1cedee.jpg',
'https://images.openlane.eu/carimgs/5431734/general/0188ec8e-ca66-4f4f-a030-eea70b1282e3.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95ea2b9e-75c7-5c6c-be9c-66e245658199/95ea2b9e-75c7-5c6c-be9c-66e245658199_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 279172,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5431734/general/f2ef5c26-0cb5-411d-aaf8-eaeede38dc99.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95ea2b9e-75c7-5c6c-be9c-66e245658199/95ea2b9e-75c7-5c6c-be9c-66e245658199_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 299338,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5431734/general/df84b906-1bbd-4312-8810-2f0653a64a65.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95ea2b9e-75c7-5c6c-be9c-66e245658199/95ea2b9e-75c7-5c6c-be9c-66e245658199_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 273944,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5431734/general/5e3d4293-2634-4dea-9c60-a1fa6235cc58.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95ea2b9e-75c7-5c6c-be9c-66e245658199/95ea2b9e-75c7-5c6c-be9c-66e245658199_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 259988,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5431734/general/1db78834-d358-4e58-951d-21779d766496.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95ea2b9e-75c7-5c6c-be9c-66e245658199/95ea2b9e-75c7-5c6c-be9c-66e245658199_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 237908,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5431734/general/d0f319a2-ab08-4da3-9290-d1eb2d20fe8e.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95ea2b9e-75c7-5c6c-be9c-66e245658199/95ea2b9e-75c7-5c6c-be9c-66e245658199_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 218745,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5431734/general/d1263de7-7664-43a7-9ebe-439b03165795.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95ea2b9e-75c7-5c6c-be9c-66e245658199/95ea2b9e-75c7-5c6c-be9c-66e245658199_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 202309,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5431734/general/7fe4a373-580d-47ed-b395-8d244b07cba4.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95ea2b9e-75c7-5c6c-be9c-66e245658199/95ea2b9e-75c7-5c6c-be9c-66e245658199_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 150883,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5431734/general/bc662b2e-35cf-45fa-8f2b-de1dd910d2eb.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95ea2b9e-75c7-5c6c-be9c-66e245658199/95ea2b9e-75c7-5c6c-be9c-66e245658199_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 142406,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5431734/general/29975e9f-9c6f-460e-b7dd-696bca1cedee.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95ea2b9e-75c7-5c6c-be9c-66e245658199/95ea2b9e-75c7-5c6c-be9c-66e245658199_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 209543,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5431734/general/0188ec8e-ca66-4f4f-a030-eea70b1282e3.jpg',
'Width': 1440}],
'price': 13600,
'price_includes_vat': True,
'registration_date': '2023-08-24',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Astra-e 51 kWh Ultimate - Electric - Automatic - 156 hp - '
'EO23GZA - 8,700 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2023}
2026-03-24 10:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716369%27 HTTP/1.1" 200 None
2026-03-24 10:35:23 [adesa.uk] INFO: Saving data for 10716369: {'created_time': 1774348523.479308, 'last_price_update_time': 1774348523.47932, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716369') HTTP/1.1" 204 0
2026-03-24 10:35:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2cb9b7a-681b-5322-a48c-6387b43fcfb9 with identifier: 10701457
2026-03-24 10:35:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2cb9b7a-681b-5322-a48c-6387b43fcfb9 with scrape type 2
2026-03-24 10:35:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2cb9b7a-681b-5322-a48c-6387b43fcfb9 with scrape type 2
2026-03-24 10:35:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: d2cb9b7a-681b-5322-a48c-6387b43fcfb9, identifier: 10701457
2026-03-24 10:35:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: d2cb9b7a-681b-5322-a48c-6387b43fcfb9 with identifier: 10701457
2026-03-24 10:35:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: d2cb9b7a-681b-5322-a48c-6387b43fcfb9 with identifier: 10701457
2026-03-24 10:35:23 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: d2cb9b7a-681b-5322-a48c-6387b43fcfb9 with identifier: 10701457 to the API
2026-03-24 10:35:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701457>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': 'd2cb9b7a-681b-5322-a48c-6387b43fcfb9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GV72XZY',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701457',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 24235,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8000,
'price_includes_vat': True,
'registration_date': '2023-02-08',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa-e 46 kWh GS - Electric - Automatic - 1 hp - GV72XZY '
'- 24,235 mi',
'transmission': 'automatic',
'trim': 'GS',
'vin': None,
'year': 2023}
2026-03-24 10:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701457%27 HTTP/1.1" 200 None
2026-03-24 10:35:23 [adesa.uk] INFO: Saving data for 10701457: {'auction_closing_time': 1774360800.0, 'created_time': 1774020998.781102, 'last_price_update_time': 1774348523.858747}
2026-03-24 10:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701457') HTTP/1.1" 204 0
2026-03-24 10:35:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716385> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93d46dca-e183-573c-814f-4575d1ba15ae with identifier: 10716385
2026-03-24 10:35:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93d46dca-e183-573c-814f-4575d1ba15ae with scrape type 1
2026-03-24 10:35:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 93d46dca-e183-573c-814f-4575d1ba15ae
2026-03-24 10:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5526913%252Fgeneral%252F8c9d8235-31fa-4857-a4a0-4d1139d08a47.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5526913/general/8c9d8235-31fa-4857-a4a0-4d1139d08a47.jpg already downloaded
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5526913%252Fgeneral%252F418093fc-0eac-44ff-a5b2-daceadf3876a.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5526913/general/418093fc-0eac-44ff-a5b2-daceadf3876a.jpg already downloaded
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5526913%252Fgeneral%252F5bbe8a3a-a8f9-49b3-9275-ae0e44dcd2d1.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5526913/general/5bbe8a3a-a8f9-49b3-9275-ae0e44dcd2d1.jpg already downloaded
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5526913%252Fgeneral%252Fd2bdfc55-0dfe-415a-a169-f6c299001b1b.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5526913/general/d2bdfc55-0dfe-415a-a169-f6c299001b1b.jpg already downloaded
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5526913%252Fgeneral%252F48e86d9d-48e3-4a9c-8470-9cb8dd17302f.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5526913/general/48e86d9d-48e3-4a9c-8470-9cb8dd17302f.jpg already downloaded
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5526913%252Fgeneral%252Fa9e20deb-43cd-4d37-bab2-830d1de46d06.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5526913/general/a9e20deb-43cd-4d37-bab2-830d1de46d06.jpg already downloaded
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5526913%252Fgeneral%252F31f43ed1-96a0-42c8-8158-2ceae2d4b588.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5526913/general/31f43ed1-96a0-42c8-8158-2ceae2d4b588.jpg already downloaded
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5526913%252Fgeneral%252F94f2bd5b-bfdc-4e33-8803-4120e85f7ca9.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5526913/general/94f2bd5b-bfdc-4e33-8803-4120e85f7ca9.jpg already downloaded
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5526913%252Fgeneral%252Fbe02b9f9-1221-4089-8ce5-e63627e9b5f4.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5526913/general/be02b9f9-1221-4089-8ce5-e63627e9b5f4.jpg already downloaded
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5526913%252Fgeneral%252Fc709f014-ae36-4845-8d3d-5fb4f13e3fd3.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5526913/general/c709f014-ae36-4845-8d3d-5fb4f13e3fd3.jpg already downloaded
2026-03-24 10:35:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 93d46dca-e183-573c-814f-4575d1ba15ae, identifier: 10716385
2026-03-24 10:35:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 93d46dca-e183-573c-814f-4575d1ba15ae with identifier: 10716385
2026-03-24 10:35:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 93d46dca-e183-573c-814f-4575d1ba15ae with identifier: 10716385
2026-03-24 10:35:24 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 93d46dca-e183-573c-814f-4575d1ba15ae with identifier: 10716385 to the API
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716385>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 101,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': '93d46dca-e183-573c-814f-4575d1ba15ae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV25PXF',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716385',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 17908,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 27,
'photo_urls': ['https://images.openlane.eu/carimgs/5526913/general/8c9d8235-31fa-4857-a4a0-4d1139d08a47.jpg',
'https://images.openlane.eu/carimgs/5526913/general/418093fc-0eac-44ff-a5b2-daceadf3876a.jpg',
'https://images.openlane.eu/carimgs/5526913/general/5bbe8a3a-a8f9-49b3-9275-ae0e44dcd2d1.jpg',
'https://images.openlane.eu/carimgs/5526913/general/d2bdfc55-0dfe-415a-a169-f6c299001b1b.jpg',
'https://images.openlane.eu/carimgs/5526913/general/48e86d9d-48e3-4a9c-8470-9cb8dd17302f.jpg',
'https://images.openlane.eu/carimgs/5526913/general/a9e20deb-43cd-4d37-bab2-830d1de46d06.jpg',
'https://images.openlane.eu/carimgs/5526913/general/31f43ed1-96a0-42c8-8158-2ceae2d4b588.jpg',
'https://images.openlane.eu/carimgs/5526913/general/94f2bd5b-bfdc-4e33-8803-4120e85f7ca9.jpg',
'https://images.openlane.eu/carimgs/5526913/general/be02b9f9-1221-4089-8ce5-e63627e9b5f4.jpg',
'https://images.openlane.eu/carimgs/5526913/general/c709f014-ae36-4845-8d3d-5fb4f13e3fd3.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_93d46dca-e183-573c-814f-4575d1ba15ae/93d46dca-e183-573c-814f-4575d1ba15ae_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 335502,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5526913/general/8c9d8235-31fa-4857-a4a0-4d1139d08a47.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_93d46dca-e183-573c-814f-4575d1ba15ae/93d46dca-e183-573c-814f-4575d1ba15ae_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 298232,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5526913/general/418093fc-0eac-44ff-a5b2-daceadf3876a.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_93d46dca-e183-573c-814f-4575d1ba15ae/93d46dca-e183-573c-814f-4575d1ba15ae_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 323828,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5526913/general/5bbe8a3a-a8f9-49b3-9275-ae0e44dcd2d1.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_93d46dca-e183-573c-814f-4575d1ba15ae/93d46dca-e183-573c-814f-4575d1ba15ae_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 278849,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5526913/general/d2bdfc55-0dfe-415a-a169-f6c299001b1b.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_93d46dca-e183-573c-814f-4575d1ba15ae/93d46dca-e183-573c-814f-4575d1ba15ae_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 256642,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5526913/general/48e86d9d-48e3-4a9c-8470-9cb8dd17302f.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_93d46dca-e183-573c-814f-4575d1ba15ae/93d46dca-e183-573c-814f-4575d1ba15ae_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 309728,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5526913/general/a9e20deb-43cd-4d37-bab2-830d1de46d06.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_93d46dca-e183-573c-814f-4575d1ba15ae/93d46dca-e183-573c-814f-4575d1ba15ae_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 232697,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5526913/general/31f43ed1-96a0-42c8-8158-2ceae2d4b588.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_93d46dca-e183-573c-814f-4575d1ba15ae/93d46dca-e183-573c-814f-4575d1ba15ae_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 194448,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5526913/general/94f2bd5b-bfdc-4e33-8803-4120e85f7ca9.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_93d46dca-e183-573c-814f-4575d1ba15ae/93d46dca-e183-573c-814f-4575d1ba15ae_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 228206,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5526913/general/be02b9f9-1221-4089-8ce5-e63627e9b5f4.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_93d46dca-e183-573c-814f-4575d1ba15ae/93d46dca-e183-573c-814f-4575d1ba15ae_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 247370,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5526913/general/c709f014-ae36-4845-8d3d-5fb4f13e3fd3.jpg',
'Width': 1440}],
'price': 14000,
'price_includes_vat': True,
'registration_date': '2025-03-31',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Corsa 1.2 Turbo Ultimate - Petrol - Automatic - 101 hp - '
'DV25PXF - 17,908 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716385%27 HTTP/1.1" 200 None
2026-03-24 10:35:24 [adesa.uk] INFO: Saving data for 10716385: {'created_time': 1774348524.56231, 'last_price_update_time': 1774348524.562321, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716385') HTTP/1.1" 204 0
2026-03-24 10:35:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716400> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b094ee1-2665-511f-877a-3eb4ec40b248 with identifier: 10716400
2026-03-24 10:35:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b094ee1-2665-511f-877a-3eb4ec40b248 with scrape type 1
2026-03-24 10:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0b094ee1-2665-511f-877a-3eb4ec40b248
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5605624%252Fgeneral%252Fdf911203-e632-42a6-80bb-9ef3e2333472.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5605624/general/df911203-e632-42a6-80bb-9ef3e2333472.jpg already downloaded
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5605624%252Fgeneral%252F9a0390ae-55e1-4bfa-aa03-62c25c523d1d.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5605624/general/9a0390ae-55e1-4bfa-aa03-62c25c523d1d.jpg already downloaded
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5605624%252Fgeneral%252F722c8e2c-3ef6-4641-999e-c0668a14ed60.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5605624/general/722c8e2c-3ef6-4641-999e-c0668a14ed60.jpg already downloaded
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5605624%252Fgeneral%252F0b25fb60-13b0-49e5-8811-12fdec8d2aff.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5605624/general/0b25fb60-13b0-49e5-8811-12fdec8d2aff.jpg already downloaded
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5605624%252Fgeneral%252F3948a94c-f4cb-4905-b7a2-571125dab0e8.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5605624/general/3948a94c-f4cb-4905-b7a2-571125dab0e8.jpg already downloaded
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5605624%252Fgeneral%252F3814fbed-4e33-486c-827c-02f3f660be0c.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5605624/general/3814fbed-4e33-486c-827c-02f3f660be0c.jpg already downloaded
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5605624%252Fgeneral%252Fa2b6fddd-6eb2-48f6-936d-b793513f3e56.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5605624/general/a2b6fddd-6eb2-48f6-936d-b793513f3e56.jpg already downloaded
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5605624%252Fgeneral%252F641f72a8-12e4-46ad-829a-bd6f2fd6104d.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5605624/general/641f72a8-12e4-46ad-829a-bd6f2fd6104d.jpg already downloaded
2026-03-24 10:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5605624%252Fgeneral%252Fd8cb2e8a-5e96-455d-9709-e073bd9298fc.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5605624/general/d8cb2e8a-5e96-455d-9709-e073bd9298fc.jpg already downloaded
2026-03-24 10:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5605624%252Fgeneral%252F46d5a95b-6688-481e-8244-7f63f7dcdede.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5605624/general/46d5a95b-6688-481e-8244-7f63f7dcdede.jpg already downloaded
2026-03-24 10:35:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 0b094ee1-2665-511f-877a-3eb4ec40b248, identifier: 10716400
2026-03-24 10:35:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 0b094ee1-2665-511f-877a-3eb4ec40b248 with identifier: 10716400
2026-03-24 10:35:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 0b094ee1-2665-511f-877a-3eb4ec40b248 with identifier: 10716400
2026-03-24 10:35:25 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 0b094ee1-2665-511f-877a-3eb4ec40b248 with identifier: 10716400 to the API
2026-03-24 10:35:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716400>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.8L',
'engine_horse_power': 122,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Hybrid',
'id': '0b094ee1-2665-511f-877a-3eb4ec40b248',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'LT20SKN',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716400',
'listing': 'auction',
'location': 'DUDLEY',
'make': 'Toyota',
'model': 'C-HR',
'odometer': 21659,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 17,
'photo_urls': ['https://images.openlane.eu/carimgs/5605624/general/df911203-e632-42a6-80bb-9ef3e2333472.jpg',
'https://images.openlane.eu/carimgs/5605624/general/9a0390ae-55e1-4bfa-aa03-62c25c523d1d.jpg',
'https://images.openlane.eu/carimgs/5605624/general/722c8e2c-3ef6-4641-999e-c0668a14ed60.jpg',
'https://images.openlane.eu/carimgs/5605624/general/0b25fb60-13b0-49e5-8811-12fdec8d2aff.jpg',
'https://images.openlane.eu/carimgs/5605624/general/3948a94c-f4cb-4905-b7a2-571125dab0e8.jpg',
'https://images.openlane.eu/carimgs/5605624/general/3814fbed-4e33-486c-827c-02f3f660be0c.jpg',
'https://images.openlane.eu/carimgs/5605624/general/a2b6fddd-6eb2-48f6-936d-b793513f3e56.jpg',
'https://images.openlane.eu/carimgs/5605624/general/641f72a8-12e4-46ad-829a-bd6f2fd6104d.jpg',
'https://images.openlane.eu/carimgs/5605624/general/d8cb2e8a-5e96-455d-9709-e073bd9298fc.jpg',
'https://images.openlane.eu/carimgs/5605624/general/46d5a95b-6688-481e-8244-7f63f7dcdede.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b094ee1-2665-511f-877a-3eb4ec40b248/0b094ee1-2665-511f-877a-3eb4ec40b248_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79747,
'Height': 569,
'OriginUrl': 'https://images.openlane.eu/carimgs/5605624/general/df911203-e632-42a6-80bb-9ef3e2333472.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b094ee1-2665-511f-877a-3eb4ec40b248/0b094ee1-2665-511f-877a-3eb4ec40b248_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73642,
'Height': 533,
'OriginUrl': 'https://images.openlane.eu/carimgs/5605624/general/9a0390ae-55e1-4bfa-aa03-62c25c523d1d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b094ee1-2665-511f-877a-3eb4ec40b248/0b094ee1-2665-511f-877a-3eb4ec40b248_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80766,
'Height': 552,
'OriginUrl': 'https://images.openlane.eu/carimgs/5605624/general/722c8e2c-3ef6-4641-999e-c0668a14ed60.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b094ee1-2665-511f-877a-3eb4ec40b248/0b094ee1-2665-511f-877a-3eb4ec40b248_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78424,
'Height': 537,
'OriginUrl': 'https://images.openlane.eu/carimgs/5605624/general/0b25fb60-13b0-49e5-8811-12fdec8d2aff.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b094ee1-2665-511f-877a-3eb4ec40b248/0b094ee1-2665-511f-877a-3eb4ec40b248_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70729,
'Height': 538,
'OriginUrl': 'https://images.openlane.eu/carimgs/5605624/general/3948a94c-f4cb-4905-b7a2-571125dab0e8.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b094ee1-2665-511f-877a-3eb4ec40b248/0b094ee1-2665-511f-877a-3eb4ec40b248_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 71302,
'Height': 533,
'OriginUrl': 'https://images.openlane.eu/carimgs/5605624/general/3814fbed-4e33-486c-827c-02f3f660be0c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b094ee1-2665-511f-877a-3eb4ec40b248/0b094ee1-2665-511f-877a-3eb4ec40b248_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 63261,
'Height': 533,
'OriginUrl': 'https://images.openlane.eu/carimgs/5605624/general/a2b6fddd-6eb2-48f6-936d-b793513f3e56.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b094ee1-2665-511f-877a-3eb4ec40b248/0b094ee1-2665-511f-877a-3eb4ec40b248_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 74571,
'Height': 533,
'OriginUrl': 'https://images.openlane.eu/carimgs/5605624/general/641f72a8-12e4-46ad-829a-bd6f2fd6104d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b094ee1-2665-511f-877a-3eb4ec40b248/0b094ee1-2665-511f-877a-3eb4ec40b248_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82970,
'Height': 533,
'OriginUrl': 'https://images.openlane.eu/carimgs/5605624/general/d8cb2e8a-5e96-455d-9709-e073bd9298fc.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b094ee1-2665-511f-877a-3eb4ec40b248/0b094ee1-2665-511f-877a-3eb4ec40b248_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86653,
'Height': 587,
'OriginUrl': 'https://images.openlane.eu/carimgs/5605624/general/46d5a95b-6688-481e-8244-7f63f7dcdede.jpg',
'Width': 800}],
'price': 15500,
'price_includes_vat': True,
'registration_date': '2020-07-27',
'seats_number': 5,
'seller_name': 'Dudley Motor Company',
'title': 'Toyota C-HR 1.8 Design - Hybrid - Automatic - 122 hp - LT20SKN - '
'21,659 mi',
'transmission': 'automatic',
'trim': 'Design',
'vin': None,
'year': 2020}
2026-03-24 10:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716400%27 HTTP/1.1" 200 None
2026-03-24 10:35:25 [adesa.uk] INFO: Saving data for 10716400: {'created_time': 1774348525.439895, 'last_price_update_time': 1774348525.439906, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716400') HTTP/1.1" 204 0
2026-03-24 10:35:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716403> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716371> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6a5ad5f-18eb-5250-918b-422b5e18e20e with identifier: 10716403
2026-03-24 10:35:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6a5ad5f-18eb-5250-918b-422b5e18e20e with scrape type 1
2026-03-24 10:35:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f6a5ad5f-18eb-5250-918b-422b5e18e20e
2026-03-24 10:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608453%252Fgeneral%252F36da11e4-22cc-4108-b983-2a242be4b4ae.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608453/general/36da11e4-22cc-4108-b983-2a242be4b4ae.jpg already downloaded
2026-03-24 10:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608453%252Fgeneral%252Fb5347f5e-39b7-43ce-92c7-fb8ba6c7f262.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608453/general/b5347f5e-39b7-43ce-92c7-fb8ba6c7f262.jpg already downloaded
2026-03-24 10:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608453%252Fgeneral%252F2dbfed12-e7da-4a9e-9573-0d0f0a52cdbf.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608453/general/2dbfed12-e7da-4a9e-9573-0d0f0a52cdbf.jpg already downloaded
2026-03-24 10:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608453%252Fgeneral%252F3b784bcb-5078-4af7-85b6-e69e1ff057fa.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608453/general/3b784bcb-5078-4af7-85b6-e69e1ff057fa.jpg already downloaded
2026-03-24 10:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608453%252Fgeneral%252F82a77225-023e-4916-9eee-b35124119515.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608453/general/82a77225-023e-4916-9eee-b35124119515.jpg already downloaded
2026-03-24 10:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608453%252Fgeneral%252F0f5309a2-8546-4e20-a12c-a62ca180c16b.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608453/general/0f5309a2-8546-4e20-a12c-a62ca180c16b.jpg already downloaded
2026-03-24 10:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608453%252Fgeneral%252Fd991bc85-d1de-4a1d-b0c7-90c4dcdd4dc0.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608453/general/d991bc85-d1de-4a1d-b0c7-90c4dcdd4dc0.jpg already downloaded
2026-03-24 10:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608453%252Fgeneral%252Ff56a61d4-526c-44c1-9cfe-a1b9054807aa.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608453/general/f56a61d4-526c-44c1-9cfe-a1b9054807aa.jpg already downloaded
2026-03-24 10:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608453%252Fgeneral%252F2dcd4b79-9817-43ef-aac6-48bbf6f1c38b.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608453/general/2dcd4b79-9817-43ef-aac6-48bbf6f1c38b.jpg already downloaded
2026-03-24 10:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608453%252Fgeneral%252F320de2fa-88d3-47cb-b9df-890bdc33c7d5.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608453/general/320de2fa-88d3-47cb-b9df-890bdc33c7d5.jpg already downloaded
2026-03-24 10:35:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: f6a5ad5f-18eb-5250-918b-422b5e18e20e, identifier: 10716403
2026-03-24 10:35:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: f6a5ad5f-18eb-5250-918b-422b5e18e20e with identifier: 10716403
2026-03-24 10:35:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: f6a5ad5f-18eb-5250-918b-422b5e18e20e with identifier: 10716403
2026-03-24 10:35:25 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: f6a5ad5f-18eb-5250-918b-422b5e18e20e with identifier: 10716403 to the API
2026-03-24 10:35:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716403>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '2.5L',
'engine_horse_power': 218,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Hybrid',
'id': 'f6a5ad5f-18eb-5250-918b-422b5e18e20e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'YC70EET',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716403',
'listing': 'auction',
'location': 'Upminster',
'make': 'Toyota',
'model': 'Rav4',
'odometer': 44435,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 13,
'photo_urls': ['https://images.openlane.eu/carimgs/5608453/general/36da11e4-22cc-4108-b983-2a242be4b4ae.jpg',
'https://images.openlane.eu/carimgs/5608453/general/b5347f5e-39b7-43ce-92c7-fb8ba6c7f262.jpg',
'https://images.openlane.eu/carimgs/5608453/general/2dbfed12-e7da-4a9e-9573-0d0f0a52cdbf.jpg',
'https://images.openlane.eu/carimgs/5608453/general/3b784bcb-5078-4af7-85b6-e69e1ff057fa.jpg',
'https://images.openlane.eu/carimgs/5608453/general/82a77225-023e-4916-9eee-b35124119515.jpg',
'https://images.openlane.eu/carimgs/5608453/general/0f5309a2-8546-4e20-a12c-a62ca180c16b.jpg',
'https://images.openlane.eu/carimgs/5608453/general/d991bc85-d1de-4a1d-b0c7-90c4dcdd4dc0.jpg',
'https://images.openlane.eu/carimgs/5608453/general/f56a61d4-526c-44c1-9cfe-a1b9054807aa.jpg',
'https://images.openlane.eu/carimgs/5608453/general/2dcd4b79-9817-43ef-aac6-48bbf6f1c38b.jpg',
'https://images.openlane.eu/carimgs/5608453/general/320de2fa-88d3-47cb-b9df-890bdc33c7d5.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6a5ad5f-18eb-5250-918b-422b5e18e20e/f6a5ad5f-18eb-5250-918b-422b5e18e20e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109895,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608453/general/36da11e4-22cc-4108-b983-2a242be4b4ae.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6a5ad5f-18eb-5250-918b-422b5e18e20e/f6a5ad5f-18eb-5250-918b-422b5e18e20e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108544,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608453/general/b5347f5e-39b7-43ce-92c7-fb8ba6c7f262.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6a5ad5f-18eb-5250-918b-422b5e18e20e/f6a5ad5f-18eb-5250-918b-422b5e18e20e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108277,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608453/general/2dbfed12-e7da-4a9e-9573-0d0f0a52cdbf.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6a5ad5f-18eb-5250-918b-422b5e18e20e/f6a5ad5f-18eb-5250-918b-422b5e18e20e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107564,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608453/general/3b784bcb-5078-4af7-85b6-e69e1ff057fa.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6a5ad5f-18eb-5250-918b-422b5e18e20e/f6a5ad5f-18eb-5250-918b-422b5e18e20e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101653,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608453/general/82a77225-023e-4916-9eee-b35124119515.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6a5ad5f-18eb-5250-918b-422b5e18e20e/f6a5ad5f-18eb-5250-918b-422b5e18e20e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97359,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608453/general/0f5309a2-8546-4e20-a12c-a62ca180c16b.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6a5ad5f-18eb-5250-918b-422b5e18e20e/f6a5ad5f-18eb-5250-918b-422b5e18e20e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120366,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608453/general/d991bc85-d1de-4a1d-b0c7-90c4dcdd4dc0.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6a5ad5f-18eb-5250-918b-422b5e18e20e/f6a5ad5f-18eb-5250-918b-422b5e18e20e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82273,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608453/general/f56a61d4-526c-44c1-9cfe-a1b9054807aa.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6a5ad5f-18eb-5250-918b-422b5e18e20e/f6a5ad5f-18eb-5250-918b-422b5e18e20e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 124330,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608453/general/2dcd4b79-9817-43ef-aac6-48bbf6f1c38b.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6a5ad5f-18eb-5250-918b-422b5e18e20e/f6a5ad5f-18eb-5250-918b-422b5e18e20e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137926,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608453/general/320de2fa-88d3-47cb-b9df-890bdc33c7d5.jpg',
'Width': 1440}],
'price': 21700,
'price_includes_vat': True,
'registration_date': '2021-01-31',
'seats_number': 5,
'seller_name': 'Retail Ready',
'title': 'Toyota Rav4 2.5 VVT-i Dynamic - Hybrid - Automatic - 218 hp - '
'YC70EET - 44,435 mi',
'transmission': 'automatic',
'trim': 'Dynamic',
'vin': None,
'year': 2021}
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716403%27 HTTP/1.1" 200 None
2026-03-24 10:35:26 [adesa.uk] INFO: Saving data for 10716403: {'created_time': 1774348526.269865, 'last_price_update_time': 1774348526.269876, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716403') HTTP/1.1" 204 0
2026-03-24 10:35:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716412> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716382> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716396> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: edf80a5f-c011-578f-9022-03e2afc6e0c3 with identifier: 10716371
2026-03-24 10:35:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item edf80a5f-c011-578f-9022-03e2afc6e0c3 with scrape type 1
2026-03-24 10:35:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item edf80a5f-c011-578f-9022-03e2afc6e0c3
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5479200%252Fgeneral%252Ff6b0d18e-f3ae-42a1-821e-84703fd78564.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5479200/general/f6b0d18e-f3ae-42a1-821e-84703fd78564.jpg already downloaded
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5479200%252Fgeneral%252F022c7569-1b34-416a-9c36-21c0b08108b0.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5479200/general/022c7569-1b34-416a-9c36-21c0b08108b0.jpg already downloaded
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5479200%252Fgeneral%252F6b882011-a1a3-4e0e-a73d-61f4ce023af5.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5479200/general/6b882011-a1a3-4e0e-a73d-61f4ce023af5.jpg already downloaded
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5479200%252Fgeneral%252F10341ae4-f25d-4eba-9dad-a8b63b761850.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5479200/general/10341ae4-f25d-4eba-9dad-a8b63b761850.jpg already downloaded
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5479200%252Fgeneral%252Fa6250702-23ef-4697-b240-3651f68b5d1a.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5479200/general/a6250702-23ef-4697-b240-3651f68b5d1a.jpg already downloaded
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5479200%252Fgeneral%252F5329961b-7f0a-49e8-b4af-a8b70ed87259.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5479200/general/5329961b-7f0a-49e8-b4af-a8b70ed87259.jpg already downloaded
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5479200%252Fgeneral%252F9a370261-2704-4df7-abe6-c87dcd3a558a.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5479200/general/9a370261-2704-4df7-abe6-c87dcd3a558a.jpg already downloaded
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5479200%252Fgeneral%252Fed5a5c88-9355-47c3-a11a-1f090f28b60f.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5479200/general/ed5a5c88-9355-47c3-a11a-1f090f28b60f.jpg already downloaded
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5479200%252Fgeneral%252Fc1ac5665-fa29-435f-b956-9ef207696366.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5479200/general/c1ac5665-fa29-435f-b956-9ef207696366.jpg already downloaded
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5479200%252Fgeneral%252Faf1b497c-b98c-4775-965a-063b38039978.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5479200/general/af1b497c-b98c-4775-965a-063b38039978.jpg already downloaded
2026-03-24 10:35:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: edf80a5f-c011-578f-9022-03e2afc6e0c3, identifier: 10716371
2026-03-24 10:35:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: edf80a5f-c011-578f-9022-03e2afc6e0c3 with identifier: 10716371
2026-03-24 10:35:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: edf80a5f-c011-578f-9022-03e2afc6e0c3 with identifier: 10716371
2026-03-24 10:35:26 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: edf80a5f-c011-578f-9022-03e2afc6e0c3 with identifier: 10716371 to the API
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716371>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Yellow',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 156,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Electric',
'id': 'edf80a5f-c011-578f-9022-03e2afc6e0c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DMZ6182',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716371',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Astra-e',
'odometer': 14773,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 22,
'photo_urls': ['https://images.openlane.eu/carimgs/5479200/general/f6b0d18e-f3ae-42a1-821e-84703fd78564.jpg',
'https://images.openlane.eu/carimgs/5479200/general/022c7569-1b34-416a-9c36-21c0b08108b0.jpg',
'https://images.openlane.eu/carimgs/5479200/general/6b882011-a1a3-4e0e-a73d-61f4ce023af5.jpg',
'https://images.openlane.eu/carimgs/5479200/general/10341ae4-f25d-4eba-9dad-a8b63b761850.jpg',
'https://images.openlane.eu/carimgs/5479200/general/a6250702-23ef-4697-b240-3651f68b5d1a.jpg',
'https://images.openlane.eu/carimgs/5479200/general/5329961b-7f0a-49e8-b4af-a8b70ed87259.jpg',
'https://images.openlane.eu/carimgs/5479200/general/9a370261-2704-4df7-abe6-c87dcd3a558a.jpg',
'https://images.openlane.eu/carimgs/5479200/general/ed5a5c88-9355-47c3-a11a-1f090f28b60f.jpg',
'https://images.openlane.eu/carimgs/5479200/general/c1ac5665-fa29-435f-b956-9ef207696366.jpg',
'https://images.openlane.eu/carimgs/5479200/general/af1b497c-b98c-4775-965a-063b38039978.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_edf80a5f-c011-578f-9022-03e2afc6e0c3/edf80a5f-c011-578f-9022-03e2afc6e0c3_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 284201,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5479200/general/f6b0d18e-f3ae-42a1-821e-84703fd78564.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_edf80a5f-c011-578f-9022-03e2afc6e0c3/edf80a5f-c011-578f-9022-03e2afc6e0c3_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 253373,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5479200/general/022c7569-1b34-416a-9c36-21c0b08108b0.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_edf80a5f-c011-578f-9022-03e2afc6e0c3/edf80a5f-c011-578f-9022-03e2afc6e0c3_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 292756,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5479200/general/6b882011-a1a3-4e0e-a73d-61f4ce023af5.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_edf80a5f-c011-578f-9022-03e2afc6e0c3/edf80a5f-c011-578f-9022-03e2afc6e0c3_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 195173,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5479200/general/10341ae4-f25d-4eba-9dad-a8b63b761850.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_edf80a5f-c011-578f-9022-03e2afc6e0c3/edf80a5f-c011-578f-9022-03e2afc6e0c3_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 227848,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5479200/general/a6250702-23ef-4697-b240-3651f68b5d1a.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_edf80a5f-c011-578f-9022-03e2afc6e0c3/edf80a5f-c011-578f-9022-03e2afc6e0c3_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 287799,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5479200/general/5329961b-7f0a-49e8-b4af-a8b70ed87259.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_edf80a5f-c011-578f-9022-03e2afc6e0c3/edf80a5f-c011-578f-9022-03e2afc6e0c3_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 215625,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5479200/general/9a370261-2704-4df7-abe6-c87dcd3a558a.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_edf80a5f-c011-578f-9022-03e2afc6e0c3/edf80a5f-c011-578f-9022-03e2afc6e0c3_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 161662,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5479200/general/ed5a5c88-9355-47c3-a11a-1f090f28b60f.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_edf80a5f-c011-578f-9022-03e2afc6e0c3/edf80a5f-c011-578f-9022-03e2afc6e0c3_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 204952,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5479200/general/c1ac5665-fa29-435f-b956-9ef207696366.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_edf80a5f-c011-578f-9022-03e2afc6e0c3/edf80a5f-c011-578f-9022-03e2afc6e0c3_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 192395,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5479200/general/af1b497c-b98c-4775-965a-063b38039978.jpg',
'Width': 1440}],
'price': 13600,
'price_includes_vat': True,
'registration_date': '2024-03-29',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Astra-e 51 kWh GS - Electric - Automatic - 156 hp - '
'DMZ6182 - 14,773 mi',
'transmission': 'automatic',
'trim': 'GS',
'vin': None,
'year': 2024}
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716371%27 HTTP/1.1" 200 None
2026-03-24 10:35:26 [adesa.uk] INFO: Saving data for 10716371: {'created_time': 1774348526.887643, 'last_price_update_time': 1774348526.887654, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716371') HTTP/1.1" 204 0
2026-03-24 10:35:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05d0e5d1-8725-553e-b1b0-f9e0817bd826 with identifier: 10716412
2026-03-24 10:35:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05d0e5d1-8725-553e-b1b0-f9e0817bd826 with scrape type 1
2026-03-24 10:35:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 05d0e5d1-8725-553e-b1b0-f9e0817bd826
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5645732%252Fgeneral%252Ff153292f-e27b-49f7-b6ec-440236e508cf.JPG%27 HTTP/1.1" 200 None
2026-03-24 10:35:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5645732/general/f153292f-e27b-49f7-b6ec-440236e508cf.JPG not downloaded yet
2026-03-24 10:35:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c63ec3c-0881-5b15-a8b9-afbc47c62e66 with identifier: 10716382
2026-03-24 10:35:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c63ec3c-0881-5b15-a8b9-afbc47c62e66 with scrape type 1
2026-03-24 10:35:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0c63ec3c-0881-5b15-a8b9-afbc47c62e66
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5516978%252Fgeneral%252F920de546-dc6a-4ca8-8dcf-25f9694523a7.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5516978/general/920de546-dc6a-4ca8-8dcf-25f9694523a7.jpg already downloaded
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5516978%252Fgeneral%252Fdfb41130-45e9-40ce-ba35-68cb86190cd1.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5516978/general/dfb41130-45e9-40ce-ba35-68cb86190cd1.jpg already downloaded
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5516978%252Fgeneral%252F2a25acf6-836c-43cf-8ecd-680d66deafea.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5516978/general/2a25acf6-836c-43cf-8ecd-680d66deafea.jpg already downloaded
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5516978%252Fgeneral%252Febbf7971-cd28-408f-a383-81fc45605828.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5516978/general/ebbf7971-cd28-408f-a383-81fc45605828.jpg already downloaded
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5516978%252Fgeneral%252F82d81f3b-e325-4929-947b-a78eb5c2a1fa.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5516978/general/82d81f3b-e325-4929-947b-a78eb5c2a1fa.jpg already downloaded
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5516978%252Fgeneral%252F45610ae7-ee89-41a8-8e96-8cfe5ca54442.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5516978/general/45610ae7-ee89-41a8-8e96-8cfe5ca54442.jpg already downloaded
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5516978%252Fgeneral%252F5216829a-ebcc-4c6d-9286-e12181a76e50.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5516978/general/5216829a-ebcc-4c6d-9286-e12181a76e50.jpg already downloaded
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5516978%252Fgeneral%252F59418400-2c75-4aaa-9ac9-ad3452d238d2.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5516978/general/59418400-2c75-4aaa-9ac9-ad3452d238d2.jpg already downloaded
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5516978%252Fgeneral%252F81efc6d4-042a-42ce-a7c7-49637f23a2be.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5516978/general/81efc6d4-042a-42ce-a7c7-49637f23a2be.jpg already downloaded
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5516978%252Fgeneral%252F13839f6d-eed1-4d89-a515-19a06c1c4028.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5516978/general/13839f6d-eed1-4d89-a515-19a06c1c4028.jpg already downloaded
2026-03-24 10:35:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 0c63ec3c-0881-5b15-a8b9-afbc47c62e66, identifier: 10716382
2026-03-24 10:35:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d16688b2-4116-5b13-9077-bf41d3540f83 with identifier: 10716396
2026-03-24 10:35:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d16688b2-4116-5b13-9077-bf41d3540f83 with scrape type 1
2026-03-24 10:35:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d16688b2-4116-5b13-9077-bf41d3540f83
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731378%252Fgeneral%252F8c87d2ef-04ba-4e27-abd3-b664bad5d5f9.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731378/general/8c87d2ef-04ba-4e27-abd3-b664bad5d5f9.jpg already downloaded
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731378%252Fgeneral%252F60fb1e3a-386e-4c01-abe4-3bb45f458701.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731378/general/60fb1e3a-386e-4c01-abe4-3bb45f458701.jpg already downloaded
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731378%252Fgeneral%252F570c6071-8c70-43eb-8e43-ef0f5f5373a4.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731378/general/570c6071-8c70-43eb-8e43-ef0f5f5373a4.jpg already downloaded
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731378%252Fgeneral%252Fed0fcfb7-6852-44d2-ae8d-de3d8e38ba8b.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731378/general/ed0fcfb7-6852-44d2-ae8d-de3d8e38ba8b.jpg already downloaded
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731378%252Fgeneral%252F5f2cf397-3acc-40cc-8c97-43d701e32a81.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731378/general/5f2cf397-3acc-40cc-8c97-43d701e32a81.jpg already downloaded
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731378%252Fgeneral%252Fa89188b7-d8da-49d5-9dba-f3e474a78040.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731378/general/a89188b7-d8da-49d5-9dba-f3e474a78040.jpg already downloaded
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731378%252Fgeneral%252F50e20500-d6fd-4e9f-bb05-d196b8a7d262.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731378/general/50e20500-d6fd-4e9f-bb05-d196b8a7d262.jpg already downloaded
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731378%252Fgeneral%252F78958f87-9b9e-40c9-9a3a-5384fccf45f4.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731378/general/78958f87-9b9e-40c9-9a3a-5384fccf45f4.jpg already downloaded
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731378%252Fgeneral%252Fcdb86385-cd0f-4d6e-8b02-6dc4d9284732.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731378/general/cdb86385-cd0f-4d6e-8b02-6dc4d9284732.jpg already downloaded
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731378%252Fgeneral%252Ffc5aaafd-954b-4337-9a51-3dac545752e2.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731378/general/fc5aaafd-954b-4337-9a51-3dac545752e2.jpg already downloaded
2026-03-24 10:35:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: d16688b2-4116-5b13-9077-bf41d3540f83, identifier: 10716396
2026-03-24 10:35:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 0c63ec3c-0881-5b15-a8b9-afbc47c62e66 with identifier: 10716382
2026-03-24 10:35:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 0c63ec3c-0881-5b15-a8b9-afbc47c62e66 with identifier: 10716382
2026-03-24 10:35:27 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 0c63ec3c-0881-5b15-a8b9-afbc47c62e66 with identifier: 10716382 to the API
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716382>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': 150,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': '0c63ec3c-0881-5b15-a8b9-afbc47c62e66',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'LG23XYR',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716382',
'listing': 'auction',
'location': 'Upminster',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 9916,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 17,
'photo_urls': ['https://images.openlane.eu/carimgs/5516978/general/920de546-dc6a-4ca8-8dcf-25f9694523a7.jpg',
'https://images.openlane.eu/carimgs/5516978/general/dfb41130-45e9-40ce-ba35-68cb86190cd1.jpg',
'https://images.openlane.eu/carimgs/5516978/general/2a25acf6-836c-43cf-8ecd-680d66deafea.jpg',
'https://images.openlane.eu/carimgs/5516978/general/ebbf7971-cd28-408f-a383-81fc45605828.jpg',
'https://images.openlane.eu/carimgs/5516978/general/82d81f3b-e325-4929-947b-a78eb5c2a1fa.jpg',
'https://images.openlane.eu/carimgs/5516978/general/45610ae7-ee89-41a8-8e96-8cfe5ca54442.jpg',
'https://images.openlane.eu/carimgs/5516978/general/5216829a-ebcc-4c6d-9286-e12181a76e50.jpg',
'https://images.openlane.eu/carimgs/5516978/general/59418400-2c75-4aaa-9ac9-ad3452d238d2.jpg',
'https://images.openlane.eu/carimgs/5516978/general/81efc6d4-042a-42ce-a7c7-49637f23a2be.jpg',
'https://images.openlane.eu/carimgs/5516978/general/13839f6d-eed1-4d89-a515-19a06c1c4028.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c63ec3c-0881-5b15-a8b9-afbc47c62e66/0c63ec3c-0881-5b15-a8b9-afbc47c62e66_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 66167,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5516978/general/920de546-dc6a-4ca8-8dcf-25f9694523a7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c63ec3c-0881-5b15-a8b9-afbc47c62e66/0c63ec3c-0881-5b15-a8b9-afbc47c62e66_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70909,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5516978/general/dfb41130-45e9-40ce-ba35-68cb86190cd1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c63ec3c-0881-5b15-a8b9-afbc47c62e66/0c63ec3c-0881-5b15-a8b9-afbc47c62e66_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 69526,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5516978/general/2a25acf6-836c-43cf-8ecd-680d66deafea.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c63ec3c-0881-5b15-a8b9-afbc47c62e66/0c63ec3c-0881-5b15-a8b9-afbc47c62e66_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65971,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5516978/general/ebbf7971-cd28-408f-a383-81fc45605828.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c63ec3c-0881-5b15-a8b9-afbc47c62e66/0c63ec3c-0881-5b15-a8b9-afbc47c62e66_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 63255,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5516978/general/82d81f3b-e325-4929-947b-a78eb5c2a1fa.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c63ec3c-0881-5b15-a8b9-afbc47c62e66/0c63ec3c-0881-5b15-a8b9-afbc47c62e66_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 61778,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5516978/general/45610ae7-ee89-41a8-8e96-8cfe5ca54442.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c63ec3c-0881-5b15-a8b9-afbc47c62e66/0c63ec3c-0881-5b15-a8b9-afbc47c62e66_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 66198,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5516978/general/5216829a-ebcc-4c6d-9286-e12181a76e50.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c63ec3c-0881-5b15-a8b9-afbc47c62e66/0c63ec3c-0881-5b15-a8b9-afbc47c62e66_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57683,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5516978/general/59418400-2c75-4aaa-9ac9-ad3452d238d2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c63ec3c-0881-5b15-a8b9-afbc47c62e66/0c63ec3c-0881-5b15-a8b9-afbc47c62e66_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64681,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5516978/general/81efc6d4-042a-42ce-a7c7-49637f23a2be.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c63ec3c-0881-5b15-a8b9-afbc47c62e66/0c63ec3c-0881-5b15-a8b9-afbc47c62e66_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104687,
'Height': 769,
'OriginUrl': 'https://images.openlane.eu/carimgs/5516978/general/13839f6d-eed1-4d89-a515-19a06c1c4028.jpg',
'Width': 1024}],
'price': 18400,
'price_includes_vat': True,
'registration_date': '2023-05-11',
'seats_number': 5,
'seller_name': 'Retail Ready',
'title': 'Skoda Karoq 1.5 TSI SE Drive - Petrol - Automatic - 150 hp - '
'LG23XYR - 9,916 mi',
'transmission': 'automatic',
'trim': 'SE Drive',
'vin': None,
'year': 2023}
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716382%27 HTTP/1.1" 200 None
2026-03-24 10:35:27 [adesa.uk] INFO: Saving data for 10716382: {'created_time': 1774348527.82089, 'last_price_update_time': 1774348527.820975, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716382') HTTP/1.1" 204 0
2026-03-24 10:35:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: d16688b2-4116-5b13-9077-bf41d3540f83 with identifier: 10716396
2026-03-24 10:35:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: d16688b2-4116-5b13-9077-bf41d3540f83 with identifier: 10716396
2026-03-24 10:35:27 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: d16688b2-4116-5b13-9077-bf41d3540f83 with identifier: 10716396 to the API
2026-03-24 10:35:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716396>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'engine_horse_power': 116,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': 'd16688b2-4116-5b13-9077-bf41d3540f83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'MJ25HSZ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716396',
'listing': 'auction',
'location': 'HUDDERSFIELD',
'make': 'Seat',
'model': 'Ibiza',
'odometer': 2463,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 15,
'photo_urls': ['https://images.openlane.eu/carimgs/5731378/general/8c87d2ef-04ba-4e27-abd3-b664bad5d5f9.jpg',
'https://images.openlane.eu/carimgs/5731378/general/60fb1e3a-386e-4c01-abe4-3bb45f458701.jpg',
'https://images.openlane.eu/carimgs/5731378/general/570c6071-8c70-43eb-8e43-ef0f5f5373a4.jpg',
'https://images.openlane.eu/carimgs/5731378/general/ed0fcfb7-6852-44d2-ae8d-de3d8e38ba8b.jpg',
'https://images.openlane.eu/carimgs/5731378/general/5f2cf397-3acc-40cc-8c97-43d701e32a81.jpg',
'https://images.openlane.eu/carimgs/5731378/general/a89188b7-d8da-49d5-9dba-f3e474a78040.jpg',
'https://images.openlane.eu/carimgs/5731378/general/50e20500-d6fd-4e9f-bb05-d196b8a7d262.jpg',
'https://images.openlane.eu/carimgs/5731378/general/78958f87-9b9e-40c9-9a3a-5384fccf45f4.jpg',
'https://images.openlane.eu/carimgs/5731378/general/cdb86385-cd0f-4d6e-8b02-6dc4d9284732.jpg',
'https://images.openlane.eu/carimgs/5731378/general/fc5aaafd-954b-4337-9a51-3dac545752e2.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d16688b2-4116-5b13-9077-bf41d3540f83/d16688b2-4116-5b13-9077-bf41d3540f83_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 195172,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731378/general/8c87d2ef-04ba-4e27-abd3-b664bad5d5f9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d16688b2-4116-5b13-9077-bf41d3540f83/d16688b2-4116-5b13-9077-bf41d3540f83_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 190621,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731378/general/60fb1e3a-386e-4c01-abe4-3bb45f458701.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d16688b2-4116-5b13-9077-bf41d3540f83/d16688b2-4116-5b13-9077-bf41d3540f83_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 177452,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731378/general/570c6071-8c70-43eb-8e43-ef0f5f5373a4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d16688b2-4116-5b13-9077-bf41d3540f83/d16688b2-4116-5b13-9077-bf41d3540f83_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 177049,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731378/general/ed0fcfb7-6852-44d2-ae8d-de3d8e38ba8b.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d16688b2-4116-5b13-9077-bf41d3540f83/d16688b2-4116-5b13-9077-bf41d3540f83_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170509,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731378/general/5f2cf397-3acc-40cc-8c97-43d701e32a81.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d16688b2-4116-5b13-9077-bf41d3540f83/d16688b2-4116-5b13-9077-bf41d3540f83_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 187052,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731378/general/a89188b7-d8da-49d5-9dba-f3e474a78040.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d16688b2-4116-5b13-9077-bf41d3540f83/d16688b2-4116-5b13-9077-bf41d3540f83_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158132,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731378/general/50e20500-d6fd-4e9f-bb05-d196b8a7d262.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d16688b2-4116-5b13-9077-bf41d3540f83/d16688b2-4116-5b13-9077-bf41d3540f83_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 172226,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731378/general/78958f87-9b9e-40c9-9a3a-5384fccf45f4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d16688b2-4116-5b13-9077-bf41d3540f83/d16688b2-4116-5b13-9077-bf41d3540f83_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119781,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731378/general/cdb86385-cd0f-4d6e-8b02-6dc4d9284732.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d16688b2-4116-5b13-9077-bf41d3540f83/d16688b2-4116-5b13-9077-bf41d3540f83_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 127065,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731378/general/fc5aaafd-954b-4337-9a51-3dac545752e2.jpg',
'Width': 1024}],
'price': 16000,
'price_includes_vat': True,
'registration_date': '2025-04-15',
'seats_number': 5,
'seller_name': 'Pentagon Scunthorpe',
'title': 'Seat Ibiza 1.0 TSI Xcellence - Petrol - Manual - 116 hp - MJ25HSZ - '
'2,463 mi',
'transmission': 'manual',
'trim': 'Xcellence',
'vin': None,
'year': 2025}
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716396%27 HTTP/1.1" 200 None
2026-03-24 10:35:28 [adesa.uk] INFO: Saving data for 10716396: {'created_time': 1774348528.172239, 'last_price_update_time': 1774348528.17225, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716396') HTTP/1.1" 204 0
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5645732%252Fgeneral%252Fc69dc361-d34b-4aa6-a312-d582a481a1d3.JPG%27 HTTP/1.1" 200 None
2026-03-24 10:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5645732/general/c69dc361-d34b-4aa6-a312-d582a481a1d3.JPG not downloaded yet
2026-03-24 10:35:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716407> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716401> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5645732%252Fgeneral%252F8aaa1607-c797-4473-8e3c-58d2715689eb.JPG%27 HTTP/1.1" 200 None
2026-03-24 10:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5645732/general/8aaa1607-c797-4473-8e3c-58d2715689eb.JPG not downloaded yet
2026-03-24 10:35:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5645732%252Fgeneral%252Fefa5df79-b4f4-46c2-b4bd-9ced6a70914f.JPG%27 HTTP/1.1" 200 None
2026-03-24 10:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5645732/general/efa5df79-b4f4-46c2-b4bd-9ced6a70914f.JPG not downloaded yet
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5645732%252Fgeneral%252F65a0a4a7-32c3-4002-8273-614a0f7a1296.JPG%27 HTTP/1.1" 200 None
2026-03-24 10:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5645732/general/65a0a4a7-32c3-4002-8273-614a0f7a1296.JPG not downloaded yet
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5645732%252Fgeneral%252Fed50e893-be49-4724-962b-b39da335e7fc.JPG%27 HTTP/1.1" 200 None
2026-03-24 10:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5645732/general/ed50e893-be49-4724-962b-b39da335e7fc.JPG not downloaded yet
2026-03-24 10:35:28 [scrapy.core.engine] DEBUG: Crawled (403) <GET https://images.openlane.eu/carimgs/5645732/general/f153292f-e27b-49f7-b6ec-440236e508cf.JPG> (referer: https://www.openlane.eu/en/carv6/auction/10716412)
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5645732%252Fgeneral%252F31b1a4c4-ad6f-42ad-875d-76cc2da8f71b.JPG%27 HTTP/1.1" 200 None
2026-03-24 10:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5645732/general/31b1a4c4-ad6f-42ad-875d-76cc2da8f71b.JPG not downloaded yet
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5645732%252Fgeneral%252F3ce9eb7d-6502-4cf1-86c1-66c81f1eef62.JPG%27 HTTP/1.1" 200 None
2026-03-24 10:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5645732/general/3ce9eb7d-6502-4cf1-86c1-66c81f1eef62.JPG not downloaded yet
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5645732%252Fgeneral%252Fd50622fd-6a53-425d-86a0-2429a0544abf.JPG%27 HTTP/1.1" 200 None
2026-03-24 10:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5645732/general/d50622fd-6a53-425d-86a0-2429a0544abf.JPG not downloaded yet
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5645732%252Fgeneral%252F533724b9-ddda-46f6-9771-6723f10258a4.JPG%27 HTTP/1.1" 200 None
2026-03-24 10:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5645732/general/533724b9-ddda-46f6-9771-6723f10258a4.JPG not downloaded yet
2026-03-24 10:35:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18b6edfc-5f98-5f58-a896-8b1958d5c81a with identifier: 10716407
2026-03-24 10:35:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18b6edfc-5f98-5f58-a896-8b1958d5c81a with scrape type 1
2026-03-24 10:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 18b6edfc-5f98-5f58-a896-8b1958d5c81a
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5652249%252Fgeneral%252Fe9606a6d-eedc-4c88-b10c-9b0278cf20b8.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5652249/general/e9606a6d-eedc-4c88-b10c-9b0278cf20b8.jpg already downloaded
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5652249%252Fgeneral%252F0e36edf5-ee0a-46bb-b2e2-baf51dd9807b.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5652249/general/0e36edf5-ee0a-46bb-b2e2-baf51dd9807b.jpg already downloaded
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5652249%252Fgeneral%252Fe538f5bd-abe6-473b-bc5f-71e53a845b11.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5652249/general/e538f5bd-abe6-473b-bc5f-71e53a845b11.jpg already downloaded
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5652249%252Fgeneral%252Fe168a058-7cb5-4031-9c02-ed6e8f979bb0.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5652249/general/e168a058-7cb5-4031-9c02-ed6e8f979bb0.jpg already downloaded
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5652249%252Fgeneral%252F096b0b15-4e8a-43c2-8716-2f5c45e01afd.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5652249/general/096b0b15-4e8a-43c2-8716-2f5c45e01afd.jpg already downloaded
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5652249%252Fgeneral%252F8e146b0d-a958-4c53-a725-99d36ff61c65.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5652249/general/8e146b0d-a958-4c53-a725-99d36ff61c65.jpg already downloaded
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5652249%252Fgeneral%252Fbbf7618a-39c3-4508-b33e-c1d95ca75122.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5652249/general/bbf7618a-39c3-4508-b33e-c1d95ca75122.jpg already downloaded
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5652249%252Fgeneral%252F6370c576-45de-45d3-b22f-3d0dd5fde76c.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5652249/general/6370c576-45de-45d3-b22f-3d0dd5fde76c.jpg already downloaded
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5652249%252Fgeneral%252F47353278-caea-421d-9166-e00e9a16d467.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5652249/general/47353278-caea-421d-9166-e00e9a16d467.jpg already downloaded
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5652249%252Fgeneral%252F6f3cf514-ad9e-4dc7-b54d-1d97dd8ea974.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5652249/general/6f3cf514-ad9e-4dc7-b54d-1d97dd8ea974.jpg already downloaded
2026-03-24 10:35:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 18b6edfc-5f98-5f58-a896-8b1958d5c81a, identifier: 10716407
2026-03-24 10:35:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3dc66e65-2846-55dc-87a1-8226844c577d with identifier: 10716401
2026-03-24 10:35:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3dc66e65-2846-55dc-87a1-8226844c577d with scrape type 1
2026-03-24 10:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3dc66e65-2846-55dc-87a1-8226844c577d
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5605730%252Fgeneral%252F97608f38-8dc4-4973-864d-a3dc9b0d0b2b.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5605730/general/97608f38-8dc4-4973-864d-a3dc9b0d0b2b.jpg already downloaded
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5605730%252Fgeneral%252F9d172b4f-bd42-4bde-8d1a-11fc44d46c48.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5605730/general/9d172b4f-bd42-4bde-8d1a-11fc44d46c48.jpg already downloaded
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5605730%252Fgeneral%252Fd478ad5f-3e52-4971-99bc-6b09e4173e46.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5605730/general/d478ad5f-3e52-4971-99bc-6b09e4173e46.jpg already downloaded
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5605730%252Fgeneral%252F37512b02-4eec-4d19-ae9f-efabeffd7354.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5605730/general/37512b02-4eec-4d19-ae9f-efabeffd7354.jpg already downloaded
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5605730%252Fgeneral%252F2a02eda3-5f9a-4c90-b9c0-d89e4f216e12.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5605730/general/2a02eda3-5f9a-4c90-b9c0-d89e4f216e12.jpg already downloaded
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5605730%252Fgeneral%252Fde9a0723-c270-42ae-857e-64f2a07386ee.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5605730/general/de9a0723-c270-42ae-857e-64f2a07386ee.jpg already downloaded
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5605730%252Fgeneral%252F98141cb8-c49e-408f-bd95-527dd4c1e23e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5605730/general/98141cb8-c49e-408f-bd95-527dd4c1e23e.jpg already downloaded
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5605730%252Fgeneral%252Fd2d6cd22-4ce8-4cef-83b6-2ae21a12ec0a.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5605730/general/d2d6cd22-4ce8-4cef-83b6-2ae21a12ec0a.jpg already downloaded
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5605730%252Fgeneral%252Fe08e6bb1-7ea7-4d91-b0c6-93e2140fc413.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5605730/general/e08e6bb1-7ea7-4d91-b0c6-93e2140fc413.jpg already downloaded
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5605730%252Fgeneral%252F8b82df23-5e78-4967-af61-395a170e33ab.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5605730/general/8b82df23-5e78-4967-af61-395a170e33ab.jpg already downloaded
2026-03-24 10:35:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 3dc66e65-2846-55dc-87a1-8226844c577d, identifier: 10716401
2026-03-24 10:35:28 [scrapy.core.engine] DEBUG: Crawled (403) <GET https://images.openlane.eu/carimgs/5645732/general/ed50e893-be49-4724-962b-b39da335e7fc.JPG> (referer: https://www.openlane.eu/en/carv6/auction/10716412)
2026-03-24 10:35:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 18b6edfc-5f98-5f58-a896-8b1958d5c81a with identifier: 10716407
2026-03-24 10:35:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 18b6edfc-5f98-5f58-a896-8b1958d5c81a with identifier: 10716407
2026-03-24 10:35:28 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 18b6edfc-5f98-5f58-a896-8b1958d5c81a with identifier: 10716407 to the API
2026-03-24 10:35:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716407>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': 131,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Diesel',
'id': '18b6edfc-5f98-5f58-a896-8b1958d5c81a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DP75SXB',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716407',
'listing': 'auction',
'location': 'Stoke-on-Trent',
'make': 'Vauxhall',
'model': 'Astra',
'odometer': 10,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 20,
'photo_urls': ['https://images.openlane.eu/carimgs/5652249/general/e9606a6d-eedc-4c88-b10c-9b0278cf20b8.jpg',
'https://images.openlane.eu/carimgs/5652249/general/0e36edf5-ee0a-46bb-b2e2-baf51dd9807b.jpg',
'https://images.openlane.eu/carimgs/5652249/general/e538f5bd-abe6-473b-bc5f-71e53a845b11.jpg',
'https://images.openlane.eu/carimgs/5652249/general/e168a058-7cb5-4031-9c02-ed6e8f979bb0.jpg',
'https://images.openlane.eu/carimgs/5652249/general/096b0b15-4e8a-43c2-8716-2f5c45e01afd.jpg',
'https://images.openlane.eu/carimgs/5652249/general/8e146b0d-a958-4c53-a725-99d36ff61c65.jpg',
'https://images.openlane.eu/carimgs/5652249/general/bbf7618a-39c3-4508-b33e-c1d95ca75122.jpg',
'https://images.openlane.eu/carimgs/5652249/general/6370c576-45de-45d3-b22f-3d0dd5fde76c.jpg',
'https://images.openlane.eu/carimgs/5652249/general/47353278-caea-421d-9166-e00e9a16d467.jpg',
'https://images.openlane.eu/carimgs/5652249/general/6f3cf514-ad9e-4dc7-b54d-1d97dd8ea974.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18b6edfc-5f98-5f58-a896-8b1958d5c81a/18b6edfc-5f98-5f58-a896-8b1958d5c81a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 295819,
'Height': 974,
'OriginUrl': 'https://images.openlane.eu/carimgs/5652249/general/e9606a6d-eedc-4c88-b10c-9b0278cf20b8.jpg',
'Width': 1126},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18b6edfc-5f98-5f58-a896-8b1958d5c81a/18b6edfc-5f98-5f58-a896-8b1958d5c81a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 290594,
'Height': 1131,
'OriginUrl': 'https://images.openlane.eu/carimgs/5652249/general/0e36edf5-ee0a-46bb-b2e2-baf51dd9807b.jpg',
'Width': 1126},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18b6edfc-5f98-5f58-a896-8b1958d5c81a/18b6edfc-5f98-5f58-a896-8b1958d5c81a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 322013,
'Height': 1258,
'OriginUrl': 'https://images.openlane.eu/carimgs/5652249/general/e538f5bd-abe6-473b-bc5f-71e53a845b11.jpg',
'Width': 1126},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18b6edfc-5f98-5f58-a896-8b1958d5c81a/18b6edfc-5f98-5f58-a896-8b1958d5c81a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 216451,
'Height': 999,
'OriginUrl': 'https://images.openlane.eu/carimgs/5652249/general/e168a058-7cb5-4031-9c02-ed6e8f979bb0.jpg',
'Width': 1126},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18b6edfc-5f98-5f58-a896-8b1958d5c81a/18b6edfc-5f98-5f58-a896-8b1958d5c81a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 526937,
'Height': 2000,
'OriginUrl': 'https://images.openlane.eu/carimgs/5652249/general/096b0b15-4e8a-43c2-8716-2f5c45e01afd.jpg',
'Width': 1126},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18b6edfc-5f98-5f58-a896-8b1958d5c81a/18b6edfc-5f98-5f58-a896-8b1958d5c81a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 287912,
'Height': 2000,
'OriginUrl': 'https://images.openlane.eu/carimgs/5652249/general/8e146b0d-a958-4c53-a725-99d36ff61c65.jpg',
'Width': 1126},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18b6edfc-5f98-5f58-a896-8b1958d5c81a/18b6edfc-5f98-5f58-a896-8b1958d5c81a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 401713,
'Height': 2000,
'OriginUrl': 'https://images.openlane.eu/carimgs/5652249/general/bbf7618a-39c3-4508-b33e-c1d95ca75122.jpg',
'Width': 1126},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18b6edfc-5f98-5f58-a896-8b1958d5c81a/18b6edfc-5f98-5f58-a896-8b1958d5c81a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 498342,
'Height': 2000,
'OriginUrl': 'https://images.openlane.eu/carimgs/5652249/general/6370c576-45de-45d3-b22f-3d0dd5fde76c.jpg',
'Width': 1126},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18b6edfc-5f98-5f58-a896-8b1958d5c81a/18b6edfc-5f98-5f58-a896-8b1958d5c81a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 443684,
'Height': 2000,
'OriginUrl': 'https://images.openlane.eu/carimgs/5652249/general/47353278-caea-421d-9166-e00e9a16d467.jpg',
'Width': 1126},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18b6edfc-5f98-5f58-a896-8b1958d5c81a/18b6edfc-5f98-5f58-a896-8b1958d5c81a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 184036,
'Height': 2000,
'OriginUrl': 'https://images.openlane.eu/carimgs/5652249/general/6f3cf514-ad9e-4dc7-b54d-1d97dd8ea974.jpg',
'Width': 1126}],
'price': 20100,
'price_includes_vat': True,
'registration_date': '2025-12-31',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Astra 1.5 Ultimate - Diesel - Automatic - 131 hp - DP75SXB '
'- 10 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-24 10:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716407%27 HTTP/1.1" 200 None
2026-03-24 10:35:29 [adesa.uk] INFO: Saving data for 10716407: {'created_time': 1774348529.199176, 'last_price_update_time': 1774348529.199188, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716407') HTTP/1.1" 204 0
2026-03-24 10:35:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 3dc66e65-2846-55dc-87a1-8226844c577d with identifier: 10716401
2026-03-24 10:35:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 3dc66e65-2846-55dc-87a1-8226844c577d with identifier: 10716401
2026-03-24 10:35:29 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 3dc66e65-2846-55dc-87a1-8226844c577d with identifier: 10716401 to the API
2026-03-24 10:35:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716401>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'engine_horse_power': 110,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': '3dc66e65-2846-55dc-87a1-8226844c577d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'MT73UAK',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716401',
'listing': 'auction',
'location': 'DUDLEY',
'make': 'Seat',
'model': 'Arona',
'odometer': 16562,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 16,
'photo_urls': ['https://images.openlane.eu/carimgs/5605730/general/97608f38-8dc4-4973-864d-a3dc9b0d0b2b.jpg',
'https://images.openlane.eu/carimgs/5605730/general/9d172b4f-bd42-4bde-8d1a-11fc44d46c48.jpg',
'https://images.openlane.eu/carimgs/5605730/general/d478ad5f-3e52-4971-99bc-6b09e4173e46.jpg',
'https://images.openlane.eu/carimgs/5605730/general/37512b02-4eec-4d19-ae9f-efabeffd7354.jpg',
'https://images.openlane.eu/carimgs/5605730/general/2a02eda3-5f9a-4c90-b9c0-d89e4f216e12.jpg',
'https://images.openlane.eu/carimgs/5605730/general/de9a0723-c270-42ae-857e-64f2a07386ee.jpg',
'https://images.openlane.eu/carimgs/5605730/general/98141cb8-c49e-408f-bd95-527dd4c1e23e.jpg',
'https://images.openlane.eu/carimgs/5605730/general/d2d6cd22-4ce8-4cef-83b6-2ae21a12ec0a.jpg',
'https://images.openlane.eu/carimgs/5605730/general/e08e6bb1-7ea7-4d91-b0c6-93e2140fc413.jpg',
'https://images.openlane.eu/carimgs/5605730/general/8b82df23-5e78-4967-af61-395a170e33ab.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3dc66e65-2846-55dc-87a1-8226844c577d/3dc66e65-2846-55dc-87a1-8226844c577d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76116,
'Height': 548,
'OriginUrl': 'https://images.openlane.eu/carimgs/5605730/general/97608f38-8dc4-4973-864d-a3dc9b0d0b2b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3dc66e65-2846-55dc-87a1-8226844c577d/3dc66e65-2846-55dc-87a1-8226844c577d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 74865,
'Height': 556,
'OriginUrl': 'https://images.openlane.eu/carimgs/5605730/general/9d172b4f-bd42-4bde-8d1a-11fc44d46c48.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3dc66e65-2846-55dc-87a1-8226844c577d/3dc66e65-2846-55dc-87a1-8226844c577d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70798,
'Height': 562,
'OriginUrl': 'https://images.openlane.eu/carimgs/5605730/general/d478ad5f-3e52-4971-99bc-6b09e4173e46.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3dc66e65-2846-55dc-87a1-8226844c577d/3dc66e65-2846-55dc-87a1-8226844c577d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 69751,
'Height': 559,
'OriginUrl': 'https://images.openlane.eu/carimgs/5605730/general/37512b02-4eec-4d19-ae9f-efabeffd7354.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3dc66e65-2846-55dc-87a1-8226844c577d/3dc66e65-2846-55dc-87a1-8226844c577d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 67339,
'Height': 540,
'OriginUrl': 'https://images.openlane.eu/carimgs/5605730/general/2a02eda3-5f9a-4c90-b9c0-d89e4f216e12.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3dc66e65-2846-55dc-87a1-8226844c577d/3dc66e65-2846-55dc-87a1-8226844c577d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77598,
'Height': 533,
'OriginUrl': 'https://images.openlane.eu/carimgs/5605730/general/de9a0723-c270-42ae-857e-64f2a07386ee.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3dc66e65-2846-55dc-87a1-8226844c577d/3dc66e65-2846-55dc-87a1-8226844c577d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 66737,
'Height': 533,
'OriginUrl': 'https://images.openlane.eu/carimgs/5605730/general/98141cb8-c49e-408f-bd95-527dd4c1e23e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3dc66e65-2846-55dc-87a1-8226844c577d/3dc66e65-2846-55dc-87a1-8226844c577d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72950,
'Height': 533,
'OriginUrl': 'https://images.openlane.eu/carimgs/5605730/general/d2d6cd22-4ce8-4cef-83b6-2ae21a12ec0a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3dc66e65-2846-55dc-87a1-8226844c577d/3dc66e65-2846-55dc-87a1-8226844c577d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82256,
'Height': 533,
'OriginUrl': 'https://images.openlane.eu/carimgs/5605730/general/e08e6bb1-7ea7-4d91-b0c6-93e2140fc413.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3dc66e65-2846-55dc-87a1-8226844c577d/3dc66e65-2846-55dc-87a1-8226844c577d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94174,
'Height': 590,
'OriginUrl': 'https://images.openlane.eu/carimgs/5605730/general/8b82df23-5e78-4967-af61-395a170e33ab.jpg',
'Width': 800}],
'price': 13200,
'price_includes_vat': True,
'registration_date': '2023-09-28',
'seats_number': 5,
'seller_name': 'Dudley Motor Company',
'title': 'Seat Arona 1.0 TSI FR Sport - Petrol - Manual - 110 hp - MT73UAK - '
'16,562 mi',
'transmission': 'manual',
'trim': 'FR Sport',
'vin': None,
'year': 2023}
2026-03-24 10:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716401%27 HTTP/1.1" 200 None
2026-03-24 10:35:29 [adesa.uk] INFO: Saving data for 10716401: {'created_time': 1774348529.55963, 'last_price_update_time': 1774348529.559675, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716401') HTTP/1.1" 204 0
2026-03-24 10:35:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716404> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:35:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716395> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716402> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:29 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item 05d0e5d1-8725-553e-b1b0-f9e0817bd826 due to Ignoring non-200 response
2026-03-24 10:35:29 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item 05d0e5d1-8725-553e-b1b0-f9e0817bd826 due to Ignoring non-200 response
2026-03-24 10:35:29 [scrapy.core.engine] DEBUG: Crawled (403) <GET https://images.openlane.eu/carimgs/5645732/general/8aaa1607-c797-4473-8e3c-58d2715689eb.JPG> (referer: https://www.openlane.eu/en/carv6/auction/10716412)
2026-03-24 10:35:29 [scrapy.core.engine] DEBUG: Crawled (403) <GET https://images.openlane.eu/carimgs/5645732/general/efa5df79-b4f4-46c2-b4bd-9ced6a70914f.JPG> (referer: https://www.openlane.eu/en/carv6/auction/10716412)
2026-03-24 10:35:29 [scrapy.core.engine] DEBUG: Crawled (403) <GET https://images.openlane.eu/carimgs/5645732/general/c69dc361-d34b-4aa6-a312-d582a481a1d3.JPG> (referer: https://www.openlane.eu/en/carv6/auction/10716412)
2026-03-24 10:35:29 [scrapy.core.engine] DEBUG: Crawled (403) <GET https://images.openlane.eu/carimgs/5645732/general/533724b9-ddda-46f6-9771-6723f10258a4.JPG> (referer: https://www.openlane.eu/en/carv6/auction/10716412)
2026-03-24 10:35:29 [scrapy.core.engine] DEBUG: Crawled (403) <GET https://images.openlane.eu/carimgs/5645732/general/31b1a4c4-ad6f-42ad-875d-76cc2da8f71b.JPG> (referer: https://www.openlane.eu/en/carv6/auction/10716412)
2026-03-24 10:35:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716378> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:29 [scrapy.core.engine] DEBUG: Crawled (403) <GET https://images.openlane.eu/carimgs/5645732/general/65a0a4a7-32c3-4002-8273-614a0f7a1296.JPG> (referer: https://www.openlane.eu/en/carv6/auction/10716412)
2026-03-24 10:35:29 [scrapy.core.engine] DEBUG: Crawled (403) <GET https://images.openlane.eu/carimgs/5645732/general/3ce9eb7d-6502-4cf1-86c1-66c81f1eef62.JPG> (referer: https://www.openlane.eu/en/carv6/auction/10716412)
2026-03-24 10:35:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0cd31f35-c70c-5ab8-baa7-a721d4b1a5d4 with identifier: 10716404
2026-03-24 10:35:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0cd31f35-c70c-5ab8-baa7-a721d4b1a5d4 with scrape type 1
2026-03-24 10:35:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0cd31f35-c70c-5ab8-baa7-a721d4b1a5d4
2026-03-24 10:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608564%252Fgeneral%252F9a4e0636-0df6-40d1-98e2-97fa1c24c9a6.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608564/general/9a4e0636-0df6-40d1-98e2-97fa1c24c9a6.jpg already downloaded
2026-03-24 10:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608564%252Fgeneral%252F6eaebbd1-be3a-4ffb-955a-2ba034615bec.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608564/general/6eaebbd1-be3a-4ffb-955a-2ba034615bec.jpg already downloaded
2026-03-24 10:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608564%252Fgeneral%252F80ee0738-1c6b-4ca5-ab25-585f0d903cab.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608564/general/80ee0738-1c6b-4ca5-ab25-585f0d903cab.jpg already downloaded
2026-03-24 10:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608564%252Fgeneral%252Fe9127f66-78cd-4ce2-85ba-d5de19614047.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608564/general/e9127f66-78cd-4ce2-85ba-d5de19614047.jpg already downloaded
2026-03-24 10:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608564%252Fgeneral%252Fa386c9ee-a532-452d-b757-354da6f1da5d.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608564/general/a386c9ee-a532-452d-b757-354da6f1da5d.jpg already downloaded
2026-03-24 10:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608564%252Fgeneral%252Fe4a9b05c-3ca1-48d1-acc9-50cc0379d587.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608564/general/e4a9b05c-3ca1-48d1-acc9-50cc0379d587.jpg already downloaded
2026-03-24 10:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608564%252Fgeneral%252Fc63ecb88-5f36-4172-bd4e-ff6ce572179b.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608564/general/c63ecb88-5f36-4172-bd4e-ff6ce572179b.jpg already downloaded
2026-03-24 10:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608564%252Fgeneral%252F462e2ed4-ed15-4cf4-8760-f48f7bd693e3.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608564/general/462e2ed4-ed15-4cf4-8760-f48f7bd693e3.jpg already downloaded
2026-03-24 10:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608564%252Fgeneral%252F075bb037-4bdf-46ef-81cf-c764d4a1d86f.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608564/general/075bb037-4bdf-46ef-81cf-c764d4a1d86f.jpg already downloaded
2026-03-24 10:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608564%252Fgeneral%252F23b07182-78c7-47ab-b51b-07f006dcf990.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608564/general/23b07182-78c7-47ab-b51b-07f006dcf990.jpg already downloaded
2026-03-24 10:35:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 0cd31f35-c70c-5ab8-baa7-a721d4b1a5d4, identifier: 10716404
2026-03-24 10:35:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 0cd31f35-c70c-5ab8-baa7-a721d4b1a5d4 with identifier: 10716404
2026-03-24 10:35:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 0cd31f35-c70c-5ab8-baa7-a721d4b1a5d4 with identifier: 10716404
2026-03-24 10:35:30 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 0cd31f35-c70c-5ab8-baa7-a721d4b1a5d4 with identifier: 10716404 to the API
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716404>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.3L',
'engine_horse_power': 136,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': '0cd31f35-c70c-5ab8-baa7-a721d4b1a5d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'YUI3178',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716404',
'listing': 'auction',
'location': 'Upminster',
'make': 'Mercedes-Benz',
'model': 'GLA',
'odometer': 64716,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 13,
'photo_urls': ['https://images.openlane.eu/carimgs/5608564/general/9a4e0636-0df6-40d1-98e2-97fa1c24c9a6.jpg',
'https://images.openlane.eu/carimgs/5608564/general/6eaebbd1-be3a-4ffb-955a-2ba034615bec.jpg',
'https://images.openlane.eu/carimgs/5608564/general/80ee0738-1c6b-4ca5-ab25-585f0d903cab.jpg',
'https://images.openlane.eu/carimgs/5608564/general/e9127f66-78cd-4ce2-85ba-d5de19614047.jpg',
'https://images.openlane.eu/carimgs/5608564/general/a386c9ee-a532-452d-b757-354da6f1da5d.jpg',
'https://images.openlane.eu/carimgs/5608564/general/e4a9b05c-3ca1-48d1-acc9-50cc0379d587.jpg',
'https://images.openlane.eu/carimgs/5608564/general/c63ecb88-5f36-4172-bd4e-ff6ce572179b.jpg',
'https://images.openlane.eu/carimgs/5608564/general/462e2ed4-ed15-4cf4-8760-f48f7bd693e3.jpg',
'https://images.openlane.eu/carimgs/5608564/general/075bb037-4bdf-46ef-81cf-c764d4a1d86f.jpg',
'https://images.openlane.eu/carimgs/5608564/general/23b07182-78c7-47ab-b51b-07f006dcf990.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cd31f35-c70c-5ab8-baa7-a721d4b1a5d4/0cd31f35-c70c-5ab8-baa7-a721d4b1a5d4_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126483,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608564/general/9a4e0636-0df6-40d1-98e2-97fa1c24c9a6.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cd31f35-c70c-5ab8-baa7-a721d4b1a5d4/0cd31f35-c70c-5ab8-baa7-a721d4b1a5d4_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121429,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608564/general/6eaebbd1-be3a-4ffb-955a-2ba034615bec.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cd31f35-c70c-5ab8-baa7-a721d4b1a5d4/0cd31f35-c70c-5ab8-baa7-a721d4b1a5d4_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116115,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608564/general/80ee0738-1c6b-4ca5-ab25-585f0d903cab.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cd31f35-c70c-5ab8-baa7-a721d4b1a5d4/0cd31f35-c70c-5ab8-baa7-a721d4b1a5d4_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118069,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608564/general/e9127f66-78cd-4ce2-85ba-d5de19614047.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cd31f35-c70c-5ab8-baa7-a721d4b1a5d4/0cd31f35-c70c-5ab8-baa7-a721d4b1a5d4_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110002,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608564/general/a386c9ee-a532-452d-b757-354da6f1da5d.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cd31f35-c70c-5ab8-baa7-a721d4b1a5d4/0cd31f35-c70c-5ab8-baa7-a721d4b1a5d4_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109859,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608564/general/e4a9b05c-3ca1-48d1-acc9-50cc0379d587.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cd31f35-c70c-5ab8-baa7-a721d4b1a5d4/0cd31f35-c70c-5ab8-baa7-a721d4b1a5d4_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 133385,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608564/general/c63ecb88-5f36-4172-bd4e-ff6ce572179b.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cd31f35-c70c-5ab8-baa7-a721d4b1a5d4/0cd31f35-c70c-5ab8-baa7-a721d4b1a5d4_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85304,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608564/general/462e2ed4-ed15-4cf4-8760-f48f7bd693e3.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cd31f35-c70c-5ab8-baa7-a721d4b1a5d4/0cd31f35-c70c-5ab8-baa7-a721d4b1a5d4_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121944,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608564/general/075bb037-4bdf-46ef-81cf-c764d4a1d86f.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cd31f35-c70c-5ab8-baa7-a721d4b1a5d4/0cd31f35-c70c-5ab8-baa7-a721d4b1a5d4_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137930,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608564/general/23b07182-78c7-47ab-b51b-07f006dcf990.jpg',
'Width': 1440}],
'price': 19600,
'price_includes_vat': True,
'registration_date': '2022-04-14',
'seats_number': 5,
'seller_name': 'Retail Ready',
'title': 'Mercedes-Benz GLA 180 AMG Line Premium - Petrol - Automatic - 136 '
'hp - YUI3178 - 64,716 mi',
'transmission': 'automatic',
'trim': 'AMG Line Premium',
'vin': None,
'year': 2022}
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716404%27 HTTP/1.1" 200 None
2026-03-24 10:35:30 [adesa.uk] INFO: Saving data for 10716404: {'created_time': 1774348530.433948, 'last_price_update_time': 1774348530.433963, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716404') HTTP/1.1" 204 0
2026-03-24 10:35:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 280e75dc-bb60-5c80-8d87-1a505e80b20a with identifier: 10716395
2026-03-24 10:35:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 280e75dc-bb60-5c80-8d87-1a505e80b20a with scrape type 1
2026-03-24 10:35:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 280e75dc-bb60-5c80-8d87-1a505e80b20a
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731463%252Fgeneral%252F7bec5022-5973-45c9-9227-85ea6bd8f21e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731463/general/7bec5022-5973-45c9-9227-85ea6bd8f21e.jpg already downloaded
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731463%252Fgeneral%252Fe272a83f-aeac-4096-800a-9c569be8a89a.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731463/general/e272a83f-aeac-4096-800a-9c569be8a89a.jpg already downloaded
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731463%252Fgeneral%252Fe80b946d-64b5-4248-a258-f0cf3398159f.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731463/general/e80b946d-64b5-4248-a258-f0cf3398159f.jpg already downloaded
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731463%252Fgeneral%252Fa1f8726a-d17a-493d-be86-9e89a379e23f.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731463/general/a1f8726a-d17a-493d-be86-9e89a379e23f.jpg already downloaded
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731463%252Fgeneral%252F4377b9bd-a206-4050-916c-00cf885d7cbb.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731463/general/4377b9bd-a206-4050-916c-00cf885d7cbb.jpg already downloaded
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731463%252Fgeneral%252F3cd7a165-c98f-43c4-9169-9a815cee8758.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731463/general/3cd7a165-c98f-43c4-9169-9a815cee8758.jpg already downloaded
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731463%252Fgeneral%252Fcf089b8c-7858-46fb-b35f-759090aa91e3.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731463/general/cf089b8c-7858-46fb-b35f-759090aa91e3.jpg already downloaded
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731463%252Fgeneral%252F9fa55921-e9b3-40a7-913b-574bbf305e94.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731463/general/9fa55921-e9b3-40a7-913b-574bbf305e94.jpg already downloaded
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731463%252Fgeneral%252F257b7d74-f131-4c09-9bb4-2e937089e441.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731463/general/257b7d74-f131-4c09-9bb4-2e937089e441.jpg already downloaded
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731463%252Fgeneral%252F5e382342-aac3-4a04-b03a-23fbc058735f.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731463/general/5e382342-aac3-4a04-b03a-23fbc058735f.jpg already downloaded
2026-03-24 10:35:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 280e75dc-bb60-5c80-8d87-1a505e80b20a, identifier: 10716395
2026-03-24 10:35:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4dad09d0-bb3a-5307-9661-0031f74a7613 with identifier: 10716402
2026-03-24 10:35:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4dad09d0-bb3a-5307-9661-0031f74a7613 with scrape type 1
2026-03-24 10:35:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4dad09d0-bb3a-5307-9661-0031f74a7613
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5606980%252Fgeneral%252F3e7cc818-612c-47b2-b394-e693dab1a617.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5606980/general/3e7cc818-612c-47b2-b394-e693dab1a617.jpg already downloaded
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5606980%252Fgeneral%252Fa19e3c82-1c0d-47d9-968b-bd9a71e7cae6.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5606980/general/a19e3c82-1c0d-47d9-968b-bd9a71e7cae6.jpg already downloaded
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5606980%252Fgeneral%252F9972ac20-2193-4f7f-bfb3-5d1ba6235025.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5606980/general/9972ac20-2193-4f7f-bfb3-5d1ba6235025.jpg already downloaded
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5606980%252Fgeneral%252F42773ad1-8d67-485d-a2e0-dc72baedf40a.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5606980/general/42773ad1-8d67-485d-a2e0-dc72baedf40a.jpg already downloaded
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5606980%252Fgeneral%252F0233ac39-5b9f-473d-87ff-b167fc6d02aa.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5606980/general/0233ac39-5b9f-473d-87ff-b167fc6d02aa.jpg already downloaded
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5606980%252Fgeneral%252Fd61056e4-b3e0-4719-84f5-251f03c10714.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5606980/general/d61056e4-b3e0-4719-84f5-251f03c10714.jpg already downloaded
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5606980%252Fgeneral%252F1d666ae1-69a6-4238-afad-b04b8edc5bb0.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5606980/general/1d666ae1-69a6-4238-afad-b04b8edc5bb0.jpg already downloaded
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5606980%252Fgeneral%252Fc566e195-9620-4389-b799-feda3c4ba8ae.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5606980/general/c566e195-9620-4389-b799-feda3c4ba8ae.jpg already downloaded
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5606980%252Fgeneral%252Fb967c81b-1420-4bf0-b2b9-1159d659ff29.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5606980/general/b967c81b-1420-4bf0-b2b9-1159d659ff29.jpg already downloaded
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5606980%252Fgeneral%252Fc31ef385-5e62-480a-820f-44e6056099b5.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5606980/general/c31ef385-5e62-480a-820f-44e6056099b5.jpg already downloaded
2026-03-24 10:35:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 4dad09d0-bb3a-5307-9661-0031f74a7613, identifier: 10716402
2026-03-24 10:35:31 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item 05d0e5d1-8725-553e-b1b0-f9e0817bd826 due to Ignoring non-200 response
2026-03-24 10:35:31 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item 05d0e5d1-8725-553e-b1b0-f9e0817bd826 due to Ignoring non-200 response
2026-03-24 10:35:31 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item 05d0e5d1-8725-553e-b1b0-f9e0817bd826 due to Ignoring non-200 response
2026-03-24 10:35:31 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 9 for item 05d0e5d1-8725-553e-b1b0-f9e0817bd826 due to Ignoring non-200 response
2026-03-24 10:35:31 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 6 for item 05d0e5d1-8725-553e-b1b0-f9e0817bd826 due to Ignoring non-200 response
2026-03-24 10:35:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01b70e88-f573-562f-83bb-92643fbc9c0e with identifier: 10716378
2026-03-24 10:35:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01b70e88-f573-562f-83bb-92643fbc9c0e with scrape type 1
2026-03-24 10:35:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 01b70e88-f573-562f-83bb-92643fbc9c0e
2026-03-24 10:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5510281%252Fgeneral%252Fd5e12e93-c9f2-4bd2-8374-9086784200c6.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5510281/general/d5e12e93-c9f2-4bd2-8374-9086784200c6.jpg already downloaded
2026-03-24 10:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5510281%252Fgeneral%252Fcde1595b-b1fb-4ff2-9966-d6bdcc42da40.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5510281/general/cde1595b-b1fb-4ff2-9966-d6bdcc42da40.jpg already downloaded
2026-03-24 10:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5510281%252Fgeneral%252F51ec6c31-e548-48bd-bdb3-8c1cb0ea8283.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5510281/general/51ec6c31-e548-48bd-bdb3-8c1cb0ea8283.jpg already downloaded
2026-03-24 10:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5510281%252Fgeneral%252Fb67c7811-7936-40c2-8ac9-3abf653646bf.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5510281/general/b67c7811-7936-40c2-8ac9-3abf653646bf.jpg already downloaded
2026-03-24 10:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5510281%252Fgeneral%252F3a119e90-bea9-49f9-8637-238b5c016b58.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5510281/general/3a119e90-bea9-49f9-8637-238b5c016b58.jpg already downloaded
2026-03-24 10:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5510281%252Fgeneral%252F654e02c2-0572-409e-af16-f6093457627c.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5510281/general/654e02c2-0572-409e-af16-f6093457627c.jpg already downloaded
2026-03-24 10:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5510281%252Fgeneral%252Fc4fab94f-4a6b-462a-bfd3-d4c421955fd4.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5510281/general/c4fab94f-4a6b-462a-bfd3-d4c421955fd4.jpg already downloaded
2026-03-24 10:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5510281%252Fgeneral%252F9bdfd9f9-0100-418d-8ca4-73d7ffc8082a.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5510281/general/9bdfd9f9-0100-418d-8ca4-73d7ffc8082a.jpg already downloaded
2026-03-24 10:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5510281%252Fgeneral%252F06de1f09-32f1-452d-96aa-1f4db5e57f42.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5510281/general/06de1f09-32f1-452d-96aa-1f4db5e57f42.jpg already downloaded
2026-03-24 10:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5510281%252Fgeneral%252F9a42ac96-ab85-4c98-8f2c-be9339c6b8ec.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5510281/general/9a42ac96-ab85-4c98-8f2c-be9339c6b8ec.jpg already downloaded
2026-03-24 10:35:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 01b70e88-f573-562f-83bb-92643fbc9c0e, identifier: 10716378
2026-03-24 10:35:31 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item 05d0e5d1-8725-553e-b1b0-f9e0817bd826 due to Ignoring non-200 response
2026-03-24 10:35:31 [scrapy.core.engine] DEBUG: Crawled (403) <GET https://images.openlane.eu/carimgs/5645732/general/d50622fd-6a53-425d-86a0-2429a0544abf.JPG> (referer: https://www.openlane.eu/en/carv6/auction/10716412)
2026-03-24 10:35:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 280e75dc-bb60-5c80-8d87-1a505e80b20a with identifier: 10716395
2026-03-24 10:35:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 280e75dc-bb60-5c80-8d87-1a505e80b20a with identifier: 10716395
2026-03-24 10:35:31 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 280e75dc-bb60-5c80-8d87-1a505e80b20a with identifier: 10716395 to the API
2026-03-24 10:35:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:35:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716395>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 101,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': '280e75dc-bb60-5c80-8d87-1a505e80b20a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'LD74ZZW',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716395',
'listing': 'auction',
'location': 'Burton upon Trent',
'make': 'Peugeot',
'model': '2008',
'odometer': 2859,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 14,
'photo_urls': ['https://images.openlane.eu/carimgs/5731463/general/7bec5022-5973-45c9-9227-85ea6bd8f21e.jpg',
'https://images.openlane.eu/carimgs/5731463/general/e272a83f-aeac-4096-800a-9c569be8a89a.jpg',
'https://images.openlane.eu/carimgs/5731463/general/e80b946d-64b5-4248-a258-f0cf3398159f.jpg',
'https://images.openlane.eu/carimgs/5731463/general/a1f8726a-d17a-493d-be86-9e89a379e23f.jpg',
'https://images.openlane.eu/carimgs/5731463/general/4377b9bd-a206-4050-916c-00cf885d7cbb.jpg',
'https://images.openlane.eu/carimgs/5731463/general/3cd7a165-c98f-43c4-9169-9a815cee8758.jpg',
'https://images.openlane.eu/carimgs/5731463/general/cf089b8c-7858-46fb-b35f-759090aa91e3.jpg',
'https://images.openlane.eu/carimgs/5731463/general/9fa55921-e9b3-40a7-913b-574bbf305e94.jpg',
'https://images.openlane.eu/carimgs/5731463/general/257b7d74-f131-4c09-9bb4-2e937089e441.jpg',
'https://images.openlane.eu/carimgs/5731463/general/5e382342-aac3-4a04-b03a-23fbc058735f.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_280e75dc-bb60-5c80-8d87-1a505e80b20a/280e75dc-bb60-5c80-8d87-1a505e80b20a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113453,
'Height': 602,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731463/general/7bec5022-5973-45c9-9227-85ea6bd8f21e.jpg',
'Width': 882},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_280e75dc-bb60-5c80-8d87-1a505e80b20a/280e75dc-bb60-5c80-8d87-1a505e80b20a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109240,
'Height': 611,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731463/general/e272a83f-aeac-4096-800a-9c569be8a89a.jpg',
'Width': 870},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_280e75dc-bb60-5c80-8d87-1a505e80b20a/280e75dc-bb60-5c80-8d87-1a505e80b20a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90444,
'Height': 572,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731463/general/e80b946d-64b5-4248-a258-f0cf3398159f.jpg',
'Width': 842},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_280e75dc-bb60-5c80-8d87-1a505e80b20a/280e75dc-bb60-5c80-8d87-1a505e80b20a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93878,
'Height': 591,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731463/general/a1f8726a-d17a-493d-be86-9e89a379e23f.jpg',
'Width': 872},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_280e75dc-bb60-5c80-8d87-1a505e80b20a/280e75dc-bb60-5c80-8d87-1a505e80b20a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86185,
'Height': 561,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731463/general/4377b9bd-a206-4050-916c-00cf885d7cbb.jpg',
'Width': 867},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_280e75dc-bb60-5c80-8d87-1a505e80b20a/280e75dc-bb60-5c80-8d87-1a505e80b20a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107721,
'Height': 652,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731463/general/3cd7a165-c98f-43c4-9169-9a815cee8758.jpg',
'Width': 870},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_280e75dc-bb60-5c80-8d87-1a505e80b20a/280e75dc-bb60-5c80-8d87-1a505e80b20a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123533,
'Height': 637,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731463/general/cf089b8c-7858-46fb-b35f-759090aa91e3.jpg',
'Width': 867},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_280e75dc-bb60-5c80-8d87-1a505e80b20a/280e75dc-bb60-5c80-8d87-1a505e80b20a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 139913,
'Height': 647,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731463/general/9fa55921-e9b3-40a7-913b-574bbf305e94.jpg',
'Width': 866},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_280e75dc-bb60-5c80-8d87-1a505e80b20a/280e75dc-bb60-5c80-8d87-1a505e80b20a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123213,
'Height': 635,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731463/general/257b7d74-f131-4c09-9bb4-2e937089e441.jpg',
'Width': 853},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_280e75dc-bb60-5c80-8d87-1a505e80b20a/280e75dc-bb60-5c80-8d87-1a505e80b20a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 136903,
'Height': 627,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731463/general/5e382342-aac3-4a04-b03a-23fbc058735f.jpg',
'Width': 862}],
'price': 14500,
'price_includes_vat': True,
'registration_date': '2024-09-30',
'seats_number': 5,
'seller_name': 'Pentagon Burton Peugeot',
'title': 'Peugeot 2008 1.2i Allure - Petrol - Manual - 101 hp - LD74ZZW - '
'2,859 mi',
'transmission': 'manual',
'trim': 'Allure',
'vin': None,
'year': 2024}
2026-03-24 10:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716395%27 HTTP/1.1" 200 None
2026-03-24 10:35:32 [adesa.uk] INFO: Saving data for 10716395: {'created_time': 1774348532.194048, 'last_price_update_time': 1774348532.194061, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716395') HTTP/1.1" 204 0
2026-03-24 10:35:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 4dad09d0-bb3a-5307-9661-0031f74a7613 with identifier: 10716402
2026-03-24 10:35:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 4dad09d0-bb3a-5307-9661-0031f74a7613 with identifier: 10716402
2026-03-24 10:35:32 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 4dad09d0-bb3a-5307-9661-0031f74a7613 with identifier: 10716402 to the API
2026-03-24 10:35:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:35:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716402>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'engine_horse_power': 143,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Hybrid',
'id': '4dad09d0-bb3a-5307-9661-0031f74a7613',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'GD73MTX',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716402',
'listing': 'auction',
'location': 'Upminster',
'make': 'Nissan',
'model': 'Juke',
'odometer': 17053,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 13,
'photo_urls': ['https://images.openlane.eu/carimgs/5606980/general/3e7cc818-612c-47b2-b394-e693dab1a617.jpg',
'https://images.openlane.eu/carimgs/5606980/general/a19e3c82-1c0d-47d9-968b-bd9a71e7cae6.jpg',
'https://images.openlane.eu/carimgs/5606980/general/9972ac20-2193-4f7f-bfb3-5d1ba6235025.jpg',
'https://images.openlane.eu/carimgs/5606980/general/42773ad1-8d67-485d-a2e0-dc72baedf40a.jpg',
'https://images.openlane.eu/carimgs/5606980/general/0233ac39-5b9f-473d-87ff-b167fc6d02aa.jpg',
'https://images.openlane.eu/carimgs/5606980/general/d61056e4-b3e0-4719-84f5-251f03c10714.jpg',
'https://images.openlane.eu/carimgs/5606980/general/1d666ae1-69a6-4238-afad-b04b8edc5bb0.jpg',
'https://images.openlane.eu/carimgs/5606980/general/c566e195-9620-4389-b799-feda3c4ba8ae.jpg',
'https://images.openlane.eu/carimgs/5606980/general/b967c81b-1420-4bf0-b2b9-1159d659ff29.jpg',
'https://images.openlane.eu/carimgs/5606980/general/c31ef385-5e62-480a-820f-44e6056099b5.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4dad09d0-bb3a-5307-9661-0031f74a7613/4dad09d0-bb3a-5307-9661-0031f74a7613_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 114030,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5606980/general/3e7cc818-612c-47b2-b394-e693dab1a617.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4dad09d0-bb3a-5307-9661-0031f74a7613/4dad09d0-bb3a-5307-9661-0031f74a7613_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 114961,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5606980/general/a19e3c82-1c0d-47d9-968b-bd9a71e7cae6.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4dad09d0-bb3a-5307-9661-0031f74a7613/4dad09d0-bb3a-5307-9661-0031f74a7613_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116606,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5606980/general/9972ac20-2193-4f7f-bfb3-5d1ba6235025.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4dad09d0-bb3a-5307-9661-0031f74a7613/4dad09d0-bb3a-5307-9661-0031f74a7613_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110269,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5606980/general/42773ad1-8d67-485d-a2e0-dc72baedf40a.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4dad09d0-bb3a-5307-9661-0031f74a7613/4dad09d0-bb3a-5307-9661-0031f74a7613_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96854,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5606980/general/0233ac39-5b9f-473d-87ff-b167fc6d02aa.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4dad09d0-bb3a-5307-9661-0031f74a7613/4dad09d0-bb3a-5307-9661-0031f74a7613_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103424,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5606980/general/d61056e4-b3e0-4719-84f5-251f03c10714.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4dad09d0-bb3a-5307-9661-0031f74a7613/4dad09d0-bb3a-5307-9661-0031f74a7613_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 127348,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5606980/general/1d666ae1-69a6-4238-afad-b04b8edc5bb0.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4dad09d0-bb3a-5307-9661-0031f74a7613/4dad09d0-bb3a-5307-9661-0031f74a7613_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64801,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5606980/general/c566e195-9620-4389-b799-feda3c4ba8ae.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4dad09d0-bb3a-5307-9661-0031f74a7613/4dad09d0-bb3a-5307-9661-0031f74a7613_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116789,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5606980/general/b967c81b-1420-4bf0-b2b9-1159d659ff29.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4dad09d0-bb3a-5307-9661-0031f74a7613/4dad09d0-bb3a-5307-9661-0031f74a7613_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 154875,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5606980/general/c31ef385-5e62-480a-820f-44e6056099b5.jpg',
'Width': 1440}],
'price': 13900,
'price_includes_vat': True,
'registration_date': '2024-01-09',
'seats_number': 5,
'seller_name': 'Retail Ready',
'title': 'Nissan Juke 1.6 N-connecta - Hybrid - Automatic - 143 hp - GD73MTX '
'- 17,053 mi',
'transmission': 'automatic',
'trim': 'N-connecta',
'vin': None,
'year': 2024}
2026-03-24 10:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716402%27 HTTP/1.1" 200 None
2026-03-24 10:35:32 [adesa.uk] INFO: Saving data for 10716402: {'created_time': 1774348532.768897, 'last_price_update_time': 1774348532.768909, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716402') HTTP/1.1" 204 0
2026-03-24 10:35:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 01b70e88-f573-562f-83bb-92643fbc9c0e with identifier: 10716378
2026-03-24 10:35:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 01b70e88-f573-562f-83bb-92643fbc9c0e with identifier: 10716378
2026-03-24 10:35:32 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 01b70e88-f573-562f-83bb-92643fbc9c0e with identifier: 10716378 to the API
2026-03-24 10:35:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716378>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Red',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'engine_horse_power': 226,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Hybrid',
'id': '01b70e88-f573-562f-83bb-92643fbc9c0e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'PL71NAA',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716378',
'listing': 'auction',
'location': 'Barnoldswick',
'make': 'Peugeot',
'model': '508',
'odometer': 32680,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 35,
'photo_urls': ['https://images.openlane.eu/carimgs/5510281/general/d5e12e93-c9f2-4bd2-8374-9086784200c6.jpg',
'https://images.openlane.eu/carimgs/5510281/general/cde1595b-b1fb-4ff2-9966-d6bdcc42da40.jpg',
'https://images.openlane.eu/carimgs/5510281/general/51ec6c31-e548-48bd-bdb3-8c1cb0ea8283.jpg',
'https://images.openlane.eu/carimgs/5510281/general/b67c7811-7936-40c2-8ac9-3abf653646bf.jpg',
'https://images.openlane.eu/carimgs/5510281/general/3a119e90-bea9-49f9-8637-238b5c016b58.jpg',
'https://images.openlane.eu/carimgs/5510281/general/654e02c2-0572-409e-af16-f6093457627c.jpg',
'https://images.openlane.eu/carimgs/5510281/general/c4fab94f-4a6b-462a-bfd3-d4c421955fd4.jpg',
'https://images.openlane.eu/carimgs/5510281/general/9bdfd9f9-0100-418d-8ca4-73d7ffc8082a.jpg',
'https://images.openlane.eu/carimgs/5510281/general/06de1f09-32f1-452d-96aa-1f4db5e57f42.jpg',
'https://images.openlane.eu/carimgs/5510281/general/9a42ac96-ab85-4c98-8f2c-be9339c6b8ec.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01b70e88-f573-562f-83bb-92643fbc9c0e/01b70e88-f573-562f-83bb-92643fbc9c0e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 681379,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5510281/general/d5e12e93-c9f2-4bd2-8374-9086784200c6.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01b70e88-f573-562f-83bb-92643fbc9c0e/01b70e88-f573-562f-83bb-92643fbc9c0e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 705273,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5510281/general/cde1595b-b1fb-4ff2-9966-d6bdcc42da40.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01b70e88-f573-562f-83bb-92643fbc9c0e/01b70e88-f573-562f-83bb-92643fbc9c0e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 717113,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5510281/general/51ec6c31-e548-48bd-bdb3-8c1cb0ea8283.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01b70e88-f573-562f-83bb-92643fbc9c0e/01b70e88-f573-562f-83bb-92643fbc9c0e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 690291,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5510281/general/b67c7811-7936-40c2-8ac9-3abf653646bf.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01b70e88-f573-562f-83bb-92643fbc9c0e/01b70e88-f573-562f-83bb-92643fbc9c0e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 552306,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5510281/general/3a119e90-bea9-49f9-8637-238b5c016b58.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01b70e88-f573-562f-83bb-92643fbc9c0e/01b70e88-f573-562f-83bb-92643fbc9c0e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 701444,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5510281/general/654e02c2-0572-409e-af16-f6093457627c.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01b70e88-f573-562f-83bb-92643fbc9c0e/01b70e88-f573-562f-83bb-92643fbc9c0e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 433359,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5510281/general/c4fab94f-4a6b-462a-bfd3-d4c421955fd4.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01b70e88-f573-562f-83bb-92643fbc9c0e/01b70e88-f573-562f-83bb-92643fbc9c0e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 554604,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5510281/general/9bdfd9f9-0100-418d-8ca4-73d7ffc8082a.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01b70e88-f573-562f-83bb-92643fbc9c0e/01b70e88-f573-562f-83bb-92643fbc9c0e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 515714,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5510281/general/06de1f09-32f1-452d-96aa-1f4db5e57f42.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01b70e88-f573-562f-83bb-92643fbc9c0e/01b70e88-f573-562f-83bb-92643fbc9c0e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 560447,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5510281/general/9a42ac96-ab85-4c98-8f2c-be9339c6b8ec.jpg',
'Width': 2000}],
'price': 11800,
'price_includes_vat': True,
'registration_date': '2021-09-11',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 1.6 GT - Hybrid - Automatic - 226 hp - PL71NAA - 32,680 '
'mi',
'transmission': 'automatic',
'trim': 'GT',
'vin': None,
'year': 2021}
2026-03-24 10:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716378%27 HTTP/1.1" 200 None
2026-03-24 10:35:33 [adesa.uk] INFO: Saving data for 10716378: {'created_time': 1774348533.154488, 'last_price_update_time': 1774348533.1545, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716378') HTTP/1.1" 204 0
2026-03-24 10:35:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716415> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:33 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 7 for item 05d0e5d1-8725-553e-b1b0-f9e0817bd826 due to Ignoring non-200 response
2026-03-24 10:35:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 05d0e5d1-8725-553e-b1b0-f9e0817bd826, skipping ID generation
2026-03-24 10:35:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05d0e5d1-8725-553e-b1b0-f9e0817bd826 with scrape type 1
2026-03-24 10:35:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 05d0e5d1-8725-553e-b1b0-f9e0817bd826 sending to next pipeline
2026-03-24 10:35:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 05d0e5d1-8725-553e-b1b0-f9e0817bd826, identifier: 10716412
2026-03-24 10:35:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 05d0e5d1-8725-553e-b1b0-f9e0817bd826 with identifier: 10716412
2026-03-24 10:35:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 05d0e5d1-8725-553e-b1b0-f9e0817bd826 with identifier: 10716412
2026-03-24 10:35:33 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 05d0e5d1-8725-553e-b1b0-f9e0817bd826 with identifier: 10716412 to the API
2026-03-24 10:35:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:33 [scrapy.core.scraper] DEBUG: Scraped from <403 https://images.openlane.eu/carimgs/5645732/general/d50622fd-6a53-425d-86a0-2429a0544abf.JPG>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'Blue',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': None,
'engine': '',
'engine_horse_power': 456,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Electric',
'id': '05d0e5d1-8725-553e-b1b0-f9e0817bd826',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'BG69FUM',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716412',
'listing': 'auction',
'location': 'Wigan',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 50479,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 21,
'photos': [],
'price': 13200,
'price_includes_vat': True,
'registration_date': '2019-09-27',
'seats_number': 5,
'seller_name': None,
'title': 'Tesla Model 3 Performance 82 kWh - Electric - Automatic - 456 hp - '
'BG69FUM - 50,479 mi',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2019}
2026-03-24 10:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716412%27 HTTP/1.1" 200 None
2026-03-24 10:35:33 [adesa.uk] INFO: Saving data for 10716412: {'created_time': 1774348533.607549, 'last_price_update_time': 1774348533.607559, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716412') HTTP/1.1" 204 0
2026-03-24 10:35:33 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 8 for item 05d0e5d1-8725-553e-b1b0-f9e0817bd826 due to Ignoring non-200 response
2026-03-24 10:35:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7702d796-639e-52be-b713-dcd7db8e9d4b with identifier: 10716415
2026-03-24 10:35:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7702d796-639e-52be-b713-dcd7db8e9d4b with scrape type 1
2026-03-24 10:35:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7702d796-639e-52be-b713-dcd7db8e9d4b
2026-03-24 10:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656898%252Fgeneral%252F8dfc82d6-1e80-4687-a3ad-9201a6beac0a.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656898/general/8dfc82d6-1e80-4687-a3ad-9201a6beac0a.jpg already downloaded
2026-03-24 10:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656898%252Fgeneral%252F7b7b9743-1a6e-484a-bdd7-40370464e62e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656898/general/7b7b9743-1a6e-484a-bdd7-40370464e62e.jpg already downloaded
2026-03-24 10:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656898%252Fgeneral%252Fe6905400-c203-4c13-a048-06050f45735f.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656898/general/e6905400-c203-4c13-a048-06050f45735f.jpg already downloaded
2026-03-24 10:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656898%252Fgeneral%252F98556ba3-d91a-409e-9a1c-31aa290faad9.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656898/general/98556ba3-d91a-409e-9a1c-31aa290faad9.jpg already downloaded
2026-03-24 10:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656898%252Fgeneral%252F58aed227-001e-407e-98b8-cc73d07e9f7c.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656898/general/58aed227-001e-407e-98b8-cc73d07e9f7c.jpg already downloaded
2026-03-24 10:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656898%252Fgeneral%252F29ab3600-ff1b-4f87-b56b-20f49fe9dc73.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656898/general/29ab3600-ff1b-4f87-b56b-20f49fe9dc73.jpg already downloaded
2026-03-24 10:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656898%252Fgeneral%252F9a99f871-84dc-4884-bf6f-0b941edd6349.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656898/general/9a99f871-84dc-4884-bf6f-0b941edd6349.jpg already downloaded
2026-03-24 10:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656898%252Fgeneral%252Fdc40f13a-75d4-466a-a1a1-3a1c5475e97e.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656898/general/dc40f13a-75d4-466a-a1a1-3a1c5475e97e.jpg already downloaded
2026-03-24 10:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656898%252Fgeneral%252F391d8b8b-8222-48e9-958e-54fb95d2a5c3.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656898/general/391d8b8b-8222-48e9-958e-54fb95d2a5c3.jpg already downloaded
2026-03-24 10:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656898%252Fgeneral%252F9b0f5630-a8f5-4864-9345-47297fc79f98.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656898/general/9b0f5630-a8f5-4864-9345-47297fc79f98.jpg already downloaded
2026-03-24 10:35:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 7702d796-639e-52be-b713-dcd7db8e9d4b, identifier: 10716415
2026-03-24 10:35:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 7702d796-639e-52be-b713-dcd7db8e9d4b with identifier: 10716415
2026-03-24 10:35:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 7702d796-639e-52be-b713-dcd7db8e9d4b with identifier: 10716415
2026-03-24 10:35:34 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 7702d796-639e-52be-b713-dcd7db8e9d4b with identifier: 10716415 to the API
2026-03-24 10:35:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:35:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716415>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 241,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Diesel',
'id': '7702d796-639e-52be-b713-dcd7db8e9d4b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'LG69HCE',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716415',
'listing': 'auction',
'location': 'Liverpool',
'make': 'Land Rover',
'model': 'Range Rover',
'odometer': 111543,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 16,
'photo_urls': ['https://images.openlane.eu/carimgs/5656898/general/8dfc82d6-1e80-4687-a3ad-9201a6beac0a.jpg',
'https://images.openlane.eu/carimgs/5656898/general/7b7b9743-1a6e-484a-bdd7-40370464e62e.jpg',
'https://images.openlane.eu/carimgs/5656898/general/e6905400-c203-4c13-a048-06050f45735f.jpg',
'https://images.openlane.eu/carimgs/5656898/general/98556ba3-d91a-409e-9a1c-31aa290faad9.jpg',
'https://images.openlane.eu/carimgs/5656898/general/58aed227-001e-407e-98b8-cc73d07e9f7c.jpg',
'https://images.openlane.eu/carimgs/5656898/general/29ab3600-ff1b-4f87-b56b-20f49fe9dc73.jpg',
'https://images.openlane.eu/carimgs/5656898/general/9a99f871-84dc-4884-bf6f-0b941edd6349.jpg',
'https://images.openlane.eu/carimgs/5656898/general/dc40f13a-75d4-466a-a1a1-3a1c5475e97e.jpg',
'https://images.openlane.eu/carimgs/5656898/general/391d8b8b-8222-48e9-958e-54fb95d2a5c3.jpg',
'https://images.openlane.eu/carimgs/5656898/general/9b0f5630-a8f5-4864-9345-47297fc79f98.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7702d796-639e-52be-b713-dcd7db8e9d4b/7702d796-639e-52be-b713-dcd7db8e9d4b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152759,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656898/general/8dfc82d6-1e80-4687-a3ad-9201a6beac0a.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7702d796-639e-52be-b713-dcd7db8e9d4b/7702d796-639e-52be-b713-dcd7db8e9d4b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 173845,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656898/general/7b7b9743-1a6e-484a-bdd7-40370464e62e.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7702d796-639e-52be-b713-dcd7db8e9d4b/7702d796-639e-52be-b713-dcd7db8e9d4b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156222,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656898/general/e6905400-c203-4c13-a048-06050f45735f.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7702d796-639e-52be-b713-dcd7db8e9d4b/7702d796-639e-52be-b713-dcd7db8e9d4b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 168411,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656898/general/98556ba3-d91a-409e-9a1c-31aa290faad9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7702d796-639e-52be-b713-dcd7db8e9d4b/7702d796-639e-52be-b713-dcd7db8e9d4b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121830,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656898/general/58aed227-001e-407e-98b8-cc73d07e9f7c.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7702d796-639e-52be-b713-dcd7db8e9d4b/7702d796-639e-52be-b713-dcd7db8e9d4b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 160460,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656898/general/29ab3600-ff1b-4f87-b56b-20f49fe9dc73.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7702d796-639e-52be-b713-dcd7db8e9d4b/7702d796-639e-52be-b713-dcd7db8e9d4b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 147109,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656898/general/9a99f871-84dc-4884-bf6f-0b941edd6349.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7702d796-639e-52be-b713-dcd7db8e9d4b/7702d796-639e-52be-b713-dcd7db8e9d4b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 146818,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656898/general/dc40f13a-75d4-466a-a1a1-3a1c5475e97e.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7702d796-639e-52be-b713-dcd7db8e9d4b/7702d796-639e-52be-b713-dcd7db8e9d4b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110269,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656898/general/391d8b8b-8222-48e9-958e-54fb95d2a5c3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7702d796-639e-52be-b713-dcd7db8e9d4b/7702d796-639e-52be-b713-dcd7db8e9d4b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 145848,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656898/general/9b0f5630-a8f5-4864-9345-47297fc79f98.jpg',
'Width': 1024}],
'price': 10400,
'price_includes_vat': True,
'registration_date': '2019-09-30',
'seats_number': 5,
'seller_name': 'Liverpool Car Centre',
'title': 'Land Rover Range Rover Velar 2.0 R-Dynamic SE - Diesel - Automatic '
'- 241 hp - LG69HCE - 111,543 mi',
'transmission': 'automatic',
'trim': 'R-Dynamic SE',
'vin': None,
'year': 2019}
2026-03-24 10:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716415%27 HTTP/1.1" 200 None
2026-03-24 10:35:34 [adesa.uk] INFO: Saving data for 10716415: {'created_time': 1774348534.265601, 'last_price_update_time': 1774348534.265617, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716415') HTTP/1.1" 204 0
2026-03-24 10:35:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716426> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61072bda-8f48-512a-803c-23f9baff9e41 with identifier: 10716426
2026-03-24 10:35:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61072bda-8f48-512a-803c-23f9baff9e41 with scrape type 1
2026-03-24 10:35:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 61072bda-8f48-512a-803c-23f9baff9e41
2026-03-24 10:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731332%252Fgeneral%252Fec12f3f9-b6d4-486b-8e5f-773ea95f0289.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731332/general/ec12f3f9-b6d4-486b-8e5f-773ea95f0289.jpg already downloaded
2026-03-24 10:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731332%252Fgeneral%252F84b6a269-b087-4676-90d3-f7c53a3acf8c.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731332/general/84b6a269-b087-4676-90d3-f7c53a3acf8c.jpg already downloaded
2026-03-24 10:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731332%252Fgeneral%252F5f679437-6a67-4dc2-8e0e-53ffe8f05895.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731332/general/5f679437-6a67-4dc2-8e0e-53ffe8f05895.jpg already downloaded
2026-03-24 10:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731332%252Fgeneral%252Fd321a3b0-6232-469e-b289-1c74be06c0ee.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731332/general/d321a3b0-6232-469e-b289-1c74be06c0ee.jpg already downloaded
2026-03-24 10:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731332%252Fgeneral%252Fd7a4856f-d1ed-4f1f-9f91-0586e05b8269.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731332/general/d7a4856f-d1ed-4f1f-9f91-0586e05b8269.jpg already downloaded
2026-03-24 10:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731332%252Fgeneral%252F723de0b1-a60d-412e-86f4-7c927e56661f.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731332/general/723de0b1-a60d-412e-86f4-7c927e56661f.jpg already downloaded
2026-03-24 10:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731332%252Fgeneral%252Ff1f66088-7df4-4071-aa92-24a437bbe18b.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731332/general/f1f66088-7df4-4071-aa92-24a437bbe18b.jpg already downloaded
2026-03-24 10:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731332%252Fgeneral%252F8302c677-f8e8-4300-b91c-c90da68ca04f.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731332/general/8302c677-f8e8-4300-b91c-c90da68ca04f.jpg already downloaded
2026-03-24 10:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731332%252Fgeneral%252F32386b28-8647-49a4-9977-6861ebf8e782.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731332/general/32386b28-8647-49a4-9977-6861ebf8e782.jpg already downloaded
2026-03-24 10:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5731332%252Fgeneral%252Ff88cd7e8-00b0-4bdb-8e3a-e21584394a34.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5731332/general/f88cd7e8-00b0-4bdb-8e3a-e21584394a34.jpg already downloaded
2026-03-24 10:35:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 61072bda-8f48-512a-803c-23f9baff9e41, identifier: 10716426
2026-03-24 10:35:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 61072bda-8f48-512a-803c-23f9baff9e41 with identifier: 10716426
2026-03-24 10:35:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 61072bda-8f48-512a-803c-23f9baff9e41 with identifier: 10716426
2026-03-24 10:35:35 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 61072bda-8f48-512a-803c-23f9baff9e41 with identifier: 10716426 to the API
2026-03-24 10:35:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716426>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Red',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'engine_horse_power': 116,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': '61072bda-8f48-512a-803c-23f9baff9e41',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'FV74JLU',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716426',
'listing': 'auction',
'location': 'Scunthorpe',
'make': 'Seat',
'model': 'Arona',
'odometer': 42000,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 16,
'photo_urls': ['https://images.openlane.eu/carimgs/5731332/general/ec12f3f9-b6d4-486b-8e5f-773ea95f0289.jpg',
'https://images.openlane.eu/carimgs/5731332/general/84b6a269-b087-4676-90d3-f7c53a3acf8c.jpg',
'https://images.openlane.eu/carimgs/5731332/general/5f679437-6a67-4dc2-8e0e-53ffe8f05895.jpg',
'https://images.openlane.eu/carimgs/5731332/general/d321a3b0-6232-469e-b289-1c74be06c0ee.jpg',
'https://images.openlane.eu/carimgs/5731332/general/d7a4856f-d1ed-4f1f-9f91-0586e05b8269.jpg',
'https://images.openlane.eu/carimgs/5731332/general/723de0b1-a60d-412e-86f4-7c927e56661f.jpg',
'https://images.openlane.eu/carimgs/5731332/general/f1f66088-7df4-4071-aa92-24a437bbe18b.jpg',
'https://images.openlane.eu/carimgs/5731332/general/8302c677-f8e8-4300-b91c-c90da68ca04f.jpg',
'https://images.openlane.eu/carimgs/5731332/general/32386b28-8647-49a4-9977-6861ebf8e782.jpg',
'https://images.openlane.eu/carimgs/5731332/general/f88cd7e8-00b0-4bdb-8e3a-e21584394a34.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61072bda-8f48-512a-803c-23f9baff9e41/61072bda-8f48-512a-803c-23f9baff9e41_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 222131,
'Height': 978,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731332/general/ec12f3f9-b6d4-486b-8e5f-773ea95f0289.jpg',
'Width': 1310},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61072bda-8f48-512a-803c-23f9baff9e41/61072bda-8f48-512a-803c-23f9baff9e41_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 221684,
'Height': 977,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731332/general/84b6a269-b087-4676-90d3-f7c53a3acf8c.jpg',
'Width': 1306},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61072bda-8f48-512a-803c-23f9baff9e41/61072bda-8f48-512a-803c-23f9baff9e41_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 215818,
'Height': 977,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731332/general/5f679437-6a67-4dc2-8e0e-53ffe8f05895.jpg',
'Width': 1307},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61072bda-8f48-512a-803c-23f9baff9e41/61072bda-8f48-512a-803c-23f9baff9e41_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 217608,
'Height': 982,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731332/general/d321a3b0-6232-469e-b289-1c74be06c0ee.jpg',
'Width': 1308},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61072bda-8f48-512a-803c-23f9baff9e41/61072bda-8f48-512a-803c-23f9baff9e41_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 210841,
'Height': 980,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731332/general/d7a4856f-d1ed-4f1f-9f91-0586e05b8269.jpg',
'Width': 1308},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61072bda-8f48-512a-803c-23f9baff9e41/61072bda-8f48-512a-803c-23f9baff9e41_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 182613,
'Height': 977,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731332/general/723de0b1-a60d-412e-86f4-7c927e56661f.jpg',
'Width': 1307},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61072bda-8f48-512a-803c-23f9baff9e41/61072bda-8f48-512a-803c-23f9baff9e41_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 175503,
'Height': 976,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731332/general/f1f66088-7df4-4071-aa92-24a437bbe18b.jpg',
'Width': 1308},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61072bda-8f48-512a-803c-23f9baff9e41/61072bda-8f48-512a-803c-23f9baff9e41_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 164773,
'Height': 980,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731332/general/8302c677-f8e8-4300-b91c-c90da68ca04f.jpg',
'Width': 1315},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61072bda-8f48-512a-803c-23f9baff9e41/61072bda-8f48-512a-803c-23f9baff9e41_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 220358,
'Height': 977,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731332/general/32386b28-8647-49a4-9977-6861ebf8e782.jpg',
'Width': 1307},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61072bda-8f48-512a-803c-23f9baff9e41/61072bda-8f48-512a-803c-23f9baff9e41_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 294328,
'Height': 981,
'OriginUrl': 'https://images.openlane.eu/carimgs/5731332/general/f88cd7e8-00b0-4bdb-8e3a-e21584394a34.jpg',
'Width': 1310}],
'price': 12500,
'price_includes_vat': True,
'registration_date': '2024-11-30',
'seats_number': 5,
'seller_name': 'Pentagon Scunthorpe',
'title': 'Seat Arona 1.0 TSI FR - Petrol - Manual - 116 hp - FV74JLU - 42,000 '
'mi',
'transmission': 'manual',
'trim': 'FR',
'vin': None,
'year': 2024}
2026-03-24 10:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716426%27 HTTP/1.1" 200 None
2026-03-24 10:35:35 [adesa.uk] INFO: Saving data for 10716426: {'created_time': 1774348535.562476, 'last_price_update_time': 1774348535.56249, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716426') HTTP/1.1" 204 0
2026-03-24 10:35:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716425> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2fef854-9234-56d3-98e3-fc6488fc068d with identifier: 10716425
2026-03-24 10:35:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2fef854-9234-56d3-98e3-fc6488fc068d with scrape type 1
2026-03-24 10:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a2fef854-9234-56d3-98e3-fc6488fc068d
2026-03-24 10:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5728847%252Fgeneral%252F27e58ebb-82d5-4cc6-a2d6-cf2a52df9dfa.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5728847/general/27e58ebb-82d5-4cc6-a2d6-cf2a52df9dfa.jpg already downloaded
2026-03-24 10:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5728847%252Fgeneral%252F170c3860-7bac-4b2e-ba5a-114288c20cfb.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5728847/general/170c3860-7bac-4b2e-ba5a-114288c20cfb.jpg already downloaded
2026-03-24 10:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5728847%252Fgeneral%252F6bc1cad2-506e-443b-8887-64711d2146d7.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5728847/general/6bc1cad2-506e-443b-8887-64711d2146d7.jpg already downloaded
2026-03-24 10:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5728847%252Fgeneral%252F140fcbc0-40db-4427-825a-0d2cad590210.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5728847/general/140fcbc0-40db-4427-825a-0d2cad590210.jpg already downloaded
2026-03-24 10:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5728847%252Fgeneral%252F97a67087-0404-4ccc-a180-032e8996c46f.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5728847/general/97a67087-0404-4ccc-a180-032e8996c46f.jpg already downloaded
2026-03-24 10:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5728847%252Fgeneral%252F0c2a45ad-a718-42ef-8328-a3c0cdb6cc31.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5728847/general/0c2a45ad-a718-42ef-8328-a3c0cdb6cc31.jpg already downloaded
2026-03-24 10:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5728847%252Fgeneral%252F55ff77fa-d86f-473e-a0c5-26884fa56fb7.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5728847/general/55ff77fa-d86f-473e-a0c5-26884fa56fb7.jpg already downloaded
2026-03-24 10:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5728847%252Fgeneral%252Fa66803a1-84d2-408d-a20b-031bf6f23b5b.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5728847/general/a66803a1-84d2-408d-a20b-031bf6f23b5b.jpg already downloaded
2026-03-24 10:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5728847%252Fgeneral%252F22df1c81-62a7-4973-90d1-d14f5615b5a0.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5728847/general/22df1c81-62a7-4973-90d1-d14f5615b5a0.jpg already downloaded
2026-03-24 10:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5728847%252Fgeneral%252F8e130fc9-b328-4e7e-bcbe-d948cef59561.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5728847/general/8e130fc9-b328-4e7e-bcbe-d948cef59561.jpg already downloaded
2026-03-24 10:35:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: a2fef854-9234-56d3-98e3-fc6488fc068d, identifier: 10716425
2026-03-24 10:35:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: a2fef854-9234-56d3-98e3-fc6488fc068d with identifier: 10716425
2026-03-24 10:35:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: a2fef854-9234-56d3-98e3-fc6488fc068d with identifier: 10716425
2026-03-24 10:35:36 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: a2fef854-9234-56d3-98e3-fc6488fc068d with identifier: 10716425 to the API
2026-03-24 10:35:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716425>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '3.0L',
'engine_horse_power': 430,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Petrol',
'id': 'a2fef854-9234-56d3-98e3-fc6488fc068d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HT72LXS',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716425',
'listing': 'auction',
'location': 'Corby',
'make': 'Maserati',
'model': 'Levante',
'odometer': 40476,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 18,
'photo_urls': ['https://images.openlane.eu/carimgs/5728847/general/27e58ebb-82d5-4cc6-a2d6-cf2a52df9dfa.jpg',
'https://images.openlane.eu/carimgs/5728847/general/170c3860-7bac-4b2e-ba5a-114288c20cfb.jpg',
'https://images.openlane.eu/carimgs/5728847/general/6bc1cad2-506e-443b-8887-64711d2146d7.jpg',
'https://images.openlane.eu/carimgs/5728847/general/140fcbc0-40db-4427-825a-0d2cad590210.jpg',
'https://images.openlane.eu/carimgs/5728847/general/97a67087-0404-4ccc-a180-032e8996c46f.jpg',
'https://images.openlane.eu/carimgs/5728847/general/0c2a45ad-a718-42ef-8328-a3c0cdb6cc31.jpg',
'https://images.openlane.eu/carimgs/5728847/general/55ff77fa-d86f-473e-a0c5-26884fa56fb7.jpg',
'https://images.openlane.eu/carimgs/5728847/general/a66803a1-84d2-408d-a20b-031bf6f23b5b.jpg',
'https://images.openlane.eu/carimgs/5728847/general/22df1c81-62a7-4973-90d1-d14f5615b5a0.jpg',
'https://images.openlane.eu/carimgs/5728847/general/8e130fc9-b328-4e7e-bcbe-d948cef59561.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2fef854-9234-56d3-98e3-fc6488fc068d/a2fef854-9234-56d3-98e3-fc6488fc068d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 245889,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5728847/general/27e58ebb-82d5-4cc6-a2d6-cf2a52df9dfa.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2fef854-9234-56d3-98e3-fc6488fc068d/a2fef854-9234-56d3-98e3-fc6488fc068d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 223132,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5728847/general/170c3860-7bac-4b2e-ba5a-114288c20cfb.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2fef854-9234-56d3-98e3-fc6488fc068d/a2fef854-9234-56d3-98e3-fc6488fc068d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 199461,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5728847/general/6bc1cad2-506e-443b-8887-64711d2146d7.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2fef854-9234-56d3-98e3-fc6488fc068d/a2fef854-9234-56d3-98e3-fc6488fc068d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 234972,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5728847/general/140fcbc0-40db-4427-825a-0d2cad590210.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2fef854-9234-56d3-98e3-fc6488fc068d/a2fef854-9234-56d3-98e3-fc6488fc068d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 205882,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5728847/general/97a67087-0404-4ccc-a180-032e8996c46f.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2fef854-9234-56d3-98e3-fc6488fc068d/a2fef854-9234-56d3-98e3-fc6488fc068d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 222953,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5728847/general/0c2a45ad-a718-42ef-8328-a3c0cdb6cc31.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2fef854-9234-56d3-98e3-fc6488fc068d/a2fef854-9234-56d3-98e3-fc6488fc068d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 262056,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5728847/general/55ff77fa-d86f-473e-a0c5-26884fa56fb7.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2fef854-9234-56d3-98e3-fc6488fc068d/a2fef854-9234-56d3-98e3-fc6488fc068d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 239313,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5728847/general/a66803a1-84d2-408d-a20b-031bf6f23b5b.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2fef854-9234-56d3-98e3-fc6488fc068d/a2fef854-9234-56d3-98e3-fc6488fc068d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 205847,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5728847/general/22df1c81-62a7-4973-90d1-d14f5615b5a0.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2fef854-9234-56d3-98e3-fc6488fc068d/a2fef854-9234-56d3-98e3-fc6488fc068d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 214711,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5728847/general/8e130fc9-b328-4e7e-bcbe-d948cef59561.jpg',
'Width': 1440}],
'price': 31800,
'price_includes_vat': True,
'registration_date': '2023-02-16',
'seats_number': 5,
'seller_name': None,
'title': 'Maserati Levante 3.0 Modena - Petrol - Automatic - 430 hp - HT72LXS '
'- 40,476 mi',
'transmission': 'automatic',
'trim': 'Modena',
'vin': None,
'year': 2023}
2026-03-24 10:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716425%27 HTTP/1.1" 200 None
2026-03-24 10:35:37 [adesa.uk] INFO: Saving data for 10716425: {'created_time': 1774348537.213737, 'last_price_update_time': 1774348537.213753, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716425') HTTP/1.1" 204 0
2026-03-24 10:35:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716405> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 342a89ea-de26-5b27-9f0a-68ef7eb02429 with identifier: 10716405
2026-03-24 10:35:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 342a89ea-de26-5b27-9f0a-68ef7eb02429 with scrape type 1
2026-03-24 10:35:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 342a89ea-de26-5b27-9f0a-68ef7eb02429
2026-03-24 10:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608642%252Fgeneral%252Fd1a25a00-059d-4cbf-923c-7d4cdac202b4.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608642/general/d1a25a00-059d-4cbf-923c-7d4cdac202b4.jpg already downloaded
2026-03-24 10:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608642%252Fgeneral%252Fe830e2f4-d4ba-488c-bf10-d4220844611a.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608642/general/e830e2f4-d4ba-488c-bf10-d4220844611a.jpg already downloaded
2026-03-24 10:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608642%252Fgeneral%252F12ece759-16aa-4fc4-aeaf-4f93121420f5.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608642/general/12ece759-16aa-4fc4-aeaf-4f93121420f5.jpg already downloaded
2026-03-24 10:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608642%252Fgeneral%252F98552615-82fc-47bc-ba84-6f332cc05cb6.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608642/general/98552615-82fc-47bc-ba84-6f332cc05cb6.jpg already downloaded
2026-03-24 10:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608642%252Fgeneral%252F444b8037-d189-4ccf-b8ba-d1bf5a40108b.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608642/general/444b8037-d189-4ccf-b8ba-d1bf5a40108b.jpg already downloaded
2026-03-24 10:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608642%252Fgeneral%252Fe984a375-8f73-4130-864c-26424d56da58.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608642/general/e984a375-8f73-4130-864c-26424d56da58.jpg already downloaded
2026-03-24 10:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608642%252Fgeneral%252Fb645778f-361e-4e9b-b354-f648ad5291d2.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608642/general/b645778f-361e-4e9b-b354-f648ad5291d2.jpg already downloaded
2026-03-24 10:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608642%252Fgeneral%252F139b047f-8b50-4b4e-89fd-2130eb072960.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608642/general/139b047f-8b50-4b4e-89fd-2130eb072960.jpg already downloaded
2026-03-24 10:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608642%252Fgeneral%252F65479a30-7246-4c04-b7de-6676a71e5104.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608642/general/65479a30-7246-4c04-b7de-6676a71e5104.jpg already downloaded
2026-03-24 10:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5608642%252Fgeneral%252F2215efbf-0a9b-42df-998e-a13caf04b4cd.jpg%27 HTTP/1.1" 200 None
2026-03-24 10:35:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5608642/general/2215efbf-0a9b-42df-998e-a13caf04b4cd.jpg already downloaded
2026-03-24 10:35:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 342a89ea-de26-5b27-9f0a-68ef7eb02429, identifier: 10716405
2026-03-24 10:35:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 342a89ea-de26-5b27-9f0a-68ef7eb02429 with identifier: 10716405
2026-03-24 10:35:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 342a89ea-de26-5b27-9f0a-68ef7eb02429 with identifier: 10716405
2026-03-24 10:35:38 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 342a89ea-de26-5b27-9f0a-68ef7eb02429 with identifier: 10716405 to the API
2026-03-24 10:35:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716405>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'engine_horse_power': 129,
'expiration_date': '2026-03-25T14:00:00Z',
'fuel_type': 'Hybrid',
'id': '342a89ea-de26-5b27-9f0a-68ef7eb02429',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'SP24UCS',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716405',
'listing': 'auction',
'location': 'Upminster',
'make': 'Kia',
'model': 'Niro',
'odometer': 51927,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 14,
'photo_urls': ['https://images.openlane.eu/carimgs/5608642/general/d1a25a00-059d-4cbf-923c-7d4cdac202b4.jpg',
'https://images.openlane.eu/carimgs/5608642/general/e830e2f4-d4ba-488c-bf10-d4220844611a.jpg',
'https://images.openlane.eu/carimgs/5608642/general/12ece759-16aa-4fc4-aeaf-4f93121420f5.jpg',
'https://images.openlane.eu/carimgs/5608642/general/98552615-82fc-47bc-ba84-6f332cc05cb6.jpg',
'https://images.openlane.eu/carimgs/5608642/general/444b8037-d189-4ccf-b8ba-d1bf5a40108b.jpg',
'https://images.openlane.eu/carimgs/5608642/general/e984a375-8f73-4130-864c-26424d56da58.jpg',
'https://images.openlane.eu/carimgs/5608642/general/b645778f-361e-4e9b-b354-f648ad5291d2.jpg',
'https://images.openlane.eu/carimgs/5608642/general/139b047f-8b50-4b4e-89fd-2130eb072960.jpg',
'https://images.openlane.eu/carimgs/5608642/general/65479a30-7246-4c04-b7de-6676a71e5104.jpg',
'https://images.openlane.eu/carimgs/5608642/general/2215efbf-0a9b-42df-998e-a13caf04b4cd.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_342a89ea-de26-5b27-9f0a-68ef7eb02429/342a89ea-de26-5b27-9f0a-68ef7eb02429_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110686,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608642/general/d1a25a00-059d-4cbf-923c-7d4cdac202b4.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_342a89ea-de26-5b27-9f0a-68ef7eb02429/342a89ea-de26-5b27-9f0a-68ef7eb02429_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 111531,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608642/general/e830e2f4-d4ba-488c-bf10-d4220844611a.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_342a89ea-de26-5b27-9f0a-68ef7eb02429/342a89ea-de26-5b27-9f0a-68ef7eb02429_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109591,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608642/general/12ece759-16aa-4fc4-aeaf-4f93121420f5.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_342a89ea-de26-5b27-9f0a-68ef7eb02429/342a89ea-de26-5b27-9f0a-68ef7eb02429_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110877,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608642/general/98552615-82fc-47bc-ba84-6f332cc05cb6.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_342a89ea-de26-5b27-9f0a-68ef7eb02429/342a89ea-de26-5b27-9f0a-68ef7eb02429_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96653,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608642/general/444b8037-d189-4ccf-b8ba-d1bf5a40108b.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_342a89ea-de26-5b27-9f0a-68ef7eb02429/342a89ea-de26-5b27-9f0a-68ef7eb02429_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95945,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608642/general/e984a375-8f73-4130-864c-26424d56da58.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_342a89ea-de26-5b27-9f0a-68ef7eb02429/342a89ea-de26-5b27-9f0a-68ef7eb02429_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108481,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608642/general/b645778f-361e-4e9b-b354-f648ad5291d2.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_342a89ea-de26-5b27-9f0a-68ef7eb02429/342a89ea-de26-5b27-9f0a-68ef7eb02429_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93660,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608642/general/139b047f-8b50-4b4e-89fd-2130eb072960.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_342a89ea-de26-5b27-9f0a-68ef7eb02429/342a89ea-de26-5b27-9f0a-68ef7eb02429_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110913,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608642/general/65479a30-7246-4c04-b7de-6676a71e5104.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_342a89ea-de26-5b27-9f0a-68ef7eb02429/342a89ea-de26-5b27-9f0a-68ef7eb02429_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 150353,
'Height': 1081,
'OriginUrl': 'https://images.openlane.eu/carimgs/5608642/general/2215efbf-0a9b-42df-998e-a13caf04b4cd.jpg',
'Width': 1440}],
'price': 15600,
'price_includes_vat': True,
'registration_date': '2024-08-20',
'seats_number': 5,
'seller_name': 'Retail Ready',
'title': 'Kia Niro 1.6 GDI 2 - Hybrid - Automatic - 129 hp - SP24UCS - 51,927 '
'mi',
'transmission': 'automatic',
'trim': '2',
'vin': None,
'year': 2024}
2026-03-24 10:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716405%27 HTTP/1.1" 200 None
2026-03-24 10:35:38 [adesa.uk] INFO: Saving data for 10716405: {'created_time': 1774348538.482484, 'last_price_update_time': 1774348538.482496, 'auction_closing_time': 1774447200.0}
2026-03-24 10:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716405') HTTP/1.1" 204 0
2026-03-24 10:35:42 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.836(s), this was the 1st time calling it.
2026-03-24 10:35:42 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 4.045912764390235 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-24 10:35:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 10:35:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10701431> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-24 10:35:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf32321d-167f-5a58-a92c-37dfc477ce6d with identifier: 10701431
2026-03-24 10:35:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf32321d-167f-5a58-a92c-37dfc477ce6d with scrape type 2
2026-03-24 10:35:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf32321d-167f-5a58-a92c-37dfc477ce6d with scrape type 2
2026-03-24 10:35:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: bf32321d-167f-5a58-a92c-37dfc477ce6d, identifier: 10701431
2026-03-24 10:35:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: bf32321d-167f-5a58-a92c-37dfc477ce6d with identifier: 10701431
2026-03-24 10:35:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: bf32321d-167f-5a58-a92c-37dfc477ce6d with identifier: 10701431
2026-03-24 10:35:51 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: bf32321d-167f-5a58-a92c-37dfc477ce6d with identifier: 10701431 to the API
2026-03-24 10:35:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:35: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-24 10:35:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10701431>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-24T14:00:00Z',
'fuel_type': 'Electric',
'id': 'bf32321d-167f-5a58-a92c-37dfc477ce6d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'FV71TEY',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10701431',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 37109,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7900,
'price_includes_vat': True,
'registration_date': '2021-11-24',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh SRi Premium - Electric - Automatic - 136 '
'hp - FV71TEY - 37,109 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2021}
2026-03-24 10:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710701431%27 HTTP/1.1" 200 None
2026-03-24 10:35:51 [adesa.uk] INFO: Saving data for 10701431: {'auction_closing_time': 1774360800.0, 'created_time': 1774020972.96493, 'last_price_update_time': 1774348551.570092}
2026-03-24 10:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10701431') HTTP/1.1" 204 0
2026-03-24 10:35:51 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-24 10:35:51 [adesa.uk] INFO: adesa.uk Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: -1, <ScrapeType.NEW_DUPLICATE_ID: 4>: 1, <ScrapeType.PRICE_UPDATE: 2>: 0, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 0, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-24 10:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716430%27 HTTP/1.1" 200 None
2026-03-24 10:35:51 [adesa.uk] INFO: Saving data for 10716430: {'created_time': 1774348551.720963}
2026-03-24 10:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716430') HTTP/1.1" 204 0
2026-03-24 10:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716423%27 HTTP/1.1" 200 None
2026-03-24 10:35:51 [adesa.uk] INFO: Saving data for 10716423: {'created_time': 1774348551.763006}
2026-03-24 10:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716423') HTTP/1.1" 204 0
2026-03-24 10:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710716419%27 HTTP/1.1" 200 None
2026-03-24 10:35:51 [adesa.uk] INFO: Saving data for 10716419: {'created_time': 1774348551.798415}
2026-03-24 10:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10716419') HTTP/1.1" 204 0
2026-03-24 10:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20last_price_update_time%20lt%201773916551 HTTP/1.1" 200 None
2026-03-24 10:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686364') HTTP/1.1" 204 0
2026-03-24 10:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686366') HTTP/1.1" 204 0
2026-03-24 10:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686368') HTTP/1.1" 204 0
2026-03-24 10:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686369') HTTP/1.1" 204 0
2026-03-24 10:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686371') HTTP/1.1" 204 0
2026-03-24 10:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686372') HTTP/1.1" 204 0
2026-03-24 10:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686373') HTTP/1.1" 204 0
2026-03-24 10:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686376') HTTP/1.1" 204 0
2026-03-24 10:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686378') HTTP/1.1" 204 0
2026-03-24 10:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686381') HTTP/1.1" 204 0
2026-03-24 10:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686382') HTTP/1.1" 204 0
2026-03-24 10:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686383') HTTP/1.1" 204 0
2026-03-24 10:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686385') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686388') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686389') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686403') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686404') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686405') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686410') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686412') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686413') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686414') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686415') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686416') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686417') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686418') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686419') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686420') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686421') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686422') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686423') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686424') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686425') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686426') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686427') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686428') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686430') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686431') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686432') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686434') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686435') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686436') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686437') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686438') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686439') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686440') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686441') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686442') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686443') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686446') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10686447') HTTP/1.1" 204 0
2026-03-24 10:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10695444') HTTP/1.1" 204 0
2026-03-24 10:35:52 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (160 items) in: file:///var/lib/scrapyd/items/sourcing_v2/adesa.uk/task_45_2026-03-24T10_30_00.jl
2026-03-24 10:35:52 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 179093,
'downloader/request_count': 196,
'downloader/request_method_count/GET': 193,
'downloader/request_method_count/POST': 3,
'downloader/response_bytes': 15109772,
'downloader/response_count': 196,
'downloader/response_status_count/200': 186,
'downloader/response_status_count/403': 10,
'elapsed_time_seconds': 346.953647,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 24, 10, 35, 52, 410708, tzinfo=datetime.timezone.utc),
'httpcompression/response_bytes': 45471,
'httpcompression/response_count': 10,
'item_scraped_count': 160,
'log_count/DEBUG': 3630,
'log_count/INFO': 2851,
'memusage/max': 179752960,
'memusage/startup': 150159360,
'photo_download_count': 20,
'request_depth_max': 3,
'response_received_count': 176,
'scheduler/dequeued': 196,
'scheduler/dequeued/memory': 196,
'scheduler/enqueued': 196,
'scheduler/enqueued/memory': 196,
'scrape_type/new': 74,
'scrape_type/new_duplicate_id': 3,
'scrape_type/price_update': 86,
'scrape_type/skipped': 48,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 178,
'scrapy-zyte-api/error_ratio': 0.06741573033707865,
'scrapy-zyte-api/error_types/download/temporary-error': 3,
'scrapy-zyte-api/errors': 12,
"scrapy-zyte-api/exception_types/<class 'aiohttp.client_exceptions.ClientConnectorError'>": 9,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 7.854127371231832,
'scrapy-zyte-api/mean_response_seconds': 7.219856462677022,
'scrapy-zyte-api/processed': 166,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 166,
'scrapy-zyte-api/request_args/experimental.requestCookies': 165,
'scrapy-zyte-api/request_args/experimental.responseCookies': 166,
'scrapy-zyte-api/request_args/httpRequestBody': 3,
'scrapy-zyte-api/request_args/httpRequestMethod': 3,
'scrapy-zyte-api/request_args/httpResponseBody': 166,
'scrapy-zyte-api/request_args/httpResponseHeaders': 166,
'scrapy-zyte-api/request_args/url': 166,
'scrapy-zyte-api/status_codes/0': 9,
'scrapy-zyte-api/status_codes/200': 166,
'scrapy-zyte-api/status_codes/520': 3,
'scrapy-zyte-api/success': 166,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'source/items_encountered': 211,
'source/total_available': 211,
'start_time': datetime.datetime(2026, 3, 24, 10, 30, 5, 457061, tzinfo=datetime.timezone.utc)}
2026-03-24 10:35:52 [scrapy.core.engine] INFO: Spider closed (finished)
2026-03-24 10:35:52 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f6463131950>
2026-03-24 10:35:52 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f6463131dd0>