2026-03-29 04:30:04 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-29 04: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-29 04:30:04 [adesa.uk] INFO: Starting spider adesa.uk
2026-03-29 04:30:04 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-29 04:30:04 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-29 04:30:04 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-29 04:30:04 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-29 04:30:04 [scrapy.extensions.telnet] INFO: Telnet Password: ac44466dc52aa19c
2026-03-29 04: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-29 04: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-29T04_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-29 04:30:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-29 04:30:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-29 04: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-29 04:30:05 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-29 04: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-29 04:30:05 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-29 04:30:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-29 04:30:05 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2123
2026-03-29 04:30:05 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-29 04:30:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-29 04:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:05 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
2026-03-29 04: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-29 04:30:05 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-29 04:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-29 04:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-29 04:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-29 04:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-29 04:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-29 04:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-29 04:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-29 04:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-29 04:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-29 04:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-29 04:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-29 04:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-29 04:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-29 04:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-29 04:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-29 04:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-29 04:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-29 04:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-29 04: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-29 04: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-29 04:30:05 [scrapy.core.engine] INFO: Spider opened
2026-03-29 04:30:05 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-29 04:30:05 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-29 04:30:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 141MiB
2026-03-29 04:30:05 [scrapy-playwright] INFO: Starting download handler
2026-03-29 04:30:05 [scrapy-playwright] INFO: Starting download handler
2026-03-29 04: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-29 04:30:13 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741221
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741221%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741221: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741221 url https://www.openlane.eu/en/carv6/auction/10741221
2026-03-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741220
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741220%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741220: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741220 url https://www.openlane.eu/en/carv6/auction/10741220
2026-03-29 04: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-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741222
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741222%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741222: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741222 url https://www.openlane.eu/en/carv6/auction/10741222
2026-03-29 04: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-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741224
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741224%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741224: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741224 url https://www.openlane.eu/en/carv6/auction/10741224
2026-03-29 04: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-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741215
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741215%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741215: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741215 url https://www.openlane.eu/en/carv6/auction/10741215
2026-03-29 04: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-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741225
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741225%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741225: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741225 url https://www.openlane.eu/en/carv6/auction/10741225
2026-03-29 04: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-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741230
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741230%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741230: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741230 url https://www.openlane.eu/en/carv6/auction/10741230
2026-03-29 04: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-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741229
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741229%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741229: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741229 url https://www.openlane.eu/en/carv6/auction/10741229
2026-03-29 04: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-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741232
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741232%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741232: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741232 url https://www.openlane.eu/en/carv6/auction/10741232
2026-03-29 04: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-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741226
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741226%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741226: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741226 url https://www.openlane.eu/en/carv6/auction/10741226
2026-03-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741231
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741231%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741231: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741231 url https://www.openlane.eu/en/carv6/auction/10741231
2026-03-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741227
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741227%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741227: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741227 url https://www.openlane.eu/en/carv6/auction/10741227
2026-03-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741233
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741233%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741233: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741233 url https://www.openlane.eu/en/carv6/auction/10741233
2026-03-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741235
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741235%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741235: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741235 url https://www.openlane.eu/en/carv6/auction/10741235
2026-03-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741236
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741236%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741236: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741236 url https://www.openlane.eu/en/carv6/auction/10741236
2026-03-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741237
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741237%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741237: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741237 url https://www.openlane.eu/en/carv6/auction/10741237
2026-03-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741239
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741239%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741239: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741239 url https://www.openlane.eu/en/carv6/auction/10741239
2026-03-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741240
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741240%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741240: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741240 url https://www.openlane.eu/en/carv6/auction/10741240
2026-03-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741721
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741721%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741721: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741721 url https://www.openlane.eu/en/carv6/auction/10741721
2026-03-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741219
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741219%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741219: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741219 url https://www.openlane.eu/en/carv6/auction/10741219
2026-03-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741244
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741244%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741244: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741244 url https://www.openlane.eu/en/carv6/auction/10741244
2026-03-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741722
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741722%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741722: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741722 url https://www.openlane.eu/en/carv6/auction/10741722
2026-03-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741218
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741218%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741218: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741218 url https://www.openlane.eu/en/carv6/auction/10741218
2026-03-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741717
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741717%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741717: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741717 url https://www.openlane.eu/en/carv6/auction/10741717
2026-03-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741720
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741720%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741720: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741720 url https://www.openlane.eu/en/carv6/auction/10741720
2026-03-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741718
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741718%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741718: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741718 url https://www.openlane.eu/en/carv6/auction/10741718
2026-03-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741241
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741241%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741241: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741241 url https://www.openlane.eu/en/carv6/auction/10741241
2026-03-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741714
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741714%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741714: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741714 url https://www.openlane.eu/en/carv6/auction/10741714
2026-03-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741216
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741216%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741216: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741216 url https://www.openlane.eu/en/carv6/auction/10741216
2026-03-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741716
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741716%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741716: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741716 url https://www.openlane.eu/en/carv6/auction/10741716
2026-03-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741719
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741719%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741719: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741719 url https://www.openlane.eu/en/carv6/auction/10741719
2026-03-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741715
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741715%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741715: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741715 url https://www.openlane.eu/en/carv6/auction/10741715
2026-03-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741726
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741726%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741726: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741726 url https://www.openlane.eu/en/carv6/auction/10741726
2026-03-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741725
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741725%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741725: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741725 url https://www.openlane.eu/en/carv6/auction/10741725
2026-03-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741723
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741723%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741723: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741723 url https://www.openlane.eu/en/carv6/auction/10741723
2026-03-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741724
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741724%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741724: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741724 url https://www.openlane.eu/en/carv6/auction/10741724
2026-03-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741730
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741730%27 HTTP/1.1" 200 None
2026-03-29 04:30:13 [adesa.uk] INFO: Scrape type for 10741730: 2
2026-03-29 04:30:13 [adesa.uk] INFO: Scraping item 10741730 url https://www.openlane.eu/en/carv6/auction/10741730
2026-03-29 04:30:13 [adesa.uk] INFO: Found listing with ID: 10741727
2026-03-29 04:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741727%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10741727: 2
2026-03-29 04:30:14 [adesa.uk] INFO: Scraping item 10741727 url https://www.openlane.eu/en/carv6/auction/10741727
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10741729
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741729%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10741729: 2
2026-03-29 04:30:14 [adesa.uk] INFO: Scraping item 10741729 url https://www.openlane.eu/en/carv6/auction/10741729
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10741728
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741728%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10741728: 2
2026-03-29 04:30:14 [adesa.uk] INFO: Scraping item 10741728 url https://www.openlane.eu/en/carv6/auction/10741728
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737407
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737407%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737407: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737407 url https://www.openlane.eu/en/carv6/auction/10737407
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737415
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737415%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737415: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737415 url https://www.openlane.eu/en/carv6/auction/10737415
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737420
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737420%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737420: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737420 url https://www.openlane.eu/en/carv6/auction/10737420
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737431
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737431%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737431: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737431 url https://www.openlane.eu/en/carv6/auction/10737431
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737411
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737411%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737411: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737411 url https://www.openlane.eu/en/carv6/auction/10737411
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737413
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737413%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737413: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737413 url https://www.openlane.eu/en/carv6/auction/10737413
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737418
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737418%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737418: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737418 url https://www.openlane.eu/en/carv6/auction/10737418
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737419
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737419%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737419: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737419 url https://www.openlane.eu/en/carv6/auction/10737419
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737430
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737430%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737430: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737430 url https://www.openlane.eu/en/carv6/auction/10737430
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10741743
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741743%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10741743: 2
2026-03-29 04:30:14 [adesa.uk] INFO: Scraping item 10741743 url https://www.openlane.eu/en/carv6/auction/10741743
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10741742
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741742%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10741742: 2
2026-03-29 04:30:14 [adesa.uk] INFO: Scraping item 10741742 url https://www.openlane.eu/en/carv6/auction/10741742
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737428
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737428%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737428: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737428 url https://www.openlane.eu/en/carv6/auction/10737428
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737412
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737412%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737412: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737412 url https://www.openlane.eu/en/carv6/auction/10737412
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737429
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737429%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737429: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737429 url https://www.openlane.eu/en/carv6/auction/10737429
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737417
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737417%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737417: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737417 url https://www.openlane.eu/en/carv6/auction/10737417
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737416
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737416%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737416: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737416 url https://www.openlane.eu/en/carv6/auction/10737416
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10741744
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741744%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10741744: 2
2026-03-29 04:30:14 [adesa.uk] INFO: Scraping item 10741744 url https://www.openlane.eu/en/carv6/auction/10741744
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737406
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737406%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737406: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737406 url https://www.openlane.eu/en/carv6/auction/10737406
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10741741
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741741%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10741741: 2
2026-03-29 04:30:14 [adesa.uk] INFO: Scraping item 10741741 url https://www.openlane.eu/en/carv6/auction/10741741
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737402
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737402%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737402: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737402 url https://www.openlane.eu/en/carv6/auction/10737402
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737432
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737432%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737432: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737432 url https://www.openlane.eu/en/carv6/auction/10737432
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737433
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737433%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737433: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737433 url https://www.openlane.eu/en/carv6/auction/10737433
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737409
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737409%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737409: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737409 url https://www.openlane.eu/en/carv6/auction/10737409
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737401
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737401%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737401: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737401 url https://www.openlane.eu/en/carv6/auction/10737401
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737427
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737427%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737427: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737427 url https://www.openlane.eu/en/carv6/auction/10737427
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737421
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737421%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737421: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737421 url https://www.openlane.eu/en/carv6/auction/10737421
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737422
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737422%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737422: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737422 url https://www.openlane.eu/en/carv6/auction/10737422
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737410
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737410%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737410: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737410 url https://www.openlane.eu/en/carv6/auction/10737410
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737414
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737414%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737414: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737414 url https://www.openlane.eu/en/carv6/auction/10737414
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737408
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737408%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737408: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737408 url https://www.openlane.eu/en/carv6/auction/10737408
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737424
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737424%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737424: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737424 url https://www.openlane.eu/en/carv6/auction/10737424
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737423
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737423%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737423: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737423 url https://www.openlane.eu/en/carv6/auction/10737423
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737403
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737403%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737403: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737403 url https://www.openlane.eu/en/carv6/auction/10737403
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737404
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737404%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737404: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737404 url https://www.openlane.eu/en/carv6/auction/10737404
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737426
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737426%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737426: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737426 url https://www.openlane.eu/en/carv6/auction/10737426
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737434
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737434%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737434: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737434 url https://www.openlane.eu/en/carv6/auction/10737434
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737435
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737435%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737435: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737435 url https://www.openlane.eu/en/carv6/auction/10737435
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737405
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737405%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737405: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737405 url https://www.openlane.eu/en/carv6/auction/10737405
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737425
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737425%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737425: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737425 url https://www.openlane.eu/en/carv6/auction/10737425
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10739641
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710739641%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10739641: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10739641 url https://www.openlane.eu/en/carv6/auction/10739641
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737243
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737243%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737243: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737243 url https://www.openlane.eu/en/carv6/auction/10737243
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10732862
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732862%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10732862: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10732862 url https://www.openlane.eu/en/carv6/auction/10732862
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737245
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737245%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737245: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737245 url https://www.openlane.eu/en/carv6/auction/10737245
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737231
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737231%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737231: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737231 url https://www.openlane.eu/en/carv6/auction/10737231
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737230
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737230%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737230: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737230 url https://www.openlane.eu/en/carv6/auction/10737230
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737232
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737232%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737232: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737232 url https://www.openlane.eu/en/carv6/auction/10737232
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10732864
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732864%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10732864: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10732864 url https://www.openlane.eu/en/carv6/auction/10732864
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737226
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737226%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737226: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737226 url https://www.openlane.eu/en/carv6/auction/10737226
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737217
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737217%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737217: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737217 url https://www.openlane.eu/en/carv6/auction/10737217
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737227
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737227%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737227: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737227 url https://www.openlane.eu/en/carv6/auction/10737227
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737225
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737225%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737225: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737225 url https://www.openlane.eu/en/carv6/auction/10737225
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737244
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737244%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737244: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737244 url https://www.openlane.eu/en/carv6/auction/10737244
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10732863
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732863%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10732863: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10732863 url https://www.openlane.eu/en/carv6/auction/10732863
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737229
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737229%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737229: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737229 url https://www.openlane.eu/en/carv6/auction/10737229
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737228
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737228%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737228: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737228 url https://www.openlane.eu/en/carv6/auction/10737228
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737233
2026-03-29 04:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737233%27 HTTP/1.1" 200 None
2026-03-29 04:30:14 [adesa.uk] INFO: Scrape type for 10737233: 0
2026-03-29 04:30:14 [adesa.uk] INFO: Skipping item 10737233 url https://www.openlane.eu/en/carv6/auction/10737233
2026-03-29 04:30:14 [adesa.uk] INFO: Found listing with ID: 10737215
2026-03-29 04:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710737215%27 HTTP/1.1" 200 None
2026-03-29 04:30:15 [adesa.uk] INFO: Scrape type for 10737215: 0
2026-03-29 04:30:15 [adesa.uk] INFO: Skipping item 10737215 url https://www.openlane.eu/en/carv6/auction/10737215
2026-03-29 04:30:15 [adesa.uk] INFO: Found listing with ID: 10737246
2026-03-29 04:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710737246%27 HTTP/1.1" 200 None
2026-03-29 04:30:15 [adesa.uk] INFO: Scrape type for 10737246: 0
2026-03-29 04:30:15 [adesa.uk] INFO: Skipping item 10737246 url https://www.openlane.eu/en/carv6/auction/10737246
2026-03-29 04:30:15 [adesa.uk] INFO: Found listing with ID: 10737249
2026-03-29 04:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710737249%27 HTTP/1.1" 200 None
2026-03-29 04:30:15 [adesa.uk] INFO: Scrape type for 10737249: 0
2026-03-29 04:30:15 [adesa.uk] INFO: Skipping item 10737249 url https://www.openlane.eu/en/carv6/auction/10737249
2026-03-29 04:30:15 [adesa.uk] INFO: Found listing with ID: 10737247
2026-03-29 04:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710737247%27 HTTP/1.1" 200 None
2026-03-29 04:30:15 [adesa.uk] INFO: Scrape type for 10737247: 0
2026-03-29 04:30:15 [adesa.uk] INFO: Skipping item 10737247 url https://www.openlane.eu/en/carv6/auction/10737247
2026-03-29 04:30:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741221> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741222> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741224> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741215> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741225> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741229> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f57fd14-b4e1-5625-a703-eba8a7558743 with identifier: 10741221
2026-03-29 04:30:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f57fd14-b4e1-5625-a703-eba8a7558743 with scrape type 2
2026-03-29 04:30:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f57fd14-b4e1-5625-a703-eba8a7558743 with scrape type 2
2026-03-29 04:30:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 2f57fd14-b4e1-5625-a703-eba8a7558743, identifier: 10741221
2026-03-29 04:30:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b53a548-5dfc-585a-8043-0e214b362c91 with identifier: 10741222
2026-03-29 04:30:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b53a548-5dfc-585a-8043-0e214b362c91 with scrape type 2
2026-03-29 04:30:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b53a548-5dfc-585a-8043-0e214b362c91 with scrape type 2
2026-03-29 04:30:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 8b53a548-5dfc-585a-8043-0e214b362c91, identifier: 10741222
2026-03-29 04:30:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 2f57fd14-b4e1-5625-a703-eba8a7558743 with identifier: 10741221
2026-03-29 04:30:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 04:30:15 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Gray HTTP/1.1" 200 None
2026-03-29 04:30:15 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 04: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-29 04:30:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 04: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-29 04:30:15 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 04: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-29 04:30:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 2f57fd14-b4e1-5625-a703-eba8a7558743 with identifier: 10741221
2026-03-29 04:30:16 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 2f57fd14-b4e1-5625-a703-eba8a7558743 with identifier: 10741221 to the API
2026-03-29 04:30:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741221>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': 'Compact',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': None,
'engine': '1.0L',
'engine_horse_power': 69,
'expiration_date': '2026-03-30T15:58:00Z',
'fuel_type': 'Petrol',
'id': '2f57fd14-b4e1-5625-a703-eba8a7558743',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HT72FZY',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741221',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Fiat',
'model': '500',
'odometer': 35613,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 4800,
'price_includes_vat': True,
'registration_date': '2023-01-29',
'seats_number': 4,
'seller_name': None,
'title': 'Fiat 500 1.0 Dolcevita - Petrol - Manual - 69 hp - HT72FZY - 35,613 '
'mi',
'transmission': 'manual',
'trim': 'Dolcevita',
'vin': None,
'year': 2023}
2026-03-29 04:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741221%27 HTTP/1.1" 200 None
2026-03-29 04:30:16 [adesa.uk] INFO: Saving data for 10741221: {'auction_closing_time': 1774886280.0, 'created_time': 1774636265.954212, 'last_price_update_time': 1774758616.317521}
2026-03-29 04:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741221') HTTP/1.1" 204 0
2026-03-29 04:30:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 8b53a548-5dfc-585a-8043-0e214b362c91 with identifier: 10741222
2026-03-29 04:30:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 04:30:16 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Black HTTP/1.1" 200 None
2026-03-29 04:30:16 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 04:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 04:30:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 8b53a548-5dfc-585a-8043-0e214b362c91 with identifier: 10741222
2026-03-29 04:30:16 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 8b53a548-5dfc-585a-8043-0e214b362c91 with identifier: 10741222 to the API
2026-03-29 04:30:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741222>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': 'SUV',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'engine_horse_power': 125,
'expiration_date': '2026-03-30T15:58:00Z',
'fuel_type': 'Petrol',
'id': '8b53a548-5dfc-585a-8043-0e214b362c91',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WN21VVP',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741222',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Ford',
'model': 'Puma',
'odometer': 55646,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 5100,
'price_includes_vat': True,
'registration_date': '2021-04-25',
'seats_number': 5,
'seller_name': None,
'title': 'Ford Puma 1.0 Titanium - Petrol - Manual - 125 hp - WN21VVP - '
'55,646 mi',
'transmission': 'manual',
'trim': 'Titanium',
'vin': None,
'year': 2021}
2026-03-29 04:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741222%27 HTTP/1.1" 200 None
2026-03-29 04:30:16 [adesa.uk] INFO: Saving data for 10741222: {'auction_closing_time': 1774886280.0, 'created_time': 1774636267.133712, 'last_price_update_time': 1774758616.835334}
2026-03-29 04:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741222') HTTP/1.1" 204 0
2026-03-29 04:30:16 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 3.421(s), this was the 1st time calling it.
2026-03-29 04:30:16 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 4.2355367216696145 seconds as it raised RequestError: RequestError: 520, message=, headers=<CIMultiDictProxy('Date': 'Sun, 29 Mar 2026 04:30:15 GMT', 'Content-Type': 'application/problem+json', 'Content-Length': '214', 'Connection': 'keep-alive', 'Retry-After': '60', 'Request-Id': '9d319adfab8ca8e6e6d209c164a61c44', '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=9d319adfab8ca8e6e6d209c164a61c44.
2026-03-29 04:30:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0aa47e02-4a2c-5ea7-9f1e-d3f073973f18 with identifier: 10741224
2026-03-29 04:30:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0aa47e02-4a2c-5ea7-9f1e-d3f073973f18 with scrape type 2
2026-03-29 04:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0aa47e02-4a2c-5ea7-9f1e-d3f073973f18 with scrape type 2
2026-03-29 04:30:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 0aa47e02-4a2c-5ea7-9f1e-d3f073973f18, identifier: 10741224
2026-03-29 04:30:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e32ae7a-0611-5a04-81a0-6b5217d91887 with identifier: 10741215
2026-03-29 04:30:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e32ae7a-0611-5a04-81a0-6b5217d91887 with scrape type 2
2026-03-29 04:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e32ae7a-0611-5a04-81a0-6b5217d91887 with scrape type 2
2026-03-29 04:30:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 2e32ae7a-0611-5a04-81a0-6b5217d91887, identifier: 10741215
2026-03-29 04:30:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b0cccc9-c7ca-5464-9bd2-adbf3b52d28c with identifier: 10741225
2026-03-29 04:30:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b0cccc9-c7ca-5464-9bd2-adbf3b52d28c with scrape type 2
2026-03-29 04:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b0cccc9-c7ca-5464-9bd2-adbf3b52d28c with scrape type 2
2026-03-29 04:30:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 3b0cccc9-c7ca-5464-9bd2-adbf3b52d28c, identifier: 10741225
2026-03-29 04:30:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60ae13a9-2030-5a20-a4a6-bfdd97730b7e with identifier: 10741229
2026-03-29 04:30:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60ae13a9-2030-5a20-a4a6-bfdd97730b7e with scrape type 2
2026-03-29 04:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60ae13a9-2030-5a20-a4a6-bfdd97730b7e with scrape type 2
2026-03-29 04:30:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 60ae13a9-2030-5a20-a4a6-bfdd97730b7e, identifier: 10741229
2026-03-29 04:30:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741230> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 0aa47e02-4a2c-5ea7-9f1e-d3f073973f18 with identifier: 10741224
2026-03-29 04:30:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 04:30:17 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=White HTTP/1.1" 200 None
2026-03-29 04:30:17 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 04: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-29 04:30:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 04:30:17 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Electric HTTP/1.1" 200 None
2026-03-29 04:30:17 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 04: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-29 04:30:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 0aa47e02-4a2c-5ea7-9f1e-d3f073973f18 with identifier: 10741224
2026-03-29 04:30:17 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 0aa47e02-4a2c-5ea7-9f1e-d3f073973f18 with identifier: 10741224 to the API
2026-03-29 04:30:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:30:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:30:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741224>
{'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-30T15:58:00Z',
'fuel_type': 'Electric',
'id': '0aa47e02-4a2c-5ea7-9f1e-d3f073973f18',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LL72UUG',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741224',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Hyundai',
'model': 'Ioniq',
'odometer': 23003,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 5200,
'price_includes_vat': True,
'registration_date': '2023-01-11',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai Ioniq 38 kWh Premium - Electric - Automatic - 136 hp - '
'LL72UUG - 23,003 mi',
'transmission': 'automatic',
'trim': 'Premium',
'vin': None,
'year': 2023}
2026-03-29 04:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710741224%27 HTTP/1.1" 200 None
2026-03-29 04:30:17 [adesa.uk] INFO: Saving data for 10741224: {'auction_closing_time': 1774886280.0, 'created_time': 1774636265.603272, 'last_price_update_time': 1774758617.950386}
2026-03-29 04:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741224') HTTP/1.1" 204 0
2026-03-29 04:30:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 2e32ae7a-0611-5a04-81a0-6b5217d91887 with identifier: 10741215
2026-03-29 04:30:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 04:30:18 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Blue HTTP/1.1" 200 None
2026-03-29 04:30:18 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 04:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 04:30:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 2e32ae7a-0611-5a04-81a0-6b5217d91887 with identifier: 10741215
2026-03-29 04:30:18 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 2e32ae7a-0611-5a04-81a0-6b5217d91887 with identifier: 10741215 to the API
2026-03-29 04:30:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741215>
{'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-30T15:58:00Z',
'fuel_type': 'Electric',
'id': '2e32ae7a-0611-5a04-81a0-6b5217d91887',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LO72DKN',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741215',
'listing': 'auction',
'location': 'Saltash',
'make': 'Hyundai',
'model': 'Ioniq',
'odometer': 26611,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 5300,
'price_includes_vat': True,
'registration_date': '2023-01-12',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai Ioniq 38 kWh Premium - Electric - Automatic - 136 hp - '
'LO72DKN - 26,611 mi',
'transmission': 'automatic',
'trim': 'Premium',
'vin': None,
'year': 2023}
2026-03-29 04:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741215%27 HTTP/1.1" 200 None
2026-03-29 04:30:18 [adesa.uk] INFO: Saving data for 10741215: {'auction_closing_time': 1774886280.0, 'created_time': 1774636260.59974, 'last_price_update_time': 1774758618.386188}
2026-03-29 04:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741215') HTTP/1.1" 204 0
2026-03-29 04:30:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 3b0cccc9-c7ca-5464-9bd2-adbf3b52d28c with identifier: 10741225
2026-03-29 04:30:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 04:30:18 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Red HTTP/1.1" 200 None
2026-03-29 04:30:18 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 04:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 04:30:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 3b0cccc9-c7ca-5464-9bd2-adbf3b52d28c with identifier: 10741225
2026-03-29 04:30:18 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 3b0cccc9-c7ca-5464-9bd2-adbf3b52d28c with identifier: 10741225 to the API
2026-03-29 04:30:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741225>
{'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-30T15:58:00Z',
'fuel_type': 'Electric',
'id': '3b0cccc9-c7ca-5464-9bd2-adbf3b52d28c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LT72TOV',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741225',
'listing': 'auction',
'location': 'Saltash',
'make': 'Hyundai',
'model': 'Ioniq',
'odometer': 26084,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 5400,
'price_includes_vat': True,
'registration_date': '2022-11-10',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai Ioniq 38 kWh Premium - Electric - Automatic - 136 hp - '
'LT72TOV - 26,084 mi',
'transmission': 'automatic',
'trim': 'Premium',
'vin': None,
'year': 2022}
2026-03-29 04:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741225%27 HTTP/1.1" 200 None
2026-03-29 04:30:18 [adesa.uk] INFO: Saving data for 10741225: {'auction_closing_time': 1774886280.0, 'created_time': 1774636266.731474, 'last_price_update_time': 1774758618.769916}
2026-03-29 04:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741225') HTTP/1.1" 204 0
2026-03-29 04:30:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 60ae13a9-2030-5a20-a4a6-bfdd97730b7e with identifier: 10741229
2026-03-29 04:30:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 60ae13a9-2030-5a20-a4a6-bfdd97730b7e with identifier: 10741229
2026-03-29 04:30:18 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 60ae13a9-2030-5a20-a4a6-bfdd97730b7e with identifier: 10741229 to the API
2026-03-29 04:30:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741229>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': 'SUV',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'engine_horse_power': 114,
'expiration_date': '2026-03-30T15:58:00Z',
'fuel_type': 'Petrol',
'id': '60ae13a9-2030-5a20-a4a6-bfdd97730b7e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV24XVN',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741229',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Nissan',
'model': 'Juke',
'odometer': 33461,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 10000,
'price_includes_vat': True,
'registration_date': '2024-06-26',
'seats_number': 5,
'seller_name': None,
'title': 'Nissan Juke 1.0 DIG-T N-connecta - Petrol - Automatic - 114 hp - '
'DV24XVN - 33,461 mi',
'transmission': 'automatic',
'trim': 'N-connecta',
'vin': None,
'year': 2024}
2026-03-29 04:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710741229%27 HTTP/1.1" 200 None
2026-03-29 04:30:19 [adesa.uk] INFO: Saving data for 10741229: {'auction_closing_time': 1774886280.0, 'created_time': 1774636264.094173, 'last_price_update_time': 1774758619.108567}
2026-03-29 04:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741229') HTTP/1.1" 204 0
2026-03-29 04:30:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de1e404b-9637-57d1-87e5-9cf459e97e74 with identifier: 10741230
2026-03-29 04:30:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de1e404b-9637-57d1-87e5-9cf459e97e74 with scrape type 2
2026-03-29 04:30:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de1e404b-9637-57d1-87e5-9cf459e97e74 with scrape type 2
2026-03-29 04:30:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: de1e404b-9637-57d1-87e5-9cf459e97e74, identifier: 10741230
2026-03-29 04:30:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: de1e404b-9637-57d1-87e5-9cf459e97e74 with identifier: 10741230
2026-03-29 04:30:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: de1e404b-9637-57d1-87e5-9cf459e97e74 with identifier: 10741230
2026-03-29 04:30:19 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: de1e404b-9637-57d1-87e5-9cf459e97e74 with identifier: 10741230 to the API
2026-03-29 04:30:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:30:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:30:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741230>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': 'SUV',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'engine_horse_power': 114,
'expiration_date': '2026-03-30T15:58:00Z',
'fuel_type': 'Petrol',
'id': 'de1e404b-9637-57d1-87e5-9cf459e97e74',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DP24FVM',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741230',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Nissan',
'model': 'Juke',
'odometer': 21043,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 10600,
'price_includes_vat': True,
'registration_date': '2024-06-29',
'seats_number': 5,
'seller_name': None,
'title': 'Nissan Juke 1.0 DIG-T N-connecta - Petrol - Automatic - 114 hp - '
'DP24FVM - 21,043 mi',
'transmission': 'automatic',
'trim': 'N-connecta',
'vin': None,
'year': 2024}
2026-03-29 04:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710741230%27 HTTP/1.1" 200 None
2026-03-29 04:30:20 [adesa.uk] INFO: Saving data for 10741230: {'auction_closing_time': 1774886280.0, 'created_time': 1774636264.526724, 'last_price_update_time': 1774758620.52248}
2026-03-29 04:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741230') HTTP/1.1" 204 0
2026-03-29 04:30:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741226> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741227> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741235> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741231> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741232> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741233> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c37e4b32-546e-50c1-bfae-aa975ba522c1 with identifier: 10741226
2026-03-29 04:30:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c37e4b32-546e-50c1-bfae-aa975ba522c1 with scrape type 2
2026-03-29 04:30:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c37e4b32-546e-50c1-bfae-aa975ba522c1 with scrape type 2
2026-03-29 04:30:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: c37e4b32-546e-50c1-bfae-aa975ba522c1, identifier: 10741226
2026-03-29 04:30:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47fa8d70-f81f-5a75-ba32-717b45c7b85c with identifier: 10741227
2026-03-29 04:30:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47fa8d70-f81f-5a75-ba32-717b45c7b85c with scrape type 2
2026-03-29 04:30:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47fa8d70-f81f-5a75-ba32-717b45c7b85c with scrape type 2
2026-03-29 04:30:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 47fa8d70-f81f-5a75-ba32-717b45c7b85c, identifier: 10741227
2026-03-29 04:30:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: c37e4b32-546e-50c1-bfae-aa975ba522c1 with identifier: 10741226
2026-03-29 04:30:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: c37e4b32-546e-50c1-bfae-aa975ba522c1 with identifier: 10741226
2026-03-29 04:30:20 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: c37e4b32-546e-50c1-bfae-aa975ba522c1 with identifier: 10741226 to the API
2026-03-29 04:30:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741226>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': 'SUV',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'engine_horse_power': 114,
'expiration_date': '2026-03-30T15:58:00Z',
'fuel_type': 'Petrol',
'id': 'c37e4b32-546e-50c1-bfae-aa975ba522c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV25HVB',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741226',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Nissan',
'model': 'Juke',
'odometer': 23519,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 12000,
'price_includes_vat': True,
'registration_date': '2025-03-13',
'seats_number': 5,
'seller_name': None,
'title': 'Nissan Juke 1.0 DIG-T N-connecta - Petrol - Automatic - 114 hp - '
'DV25HVB - 23,519 mi',
'transmission': 'automatic',
'trim': 'N-connecta',
'vin': None,
'year': 2025}
2026-03-29 04:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741226%27 HTTP/1.1" 200 None
2026-03-29 04:30:21 [adesa.uk] INFO: Saving data for 10741226: {'auction_closing_time': 1774886280.0, 'created_time': 1774636243.983972, 'last_price_update_time': 1774758621.145662}
2026-03-29 04:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741226') HTTP/1.1" 204 0
2026-03-29 04:30:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 47fa8d70-f81f-5a75-ba32-717b45c7b85c with identifier: 10741227
2026-03-29 04:30:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 47fa8d70-f81f-5a75-ba32-717b45c7b85c with identifier: 10741227
2026-03-29 04:30:21 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 47fa8d70-f81f-5a75-ba32-717b45c7b85c with identifier: 10741227 to the API
2026-03-29 04:30:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741227>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': 'SUV',
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'engine_horse_power': 114,
'expiration_date': '2026-03-30T15:58:00Z',
'fuel_type': 'Petrol',
'id': '47fa8d70-f81f-5a75-ba32-717b45c7b85c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DX25VGO',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741227',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Nissan',
'model': 'Juke',
'odometer': 16904,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 12000,
'price_includes_vat': True,
'registration_date': '2025-03-12',
'seats_number': 5,
'seller_name': None,
'title': 'Nissan Juke 1.0 DIG-T N-connecta - Petrol - Automatic - 114 hp - '
'DX25VGO - 16,904 mi',
'transmission': 'automatic',
'trim': 'N-connecta',
'vin': None,
'year': 2025}
2026-03-29 04:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741227%27 HTTP/1.1" 200 None
2026-03-29 04:30:21 [adesa.uk] INFO: Saving data for 10741227: {'auction_closing_time': 1774886280.0, 'created_time': 1774636244.346789, 'last_price_update_time': 1774758621.442409}
2026-03-29 04:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741227') HTTP/1.1" 204 0
2026-03-29 04:30:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38dea004-faad-5c5e-892b-375bcfa79319 with identifier: 10741235
2026-03-29 04:30:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38dea004-faad-5c5e-892b-375bcfa79319 with scrape type 2
2026-03-29 04:30:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38dea004-faad-5c5e-892b-375bcfa79319 with scrape type 2
2026-03-29 04:30:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 38dea004-faad-5c5e-892b-375bcfa79319, identifier: 10741235
2026-03-29 04:30:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6f4fb1a-db3a-5baa-a90d-10dd3c764740 with identifier: 10741231
2026-03-29 04:30:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6f4fb1a-db3a-5baa-a90d-10dd3c764740 with scrape type 2
2026-03-29 04:30:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6f4fb1a-db3a-5baa-a90d-10dd3c764740 with scrape type 2
2026-03-29 04:30:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: c6f4fb1a-db3a-5baa-a90d-10dd3c764740, identifier: 10741231
2026-03-29 04:30:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 361e17c7-fa62-5d37-885e-1644eec1bf15 with identifier: 10741232
2026-03-29 04:30:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 361e17c7-fa62-5d37-885e-1644eec1bf15 with scrape type 2
2026-03-29 04:30:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 361e17c7-fa62-5d37-885e-1644eec1bf15 with scrape type 2
2026-03-29 04:30:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 361e17c7-fa62-5d37-885e-1644eec1bf15, identifier: 10741232
2026-03-29 04:30:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5011dc77-675a-5085-a4d5-62f008d16a5e with identifier: 10741233
2026-03-29 04:30:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5011dc77-675a-5085-a4d5-62f008d16a5e with scrape type 2
2026-03-29 04:30:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5011dc77-675a-5085-a4d5-62f008d16a5e with scrape type 2
2026-03-29 04:30:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 5011dc77-675a-5085-a4d5-62f008d16a5e, identifier: 10741233
2026-03-29 04:30:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-29 04:30:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 38dea004-faad-5c5e-892b-375bcfa79319 with identifier: 10741235
2026-03-29 04:30:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 38dea004-faad-5c5e-892b-375bcfa79319 with identifier: 10741235
2026-03-29 04:30:21 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 38dea004-faad-5c5e-892b-375bcfa79319 with identifier: 10741235 to the API
2026-03-29 04:30:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:30: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-29 04:30:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741235>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:58:00Z',
'fuel_type': 'Electric',
'id': '38dea004-faad-5c5e-892b-375bcfa79319',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DS72KYJ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741235',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Nissan',
'model': 'Leaf',
'odometer': 8298,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 5300,
'price_includes_vat': True,
'registration_date': '2022-11-29',
'seats_number': 5,
'seller_name': None,
'title': 'Nissan Leaf 40 kWh N-connecta - Electric - Automatic - 150 hp - '
'DS72KYJ - 8,298 mi',
'transmission': 'automatic',
'trim': 'N-connecta',
'vin': None,
'year': 2022}
2026-03-29 04:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710741235%27 HTTP/1.1" 200 None
2026-03-29 04:30:22 [adesa.uk] INFO: Saving data for 10741235: {'auction_closing_time': 1774886280.0, 'created_time': 1774636230.422312, 'last_price_update_time': 1774758622.119955}
2026-03-29 04:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741235') HTTP/1.1" 204 0
2026-03-29 04:30:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: c6f4fb1a-db3a-5baa-a90d-10dd3c764740 with identifier: 10741231
2026-03-29 04:30:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: c6f4fb1a-db3a-5baa-a90d-10dd3c764740 with identifier: 10741231
2026-03-29 04:30:22 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: c6f4fb1a-db3a-5baa-a90d-10dd3c764740 with identifier: 10741231 to the API
2026-03-29 04:30:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741231>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': 'SUV',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'engine_horse_power': 114,
'expiration_date': '2026-03-30T15:58:00Z',
'fuel_type': 'Petrol',
'id': 'c6f4fb1a-db3a-5baa-a90d-10dd3c764740',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV25HVF',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741231',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Nissan',
'model': 'Juke',
'odometer': 25297,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 11700,
'price_includes_vat': True,
'registration_date': '2025-03-13',
'seats_number': 5,
'seller_name': None,
'title': 'Nissan Juke 1.0 DIG-T N-connecta - Petrol - Automatic - 114 hp - '
'DV25HVF - 25,297 mi',
'transmission': 'automatic',
'trim': 'N-connecta',
'vin': None,
'year': 2025}
2026-03-29 04:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741231%27 HTTP/1.1" 200 None
2026-03-29 04:30:23 [adesa.uk] INFO: Saving data for 10741231: {'auction_closing_time': 1774886280.0, 'created_time': 1774636262.895163, 'last_price_update_time': 1774758623.271139}
2026-03-29 04:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741231') HTTP/1.1" 204 0
2026-03-29 04:30:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 361e17c7-fa62-5d37-885e-1644eec1bf15 with identifier: 10741232
2026-03-29 04:30:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 361e17c7-fa62-5d37-885e-1644eec1bf15 with identifier: 10741232
2026-03-29 04:30:23 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 361e17c7-fa62-5d37-885e-1644eec1bf15 with identifier: 10741232 to the API
2026-03-29 04:30:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741232>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'engine_horse_power': 114,
'expiration_date': '2026-03-30T15:58:00Z',
'fuel_type': 'Petrol',
'id': '361e17c7-fa62-5d37-885e-1644eec1bf15',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV25HUJ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741232',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Nissan',
'model': 'Juke',
'odometer': 21849,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 12200,
'price_includes_vat': True,
'registration_date': '2025-03-13',
'seats_number': 5,
'seller_name': None,
'title': 'Nissan Juke 1.0 DIG-T N-connecta - Petrol - Automatic - 114 hp - '
'DV25HUJ - 21,849 mi',
'transmission': 'automatic',
'trim': 'N-connecta',
'vin': None,
'year': 2025}
2026-03-29 04:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741232%27 HTTP/1.1" 200 None
2026-03-29 04:30:23 [adesa.uk] INFO: Saving data for 10741232: {'auction_closing_time': 1774886280.0, 'created_time': 1774636233.084586, 'last_price_update_time': 1774758623.599717}
2026-03-29 04:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741232') HTTP/1.1" 204 0
2026-03-29 04:30:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 5011dc77-675a-5085-a4d5-62f008d16a5e with identifier: 10741233
2026-03-29 04:30:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 5011dc77-675a-5085-a4d5-62f008d16a5e with identifier: 10741233
2026-03-29 04:30:23 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 5011dc77-675a-5085-a4d5-62f008d16a5e with identifier: 10741233 to the API
2026-03-29 04:30:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741233>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:58:00Z',
'fuel_type': 'Electric',
'id': '5011dc77-675a-5085-a4d5-62f008d16a5e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LP72ODH',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741233',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Nissan',
'model': 'Leaf',
'odometer': 22347,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 4500,
'price_includes_vat': True,
'registration_date': '2022-12-27',
'seats_number': 5,
'seller_name': None,
'title': 'Nissan Leaf 40 kWh Acenta - Electric - Automatic - 150 hp - LP72ODH '
'- 22,347 mi',
'transmission': 'automatic',
'trim': 'Acenta',
'vin': None,
'year': 2022}
2026-03-29 04:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741233%27 HTTP/1.1" 200 None
2026-03-29 04:30:23 [adesa.uk] INFO: Saving data for 10741233: {'auction_closing_time': 1774886280.0, 'created_time': 1774636257.058138, 'last_price_update_time': 1774758623.876927}
2026-03-29 04:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741233') HTTP/1.1" 204 0
2026-03-29 04:30:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741236> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d465e2b8-6ac2-5b4b-835d-0307dad1bba8 with identifier: 10741236
2026-03-29 04:30:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d465e2b8-6ac2-5b4b-835d-0307dad1bba8 with scrape type 2
2026-03-29 04:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d465e2b8-6ac2-5b4b-835d-0307dad1bba8 with scrape type 2
2026-03-29 04:30:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: d465e2b8-6ac2-5b4b-835d-0307dad1bba8, identifier: 10741236
2026-03-29 04:30:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: d465e2b8-6ac2-5b4b-835d-0307dad1bba8 with identifier: 10741236
2026-03-29 04:30:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: d465e2b8-6ac2-5b4b-835d-0307dad1bba8 with identifier: 10741236
2026-03-29 04:30:24 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: d465e2b8-6ac2-5b4b-835d-0307dad1bba8 with identifier: 10741236 to the API
2026-03-29 04:30:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741236>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:58:00Z',
'fuel_type': 'Electric',
'id': 'd465e2b8-6ac2-5b4b-835d-0307dad1bba8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DS72LGV',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741236',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Nissan',
'model': 'Leaf',
'odometer': 18488,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 5500,
'price_includes_vat': True,
'registration_date': '2022-11-29',
'seats_number': 5,
'seller_name': None,
'title': 'Nissan Leaf 40 kWh N-connecta - Electric - Automatic - 150 hp - '
'DS72LGV - 18,488 mi',
'transmission': 'automatic',
'trim': 'N-connecta',
'vin': None,
'year': 2022}
2026-03-29 04:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741236%27 HTTP/1.1" 200 None
2026-03-29 04:30:24 [adesa.uk] INFO: Saving data for 10741236: {'auction_closing_time': 1774886280.0, 'created_time': 1774636245.028557, 'last_price_update_time': 1774758624.380728}
2026-03-29 04:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741236') HTTP/1.1" 204 0
2026-03-29 04:30:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741741> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 474e518a-4675-5ac4-8d77-b4e2e21c36b2 with identifier: 10741741
2026-03-29 04:30:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 474e518a-4675-5ac4-8d77-b4e2e21c36b2 with scrape type 2
2026-03-29 04:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 474e518a-4675-5ac4-8d77-b4e2e21c36b2 with scrape type 2
2026-03-29 04:30:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 474e518a-4675-5ac4-8d77-b4e2e21c36b2, identifier: 10741741
2026-03-29 04:30:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 474e518a-4675-5ac4-8d77-b4e2e21c36b2 with identifier: 10741741
2026-03-29 04:30:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 04:30:24 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Brown HTTP/1.1" 200 None
2026-03-29 04:30:24 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 04:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 04:30:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 04:30:25 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Hybride HTTP/1.1" 200 None
2026-03-29 04:30:25 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 04:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 04:30:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 474e518a-4675-5ac4-8d77-b4e2e21c36b2 with identifier: 10741741
2026-03-29 04:30:25 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 474e518a-4675-5ac4-8d77-b4e2e21c36b2 with identifier: 10741741 to the API
2026-03-29 04:30:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:30: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-29 04:30:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741741>
{'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-04-02T14: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=10741741',
'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-29 04:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710741741%27 HTTP/1.1" 200 None
2026-03-29 04:30:25 [adesa.uk] INFO: Saving data for 10741741: {'auction_closing_time': 1775138400.0, 'created_time': 1774636221.886914, 'last_price_update_time': 1774758625.947995}
2026-03-29 04:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741741') HTTP/1.1" 204 0
2026-03-29 04:30:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741743> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741237> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741728> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741220> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741742> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741744> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03a69967-9db9-54b9-a102-64756606adbe with identifier: 10741743
2026-03-29 04:30:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03a69967-9db9-54b9-a102-64756606adbe with scrape type 2
2026-03-29 04:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03a69967-9db9-54b9-a102-64756606adbe with scrape type 2
2026-03-29 04:30:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 03a69967-9db9-54b9-a102-64756606adbe, identifier: 10741743
2026-03-29 04:30:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 03a69967-9db9-54b9-a102-64756606adbe with identifier: 10741743
2026-03-29 04:30:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 03a69967-9db9-54b9-a102-64756606adbe with identifier: 10741743
2026-03-29 04:30:26 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 03a69967-9db9-54b9-a102-64756606adbe with identifier: 10741743 to the API
2026-03-29 04:30:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741743>
{'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-04-02T14: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=10741743',
'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-29 04:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741743%27 HTTP/1.1" 200 None
2026-03-29 04:30:26 [adesa.uk] INFO: Saving data for 10741743: {'auction_closing_time': 1775138400.0, 'created_time': 1774636248.726492, 'last_price_update_time': 1774758626.438369}
2026-03-29 04:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741743') HTTP/1.1" 204 0
2026-03-29 04:30:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51625ecc-aea2-55ba-9aed-592f9ff4588c with identifier: 10741237
2026-03-29 04:30:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51625ecc-aea2-55ba-9aed-592f9ff4588c with scrape type 2
2026-03-29 04:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51625ecc-aea2-55ba-9aed-592f9ff4588c with scrape type 2
2026-03-29 04:30:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 51625ecc-aea2-55ba-9aed-592f9ff4588c, identifier: 10741237
2026-03-29 04:30:26 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 51625ecc-aea2-55ba-9aed-592f9ff4588c with identifier: 10741237
2026-03-29 04:30:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 51625ecc-aea2-55ba-9aed-592f9ff4588c with identifier: 10741237
2026-03-29 04:30:26 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 51625ecc-aea2-55ba-9aed-592f9ff4588c with identifier: 10741237 to the API
2026-03-29 04:30:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741237>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:58:00Z',
'fuel_type': 'Electric',
'id': '51625ecc-aea2-55ba-9aed-592f9ff4588c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DS72LHU',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741237',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Nissan',
'model': 'Leaf',
'odometer': 19457,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 4800,
'price_includes_vat': True,
'registration_date': '2022-11-29',
'seats_number': 5,
'seller_name': None,
'title': 'Nissan Leaf 40 kWh N-connecta - Electric - Automatic - 150 hp - '
'DS72LHU - 19,457 mi',
'transmission': 'automatic',
'trim': 'N-connecta',
'vin': None,
'year': 2022}
2026-03-29 04:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741237%27 HTTP/1.1" 200 None
2026-03-29 04:30:26 [adesa.uk] INFO: Saving data for 10741237: {'auction_closing_time': 1774886280.0, 'created_time': 1774636236.505076, 'last_price_update_time': 1774758626.870331}
2026-03-29 04:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741237') HTTP/1.1" 204 0
2026-03-29 04: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-29 04:30:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1b184b0-983a-5749-9bfb-cfa7e6df61e4 with identifier: 10741728
2026-03-29 04:30:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1b184b0-983a-5749-9bfb-cfa7e6df61e4 with scrape type 2
2026-03-29 04:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1b184b0-983a-5749-9bfb-cfa7e6df61e4 with scrape type 2
2026-03-29 04:30:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: e1b184b0-983a-5749-9bfb-cfa7e6df61e4, identifier: 10741728
2026-03-29 04:30:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc832a5f-46ab-5999-9a7a-a24dc90add07 with identifier: 10741220
2026-03-29 04:30:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc832a5f-46ab-5999-9a7a-a24dc90add07 with scrape type 2
2026-03-29 04:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc832a5f-46ab-5999-9a7a-a24dc90add07 with scrape type 2
2026-03-29 04:30:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: dc832a5f-46ab-5999-9a7a-a24dc90add07, identifier: 10741220
2026-03-29 04:30:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1881a146-c5e4-53ea-90e3-b54f4718210a with identifier: 10741742
2026-03-29 04:30:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1881a146-c5e4-53ea-90e3-b54f4718210a with scrape type 2
2026-03-29 04:30:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1881a146-c5e4-53ea-90e3-b54f4718210a with scrape type 2
2026-03-29 04:30:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 1881a146-c5e4-53ea-90e3-b54f4718210a, identifier: 10741742
2026-03-29 04:30:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3eca24f-fa7a-565a-b9e7-0bdaff758e75 with identifier: 10741744
2026-03-29 04:30:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3eca24f-fa7a-565a-b9e7-0bdaff758e75 with scrape type 2
2026-03-29 04:30:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3eca24f-fa7a-565a-b9e7-0bdaff758e75 with scrape type 2
2026-03-29 04:30:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: f3eca24f-fa7a-565a-b9e7-0bdaff758e75, identifier: 10741744
2026-03-29 04:30:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: e1b184b0-983a-5749-9bfb-cfa7e6df61e4 with identifier: 10741728
2026-03-29 04:30:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: e1b184b0-983a-5749-9bfb-cfa7e6df61e4 with identifier: 10741728
2026-03-29 04:30:27 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: e1b184b0-983a-5749-9bfb-cfa7e6df61e4 with identifier: 10741728 to the API
2026-03-29 04:30:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:30:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:30:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741728>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'engine_horse_power': 95,
'expiration_date': '2026-03-30T15:58:00Z',
'fuel_type': 'Petrol',
'id': 'e1b184b0-983a-5749-9bfb-cfa7e6df61e4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GJ71WPZ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741728',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 91928,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 5700,
'price_includes_vat': True,
'registration_date': '2021-10-18',
'seats_number': 5,
'seller_name': 'Avis Budget UK Ltd',
'title': 'Volkswagen Polo 1.0 TSI Match - Petrol - Automatic - 95 hp - '
'GJ71WPZ - 91,928 mi',
'transmission': 'automatic',
'trim': 'Match',
'vin': None,
'year': 2021}
2026-03-29 04:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710741728%27 HTTP/1.1" 200 None
2026-03-29 04:30:28 [adesa.uk] INFO: Saving data for 10741728: {'auction_closing_time': 1774886280.0, 'created_time': 1774636236.062143, 'last_price_update_time': 1774758628.501752}
2026-03-29 04:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741728') HTTP/1.1" 204 0
2026-03-29 04:30:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: dc832a5f-46ab-5999-9a7a-a24dc90add07 with identifier: 10741220
2026-03-29 04:30:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: dc832a5f-46ab-5999-9a7a-a24dc90add07 with identifier: 10741220
2026-03-29 04:30:28 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: dc832a5f-46ab-5999-9a7a-a24dc90add07 with identifier: 10741220 to the API
2026-03-29 04:30:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:30:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:30:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741220>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Compact',
'color': 'Black',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': None,
'engine': '1.0L',
'engine_horse_power': 69,
'expiration_date': '2026-03-30T15:58:00Z',
'fuel_type': 'Petrol',
'id': 'dc832a5f-46ab-5999-9a7a-a24dc90add07',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YW72CWG',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741220',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Fiat',
'model': '500',
'odometer': 43663,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 5000,
'price_includes_vat': True,
'registration_date': '2023-01-31',
'seats_number': 4,
'seller_name': None,
'title': 'Fiat 500 1.0 Dolcevita - Petrol - Manual - 69 hp - YW72CWG - 43,663 '
'mi',
'transmission': 'manual',
'trim': 'Dolcevita',
'vin': None,
'year': 2023}
2026-03-29 04:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710741220%27 HTTP/1.1" 200 None
2026-03-29 04:30:28 [adesa.uk] INFO: Saving data for 10741220: {'auction_closing_time': 1774886280.0, 'created_time': 1774636266.346501, 'last_price_update_time': 1774758628.812329}
2026-03-29 04:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741220') HTTP/1.1" 204 0
2026-03-29 04:30:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 1881a146-c5e4-53ea-90e3-b54f4718210a with identifier: 10741742
2026-03-29 04:30:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 1881a146-c5e4-53ea-90e3-b54f4718210a with identifier: 10741742
2026-03-29 04:30:28 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 1881a146-c5e4-53ea-90e3-b54f4718210a with identifier: 10741742 to the API
2026-03-29 04:30:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:30: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-29 04:30:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741742>
{'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-04-02T14: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=10741742',
'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-29 04:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710741742%27 HTTP/1.1" 200 None
2026-03-29 04:30:29 [adesa.uk] INFO: Saving data for 10741742: {'auction_closing_time': 1775138400.0, 'created_time': 1774636238.033778, 'last_price_update_time': 1774758629.142188}
2026-03-29 04:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741742') HTTP/1.1" 204 0
2026-03-29 04:30:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: f3eca24f-fa7a-565a-b9e7-0bdaff758e75 with identifier: 10741744
2026-03-29 04:30:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 04:30:29 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Orange HTTP/1.1" 200 None
2026-03-29 04:30:29 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 04:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 04:30:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: f3eca24f-fa7a-565a-b9e7-0bdaff758e75 with identifier: 10741744
2026-03-29 04:30:29 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: f3eca24f-fa7a-565a-b9e7-0bdaff758e75 with identifier: 10741744 to the API
2026-03-29 04:30:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:30: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-29 04:30:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741744>
{'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-04-02T14: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=10741744',
'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-29 04:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710741744%27 HTTP/1.1" 200 None
2026-03-29 04:30:29 [adesa.uk] INFO: Saving data for 10741744: {'auction_closing_time': 1775138400.0, 'created_time': 1774636223.013839, 'last_price_update_time': 1774758629.572474}
2026-03-29 04:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741744') HTTP/1.1" 204 0
2026-03-29 04:30:29 [adesa.uk] INFO: Found listing with ID: 10732865
2026-03-29 04:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710732865%27 HTTP/1.1" 200 None
2026-03-29 04:30:29 [adesa.uk] INFO: Scrape type for 10732865: 2
2026-03-29 04:30:29 [adesa.uk] INFO: Scraping item 10732865 url https://www.openlane.eu/en/carv6/auction/10732865
2026-03-29 04:30:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741727> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741730> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741723> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741726> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741725> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:29 [adesa.uk] INFO: Found listing with ID: 10737248
2026-03-29 04:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710737248%27 HTTP/1.1" 200 None
2026-03-29 04:30:29 [adesa.uk] INFO: Scrape type for 10737248: 0
2026-03-29 04:30:29 [adesa.uk] INFO: Skipping item 10737248 url https://www.openlane.eu/en/carv6/auction/10737248
2026-03-29 04:30:29 [adesa.uk] INFO: Found listing with ID: 10732866
2026-03-29 04:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710732866%27 HTTP/1.1" 200 None
2026-03-29 04:30:29 [adesa.uk] INFO: Scrape type for 10732866: 2
2026-03-29 04:30:29 [adesa.uk] INFO: Scraping item 10732866 url https://www.openlane.eu/en/carv6/auction/10732866
2026-03-29 04:30:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741729> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:29 [adesa.uk] INFO: Found listing with ID: 10732867
2026-03-29 04:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710732867%27 HTTP/1.1" 200 None
2026-03-29 04:30:29 [adesa.uk] INFO: Scrape type for 10732867: 0
2026-03-29 04:30:29 [adesa.uk] INFO: Skipping item 10732867 url https://www.openlane.eu/en/carv6/auction/10732867
2026-03-29 04:30:29 [adesa.uk] INFO: Found listing with ID: 10737219
2026-03-29 04:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710737219%27 HTTP/1.1" 200 None
2026-03-29 04:30:29 [adesa.uk] INFO: Scrape type for 10737219: 0
2026-03-29 04:30:29 [adesa.uk] INFO: Skipping item 10737219 url https://www.openlane.eu/en/carv6/auction/10737219
2026-03-29 04:30:29 [adesa.uk] INFO: Found listing with ID: 10732871
2026-03-29 04:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710732871%27 HTTP/1.1" 200 None
2026-03-29 04:30:29 [adesa.uk] INFO: Scrape type for 10732871: 2
2026-03-29 04:30:29 [adesa.uk] INFO: Scraping item 10732871 url https://www.openlane.eu/en/carv6/auction/10732871
2026-03-29 04:30:29 [adesa.uk] INFO: Found listing with ID: 10732869
2026-03-29 04:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710732869%27 HTTP/1.1" 200 None
2026-03-29 04:30:29 [adesa.uk] INFO: Scrape type for 10732869: 2
2026-03-29 04:30:29 [adesa.uk] INFO: Scraping item 10732869 url https://www.openlane.eu/en/carv6/auction/10732869
2026-03-29 04:30:29 [adesa.uk] INFO: Found listing with ID: 10732870
2026-03-29 04:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710732870%27 HTTP/1.1" 200 None
2026-03-29 04:30:29 [adesa.uk] INFO: Scrape type for 10732870: 2
2026-03-29 04:30:29 [adesa.uk] INFO: Scraping item 10732870 url https://www.openlane.eu/en/carv6/auction/10732870
2026-03-29 04:30:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c48213e7-0c18-5728-886d-4ceab1ebf291 with identifier: 10741727
2026-03-29 04:30:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c48213e7-0c18-5728-886d-4ceab1ebf291 with scrape type 2
2026-03-29 04:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c48213e7-0c18-5728-886d-4ceab1ebf291 with scrape type 2
2026-03-29 04:30:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: c48213e7-0c18-5728-886d-4ceab1ebf291, identifier: 10741727
2026-03-29 04:30:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14d6edfe-7ab0-5e22-a3a1-71605eddc951 with identifier: 10741730
2026-03-29 04:30:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14d6edfe-7ab0-5e22-a3a1-71605eddc951 with scrape type 2
2026-03-29 04:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14d6edfe-7ab0-5e22-a3a1-71605eddc951 with scrape type 2
2026-03-29 04:30:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 14d6edfe-7ab0-5e22-a3a1-71605eddc951, identifier: 10741730
2026-03-29 04:30:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2495afa5-f234-5834-b1a5-33d7ccd409cf with identifier: 10741723
2026-03-29 04:30:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2495afa5-f234-5834-b1a5-33d7ccd409cf with scrape type 2
2026-03-29 04:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2495afa5-f234-5834-b1a5-33d7ccd409cf with scrape type 2
2026-03-29 04:30:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 2495afa5-f234-5834-b1a5-33d7ccd409cf, identifier: 10741723
2026-03-29 04:30:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63682327-ddbc-58bc-b92e-a44d6230b18d with identifier: 10741726
2026-03-29 04:30:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63682327-ddbc-58bc-b92e-a44d6230b18d with scrape type 2
2026-03-29 04:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63682327-ddbc-58bc-b92e-a44d6230b18d with scrape type 2
2026-03-29 04:30:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 63682327-ddbc-58bc-b92e-a44d6230b18d, identifier: 10741726
2026-03-29 04:30:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa67f081-f682-56fc-a86c-43599a3a9dd0 with identifier: 10741725
2026-03-29 04:30:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa67f081-f682-56fc-a86c-43599a3a9dd0 with scrape type 2
2026-03-29 04:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa67f081-f682-56fc-a86c-43599a3a9dd0 with scrape type 2
2026-03-29 04:30:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: fa67f081-f682-56fc-a86c-43599a3a9dd0, identifier: 10741725
2026-03-29 04:30:30 [adesa.uk] INFO: Found listing with ID: 10732868
2026-03-29 04:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732868%27 HTTP/1.1" 200 None
2026-03-29 04:30:30 [adesa.uk] INFO: Scrape type for 10732868: 2
2026-03-29 04:30:30 [adesa.uk] INFO: Scraping item 10732868 url https://www.openlane.eu/en/carv6/auction/10732868
2026-03-29 04:30:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: c48213e7-0c18-5728-886d-4ceab1ebf291 with identifier: 10741727
2026-03-29 04:30:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: c48213e7-0c18-5728-886d-4ceab1ebf291 with identifier: 10741727
2026-03-29 04:30:30 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: c48213e7-0c18-5728-886d-4ceab1ebf291 with identifier: 10741727 to the API
2026-03-29 04:30:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741727>
{'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-30T15:58:00Z',
'fuel_type': 'Petrol',
'id': 'c48213e7-0c18-5728-886d-4ceab1ebf291',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DT21NVN',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741727',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 81196,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 2300,
'price_includes_vat': True,
'registration_date': '2021-07-27',
'seats_number': 5,
'seller_name': 'Avis Budget UK Ltd',
'title': 'Vauxhall Corsa 1.2 Turbo SE Premium - Petrol - Automatic - 101 hp - '
'DT21NVN - 81,196 mi',
'transmission': 'automatic',
'trim': 'SE Premium',
'vin': None,
'year': 2021}
2026-03-29 04:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710741727%27 HTTP/1.1" 200 None
2026-03-29 04:30:31 [adesa.uk] INFO: Saving data for 10741727: {'auction_closing_time': 1774886280.0, 'created_time': 1774636289.989728, 'last_price_update_time': 1774758631.443459}
2026-03-29 04:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741727') HTTP/1.1" 204 0
2026-03-29 04:30:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 14d6edfe-7ab0-5e22-a3a1-71605eddc951 with identifier: 10741730
2026-03-29 04:30:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 14d6edfe-7ab0-5e22-a3a1-71605eddc951 with identifier: 10741730
2026-03-29 04:30:31 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 14d6edfe-7ab0-5e22-a3a1-71605eddc951 with identifier: 10741730 to the API
2026-03-29 04:30:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741730>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 75,
'expiration_date': '2026-03-30T15:58:00Z',
'fuel_type': 'Petrol',
'id': '14d6edfe-7ab0-5e22-a3a1-71605eddc951',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DS22JJX',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741730',
'listing': 'auction',
'location': 'Saltash',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 71756,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 3500,
'price_includes_vat': True,
'registration_date': '2022-05-30',
'seats_number': 5,
'seller_name': 'Avis Budget UK Ltd',
'title': 'Vauxhall Corsa 1.2 SE Edition - Petrol - Manual - 75 hp - DS22JJX - '
'71,756 mi',
'transmission': 'manual',
'trim': 'SE Edition',
'vin': None,
'year': 2022}
2026-03-29 04:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710741730%27 HTTP/1.1" 200 None
2026-03-29 04:30:31 [adesa.uk] INFO: Saving data for 10741730: {'auction_closing_time': 1774886280.0, 'created_time': 1774636291.661512, 'last_price_update_time': 1774758631.905779}
2026-03-29 04:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741730') HTTP/1.1" 204 0
2026-03-29 04:30:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 2495afa5-f234-5834-b1a5-33d7ccd409cf with identifier: 10741723
2026-03-29 04:30:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 2495afa5-f234-5834-b1a5-33d7ccd409cf with identifier: 10741723
2026-03-29 04:30:32 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 2495afa5-f234-5834-b1a5-33d7ccd409cf with identifier: 10741723 to the API
2026-03-29 04:30:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741723>
{'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': 75,
'expiration_date': '2026-03-30T15:58:00Z',
'fuel_type': 'Petrol',
'id': '2495afa5-f234-5834-b1a5-33d7ccd409cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DS22HWW',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741723',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 69739,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 2900,
'price_includes_vat': True,
'registration_date': '2022-05-30',
'seats_number': 5,
'seller_name': 'Avis Budget UK Ltd',
'title': 'Vauxhall Corsa 1.2 SE Edition - Petrol - Manual - 75 hp - DS22HWW - '
'69,739 mi',
'transmission': 'manual',
'trim': 'SE Edition',
'vin': None,
'year': 2022}
2026-03-29 04:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741723%27 HTTP/1.1" 200 None
2026-03-29 04:30:32 [adesa.uk] INFO: Saving data for 10741723: {'auction_closing_time': 1774886280.0, 'created_time': 1774636290.727077, 'last_price_update_time': 1774758632.208222}
2026-03-29 04:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741723') HTTP/1.1" 204 0
2026-03-29 04:30:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 63682327-ddbc-58bc-b92e-a44d6230b18d with identifier: 10741726
2026-03-29 04:30:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 63682327-ddbc-58bc-b92e-a44d6230b18d with identifier: 10741726
2026-03-29 04:30:32 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 63682327-ddbc-58bc-b92e-a44d6230b18d with identifier: 10741726 to the API
2026-03-29 04:30:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741726>
{'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': 75,
'expiration_date': '2026-03-30T15:58:00Z',
'fuel_type': 'Petrol',
'id': '63682327-ddbc-58bc-b92e-a44d6230b18d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DN22ESO',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741726',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 49668,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 3500,
'price_includes_vat': True,
'registration_date': '2022-05-30',
'seats_number': 5,
'seller_name': 'Avis Budget UK Ltd',
'title': 'Vauxhall Corsa 1.2 SE Edition - Petrol - Manual - 75 hp - DN22ESO - '
'49,668 mi',
'transmission': 'manual',
'trim': 'SE Edition',
'vin': None,
'year': 2022}
2026-03-29 04:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741726%27 HTTP/1.1" 200 None
2026-03-29 04:30:32 [adesa.uk] INFO: Saving data for 10741726: {'auction_closing_time': 1774886280.0, 'created_time': 1774636286.981705, 'last_price_update_time': 1774758632.503772}
2026-03-29 04:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741726') HTTP/1.1" 204 0
2026-03-29 04:30:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: fa67f081-f682-56fc-a86c-43599a3a9dd0 with identifier: 10741725
2026-03-29 04:30:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: fa67f081-f682-56fc-a86c-43599a3a9dd0 with identifier: 10741725
2026-03-29 04:30:32 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: fa67f081-f682-56fc-a86c-43599a3a9dd0 with identifier: 10741725 to the API
2026-03-29 04:30:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741725>
{'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': 75,
'expiration_date': '2026-03-30T15:58:00Z',
'fuel_type': 'Petrol',
'id': 'fa67f081-f682-56fc-a86c-43599a3a9dd0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DS22HWT',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741725',
'listing': 'auction',
'location': 'Saltash',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 68585,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 3600,
'price_includes_vat': True,
'registration_date': '2022-05-30',
'seats_number': 5,
'seller_name': 'Avis Budget UK Ltd',
'title': 'Vauxhall Corsa 1.2 SE Edition - Petrol - Manual - 75 hp - DS22HWT - '
'68,585 mi',
'transmission': 'manual',
'trim': 'SE Edition',
'vin': None,
'year': 2022}
2026-03-29 04:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741725%27 HTTP/1.1" 200 None
2026-03-29 04:30:32 [adesa.uk] INFO: Saving data for 10741725: {'auction_closing_time': 1774886280.0, 'created_time': 1774636290.350103, 'last_price_update_time': 1774758632.814023}
2026-03-29 04:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741725') HTTP/1.1" 204 0
2026-03-29 04:30:32 [adesa.uk] INFO: Found listing with ID: 10732872
2026-03-29 04:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732872%27 HTTP/1.1" 200 None
2026-03-29 04:30:32 [adesa.uk] INFO: Scrape type for 10732872: 2
2026-03-29 04:30:32 [adesa.uk] INFO: Scraping item 10732872 url https://www.openlane.eu/en/carv6/auction/10732872
2026-03-29 04:30:32 [adesa.uk] INFO: Found listing with ID: 10732874
2026-03-29 04:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732874%27 HTTP/1.1" 200 None
2026-03-29 04:30:32 [adesa.uk] INFO: Scrape type for 10732874: 2
2026-03-29 04:30:32 [adesa.uk] INFO: Scraping item 10732874 url https://www.openlane.eu/en/carv6/auction/10732874
2026-03-29 04:30:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0df062bd-15c5-5f5f-ad53-8bb30a637031 with identifier: 10741729
2026-03-29 04:30:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0df062bd-15c5-5f5f-ad53-8bb30a637031 with scrape type 2
2026-03-29 04:30:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0df062bd-15c5-5f5f-ad53-8bb30a637031 with scrape type 2
2026-03-29 04:30:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 0df062bd-15c5-5f5f-ad53-8bb30a637031, identifier: 10741729
2026-03-29 04:30:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 0df062bd-15c5-5f5f-ad53-8bb30a637031 with identifier: 10741729
2026-03-29 04:30:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 0df062bd-15c5-5f5f-ad53-8bb30a637031 with identifier: 10741729
2026-03-29 04:30:33 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 0df062bd-15c5-5f5f-ad53-8bb30a637031 with identifier: 10741729 to the API
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741729>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'engine_horse_power': 95,
'expiration_date': '2026-03-30T15:58:00Z',
'fuel_type': 'Petrol',
'id': '0df062bd-15c5-5f5f-ad53-8bb30a637031',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GF71AGZ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741729',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 72176,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 6100,
'price_includes_vat': True,
'registration_date': '2021-10-19',
'seats_number': 5,
'seller_name': 'Avis Budget UK Ltd',
'title': 'Volkswagen Polo 1.0 TSI Match - Petrol - Automatic - 95 hp - '
'GF71AGZ - 72,176 mi',
'transmission': 'automatic',
'trim': 'Match',
'vin': None,
'year': 2021}
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741729%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Saving data for 10741729: {'auction_closing_time': 1774886280.0, 'created_time': 1774636234.339364, 'last_price_update_time': 1774758633.239284}
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741729') HTTP/1.1" 204 0
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10732879
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732879%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10732879: 2
2026-03-29 04:30:33 [adesa.uk] INFO: Scraping item 10732879 url https://www.openlane.eu/en/carv6/auction/10732879
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10737236
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737236%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10737236: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10737236 url https://www.openlane.eu/en/carv6/auction/10737236
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10737216
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737216%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10737216: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10737216 url https://www.openlane.eu/en/carv6/auction/10737216
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10732877
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732877%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10732877: 2
2026-03-29 04:30:33 [adesa.uk] INFO: Scraping item 10732877 url https://www.openlane.eu/en/carv6/auction/10732877
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10732875
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732875%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10732875: 2
2026-03-29 04:30:33 [adesa.uk] INFO: Scraping item 10732875 url https://www.openlane.eu/en/carv6/auction/10732875
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10737218
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737218%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10737218: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10737218 url https://www.openlane.eu/en/carv6/auction/10737218
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10737221
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737221%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10737221: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10737221 url https://www.openlane.eu/en/carv6/auction/10737221
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10737250
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737250%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10737250: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10737250 url https://www.openlane.eu/en/carv6/auction/10737250
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10732878
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732878%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10732878: 2
2026-03-29 04:30:33 [adesa.uk] INFO: Scraping item 10732878 url https://www.openlane.eu/en/carv6/auction/10732878
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10732876
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732876%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10732876: 2
2026-03-29 04:30:33 [adesa.uk] INFO: Scraping item 10732876 url https://www.openlane.eu/en/carv6/auction/10732876
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10737222
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737222%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10737222: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10737222 url https://www.openlane.eu/en/carv6/auction/10737222
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10737235
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737235%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10737235: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10737235 url https://www.openlane.eu/en/carv6/auction/10737235
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10737234
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737234%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10737234: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10737234 url https://www.openlane.eu/en/carv6/auction/10737234
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10737237
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737237%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10737237: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10737237 url https://www.openlane.eu/en/carv6/auction/10737237
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10737224
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737224%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10737224: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10737224 url https://www.openlane.eu/en/carv6/auction/10737224
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10737220
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737220%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10737220: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10737220 url https://www.openlane.eu/en/carv6/auction/10737220
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10737223
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737223%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10737223: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10737223 url https://www.openlane.eu/en/carv6/auction/10737223
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10737242
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737242%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10737242: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10737242 url https://www.openlane.eu/en/carv6/auction/10737242
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10732880
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732880%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10732880: 2
2026-03-29 04:30:33 [adesa.uk] INFO: Scraping item 10732880 url https://www.openlane.eu/en/carv6/auction/10732880
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10732881
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732881%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10732881: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10732881 url https://www.openlane.eu/en/carv6/auction/10732881
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10737239
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737239%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10737239: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10737239 url https://www.openlane.eu/en/carv6/auction/10737239
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10737240
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737240%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10737240: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10737240 url https://www.openlane.eu/en/carv6/auction/10737240
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10737241
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737241%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10737241: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10737241 url https://www.openlane.eu/en/carv6/auction/10737241
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10737238
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710737238%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10737238: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10737238 url https://www.openlane.eu/en/carv6/auction/10737238
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10730216
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730216%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10730216: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10730216 url https://www.openlane.eu/en/carv6/auction/10730216
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10736505
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710736505%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10736505: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10736505 url https://www.openlane.eu/en/carv6/auction/10736505
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10738952
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710738952%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10738952: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10738952 url https://www.openlane.eu/en/carv6/auction/10738952
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10738951
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710738951%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10738951: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10738951 url https://www.openlane.eu/en/carv6/auction/10738951
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10738953
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710738953%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10738953: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10738953 url https://www.openlane.eu/en/carv6/auction/10738953
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10730215
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730215%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10730215: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10730215 url https://www.openlane.eu/en/carv6/auction/10730215
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10734595
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710734595%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10734595: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10734595 url https://www.openlane.eu/en/carv6/auction/10734595
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10730218
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730218%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10730218: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10730218 url https://www.openlane.eu/en/carv6/auction/10730218
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10730264
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730264%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10730264: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10730264 url https://www.openlane.eu/en/carv6/auction/10730264
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10730259
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730259%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10730259: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10730259 url https://www.openlane.eu/en/carv6/auction/10730259
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10730257
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730257%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10730257: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10730257 url https://www.openlane.eu/en/carv6/auction/10730257
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10730258
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730258%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10730258: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10730258 url https://www.openlane.eu/en/carv6/auction/10730258
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10730268
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730268%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10730268: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10730268 url https://www.openlane.eu/en/carv6/auction/10730268
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10730242
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730242%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10730242: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10730242 url https://www.openlane.eu/en/carv6/auction/10730242
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10730239
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730239%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10730239: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10730239 url https://www.openlane.eu/en/carv6/auction/10730239
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10730272
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730272%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10730272: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10730272 url https://www.openlane.eu/en/carv6/auction/10730272
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10730255
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730255%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10730255: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10730255 url https://www.openlane.eu/en/carv6/auction/10730255
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10730263
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730263%27 HTTP/1.1" 200 None
2026-03-29 04:30:33 [adesa.uk] INFO: Scrape type for 10730263: 0
2026-03-29 04:30:33 [adesa.uk] INFO: Skipping item 10730263 url https://www.openlane.eu/en/carv6/auction/10730263
2026-03-29 04:30:33 [adesa.uk] INFO: Found listing with ID: 10730252
2026-03-29 04:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730252%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10730252: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10730252 url https://www.openlane.eu/en/carv6/auction/10730252
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10730254
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730254%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10730254: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10730254 url https://www.openlane.eu/en/carv6/auction/10730254
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10730224
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730224%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10730224: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10730224 url https://www.openlane.eu/en/carv6/auction/10730224
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10730237
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730237%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10730237: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10730237 url https://www.openlane.eu/en/carv6/auction/10730237
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10730222
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730222%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10730222: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10730222 url https://www.openlane.eu/en/carv6/auction/10730222
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10736510
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710736510%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10736510: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10736510 url https://www.openlane.eu/en/carv6/auction/10736510
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10736513
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710736513%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10736513: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10736513 url https://www.openlane.eu/en/carv6/auction/10736513
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10736508
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710736508%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10736508: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10736508 url https://www.openlane.eu/en/carv6/auction/10736508
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10736506
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710736506%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10736506: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10736506 url https://www.openlane.eu/en/carv6/auction/10736506
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10730212
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730212%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10730212: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10730212 url https://www.openlane.eu/en/carv6/auction/10730212
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10736503
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710736503%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10736503: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10736503 url https://www.openlane.eu/en/carv6/auction/10736503
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10736507
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710736507%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10736507: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10736507 url https://www.openlane.eu/en/carv6/auction/10736507
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10730226
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730226%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10730226: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10730226 url https://www.openlane.eu/en/carv6/auction/10730226
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10736512
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710736512%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10736512: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10736512 url https://www.openlane.eu/en/carv6/auction/10736512
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10736511
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710736511%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10736511: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10736511 url https://www.openlane.eu/en/carv6/auction/10736511
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10730210
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730210%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10730210: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10730210 url https://www.openlane.eu/en/carv6/auction/10730210
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10730211
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730211%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10730211: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10730211 url https://www.openlane.eu/en/carv6/auction/10730211
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10738954
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710738954%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10738954: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10738954 url https://www.openlane.eu/en/carv6/auction/10738954
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10736514
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710736514%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10736514: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10736514 url https://www.openlane.eu/en/carv6/auction/10736514
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10730283
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730283%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10730283: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10730283 url https://www.openlane.eu/en/carv6/auction/10730283
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10730240
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730240%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10730240: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10730240 url https://www.openlane.eu/en/carv6/auction/10730240
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10730235
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730235%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10730235: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10730235 url https://www.openlane.eu/en/carv6/auction/10730235
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10730245
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730245%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10730245: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10730245 url https://www.openlane.eu/en/carv6/auction/10730245
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10730260
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730260%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10730260: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10730260 url https://www.openlane.eu/en/carv6/auction/10730260
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10730265
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730265%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10730265: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10730265 url https://www.openlane.eu/en/carv6/auction/10730265
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10741852
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741852%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10741852: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10741852 url https://www.openlane.eu/en/carv6/auction/10741852
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10730234
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730234%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10730234: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10730234 url https://www.openlane.eu/en/carv6/auction/10730234
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10730262
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730262%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10730262: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10730262 url https://www.openlane.eu/en/carv6/auction/10730262
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10730232
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730232%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10730232: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10730232 url https://www.openlane.eu/en/carv6/auction/10730232
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10730269
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730269%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10730269: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10730269 url https://www.openlane.eu/en/carv6/auction/10730269
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10730225
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730225%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10730225: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10730225 url https://www.openlane.eu/en/carv6/auction/10730225
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10730270
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730270%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10730270: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10730270 url https://www.openlane.eu/en/carv6/auction/10730270
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10730213
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730213%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10730213: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10730213 url https://www.openlane.eu/en/carv6/auction/10730213
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10730271
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730271%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10730271: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10730271 url https://www.openlane.eu/en/carv6/auction/10730271
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10730253
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730253%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10730253: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10730253 url https://www.openlane.eu/en/carv6/auction/10730253
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10730261
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730261%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10730261: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10730261 url https://www.openlane.eu/en/carv6/auction/10730261
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10730231
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730231%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10730231: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10730231 url https://www.openlane.eu/en/carv6/auction/10730231
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10730227
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730227%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10730227: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10730227 url https://www.openlane.eu/en/carv6/auction/10730227
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10730217
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730217%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10730217: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10730217 url https://www.openlane.eu/en/carv6/auction/10730217
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10730267
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730267%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10730267: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10730267 url https://www.openlane.eu/en/carv6/auction/10730267
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10730229
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730229%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10730229: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10730229 url https://www.openlane.eu/en/carv6/auction/10730229
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10730233
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730233%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10730233: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10730233 url https://www.openlane.eu/en/carv6/auction/10730233
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10730266
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730266%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10730266: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10730266 url https://www.openlane.eu/en/carv6/auction/10730266
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10730236
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730236%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10730236: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10730236 url https://www.openlane.eu/en/carv6/auction/10730236
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10736499
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710736499%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10736499: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10736499 url https://www.openlane.eu/en/carv6/auction/10736499
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10741740
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741740%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10741740: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10741740 url https://www.openlane.eu/en/carv6/auction/10741740
2026-03-29 04:30:34 [adesa.uk] INFO: Found listing with ID: 10736502
2026-03-29 04:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710736502%27 HTTP/1.1" 200 None
2026-03-29 04:30:34 [adesa.uk] INFO: Scrape type for 10736502: 0
2026-03-29 04:30:34 [adesa.uk] INFO: Skipping item 10736502 url https://www.openlane.eu/en/carv6/auction/10736502
2026-03-29 04:30:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741715> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741714> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741718> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741716> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741216> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84f06dc8-ac0b-5b02-b9af-14743de4048b with identifier: 10741715
2026-03-29 04:30:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84f06dc8-ac0b-5b02-b9af-14743de4048b with scrape type 2
2026-03-29 04:30:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84f06dc8-ac0b-5b02-b9af-14743de4048b with scrape type 2
2026-03-29 04:30:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 84f06dc8-ac0b-5b02-b9af-14743de4048b, identifier: 10741715
2026-03-29 04:30:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3912c930-67e8-549a-80af-64c40ef97716 with identifier: 10741714
2026-03-29 04:30:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3912c930-67e8-549a-80af-64c40ef97716 with scrape type 2
2026-03-29 04:30:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3912c930-67e8-549a-80af-64c40ef97716 with scrape type 2
2026-03-29 04:30:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 3912c930-67e8-549a-80af-64c40ef97716, identifier: 10741714
2026-03-29 04:30:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c270cd41-ee10-5490-8d3b-641da368c2c8 with identifier: 10741718
2026-03-29 04:30:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c270cd41-ee10-5490-8d3b-641da368c2c8 with scrape type 2
2026-03-29 04:30:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c270cd41-ee10-5490-8d3b-641da368c2c8 with scrape type 2
2026-03-29 04:30:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: c270cd41-ee10-5490-8d3b-641da368c2c8, identifier: 10741718
2026-03-29 04:30:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58f6ae38-3a52-5e53-b1f6-51227ffca71f with identifier: 10741716
2026-03-29 04:30:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58f6ae38-3a52-5e53-b1f6-51227ffca71f with scrape type 2
2026-03-29 04:30:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58f6ae38-3a52-5e53-b1f6-51227ffca71f with scrape type 2
2026-03-29 04:30:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 58f6ae38-3a52-5e53-b1f6-51227ffca71f, identifier: 10741716
2026-03-29 04:30:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 84f06dc8-ac0b-5b02-b9af-14743de4048b with identifier: 10741715
2026-03-29 04:30:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 84f06dc8-ac0b-5b02-b9af-14743de4048b with identifier: 10741715
2026-03-29 04:30:35 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 84f06dc8-ac0b-5b02-b9af-14743de4048b with identifier: 10741715 to the API
2026-03-29 04:30:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741715>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-30T15:58:00Z',
'fuel_type': 'Electric',
'id': '84f06dc8-ac0b-5b02-b9af-14743de4048b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DY71VRP',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741715',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 36430,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 3500,
'price_includes_vat': True,
'registration_date': '2021-12-24',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Corsa-e SRi Premium - Electric - Automatic - 136 hp - '
'DY71VRP - 36,430 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2021}
2026-03-29 04:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741715%27 HTTP/1.1" 200 None
2026-03-29 04:30:35 [adesa.uk] INFO: Saving data for 10741715: {'auction_closing_time': 1774886280.0, 'created_time': 1774636285.537415, 'last_price_update_time': 1774758635.794079}
2026-03-29 04:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741715') HTTP/1.1" 204 0
2026-03-29 04:30:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 3912c930-67e8-549a-80af-64c40ef97716 with identifier: 10741714
2026-03-29 04:30:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 3912c930-67e8-549a-80af-64c40ef97716 with identifier: 10741714
2026-03-29 04:30:35 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 3912c930-67e8-549a-80af-64c40ef97716 with identifier: 10741714 to the API
2026-03-29 04:30:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741714>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-30T15:58:00Z',
'fuel_type': 'Electric',
'id': '3912c930-67e8-549a-80af-64c40ef97716',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DY71VOU',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741714',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 31853,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 3600,
'price_includes_vat': True,
'registration_date': '2021-09-28',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Corsa-e 46 kWh - Electric - Automatic - 136 hp - DY71VOU - '
'31,853 mi',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2021}
2026-03-29 04:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710741714%27 HTTP/1.1" 200 None
2026-03-29 04:30:36 [adesa.uk] INFO: Saving data for 10741714: {'auction_closing_time': 1774886280.0, 'created_time': 1774636284.350037, 'last_price_update_time': 1774758636.163009}
2026-03-29 04:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741714') HTTP/1.1" 204 0
2026-03-29 04:30:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: c270cd41-ee10-5490-8d3b-641da368c2c8 with identifier: 10741718
2026-03-29 04:30:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: c270cd41-ee10-5490-8d3b-641da368c2c8 with identifier: 10741718
2026-03-29 04:30:36 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: c270cd41-ee10-5490-8d3b-641da368c2c8 with identifier: 10741718 to the API
2026-03-29 04:30:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741718>
{'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-30T15:58:00Z',
'fuel_type': 'Electric',
'id': 'c270cd41-ee10-5490-8d3b-641da368c2c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DS72JXX',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741718',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 19821,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 5900,
'price_includes_vat': True,
'registration_date': '2022-11-29',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Corsa-e 46 kWh Anniversary Edition - Electric - Automatic '
'- 136 hp - DS72JXX - 19,821 mi',
'transmission': 'automatic',
'trim': 'Anniversary Edition',
'vin': None,
'year': 2022}
2026-03-29 04:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710741718%27 HTTP/1.1" 200 None
2026-03-29 04:30:36 [adesa.uk] INFO: Saving data for 10741718: {'auction_closing_time': 1774886280.0, 'created_time': 1774636282.680161, 'last_price_update_time': 1774758636.4341}
2026-03-29 04:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741718') HTTP/1.1" 204 0
2026-03-29 04:30:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 58f6ae38-3a52-5e53-b1f6-51227ffca71f with identifier: 10741716
2026-03-29 04:30:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 58f6ae38-3a52-5e53-b1f6-51227ffca71f with identifier: 10741716
2026-03-29 04:30:36 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 58f6ae38-3a52-5e53-b1f6-51227ffca71f with identifier: 10741716 to the API
2026-03-29 04:30:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741716>
{'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-30T15:58:00Z',
'fuel_type': 'Electric',
'id': '58f6ae38-3a52-5e53-b1f6-51227ffca71f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DN71XEY',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741716',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 30241,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 4000,
'price_includes_vat': True,
'registration_date': '2021-12-29',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Corsa-e 46 kWh SRi Premium - Electric - Automatic - 136 hp '
'- DN71XEY - 30,241 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2021}
2026-03-29 04:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.uk%27%20and%20RowKey%20eq%20%2710741716%27 HTTP/1.1" 200 None
2026-03-29 04:30:36 [adesa.uk] INFO: Saving data for 10741716: {'auction_closing_time': 1774886280.0, 'created_time': 1774636283.610646, 'last_price_update_time': 1774758636.732533}
2026-03-29 04:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741716') HTTP/1.1" 204 0
2026-03-29 04:30:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741719> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65894abf-b1bf-517e-a93e-55f7891565f2 with identifier: 10741216
2026-03-29 04:30:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65894abf-b1bf-517e-a93e-55f7891565f2 with scrape type 2
2026-03-29 04:30:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65894abf-b1bf-517e-a93e-55f7891565f2 with scrape type 2
2026-03-29 04:30:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 65894abf-b1bf-517e-a93e-55f7891565f2, identifier: 10741216
2026-03-29 04: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-29 04:30:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 65894abf-b1bf-517e-a93e-55f7891565f2 with identifier: 10741216
2026-03-29 04:30:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 65894abf-b1bf-517e-a93e-55f7891565f2 with identifier: 10741216
2026-03-29 04:30:36 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 65894abf-b1bf-517e-a93e-55f7891565f2 with identifier: 10741216 to the API
2026-03-29 04:30:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741216>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-30T15:58:00Z',
'fuel_type': 'Electric',
'id': '65894abf-b1bf-517e-a93e-55f7891565f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DN71XEJ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741216',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 33944,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 3700,
'price_includes_vat': True,
'registration_date': '2021-12-30',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Corsa-e 46 kWh SRi Premium - Electric - Automatic - 136 hp '
'- DN71XEJ - 33,944 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2021}
2026-03-29 04:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741216%27 HTTP/1.1" 200 None
2026-03-29 04:30:37 [adesa.uk] INFO: Saving data for 10741216: {'auction_closing_time': 1774886280.0, 'created_time': 1774636278.343504, 'last_price_update_time': 1774758637.107575}
2026-03-29 04:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741216') HTTP/1.1" 204 0
2026-03-29 04:30:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7090a492-38d6-53a7-b99b-249a5ba6ab71 with identifier: 10741719
2026-03-29 04:30:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7090a492-38d6-53a7-b99b-249a5ba6ab71 with scrape type 2
2026-03-29 04:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7090a492-38d6-53a7-b99b-249a5ba6ab71 with scrape type 2
2026-03-29 04:30:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 7090a492-38d6-53a7-b99b-249a5ba6ab71, identifier: 10741719
2026-03-29 04:30:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 7090a492-38d6-53a7-b99b-249a5ba6ab71 with identifier: 10741719
2026-03-29 04:30:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 7090a492-38d6-53a7-b99b-249a5ba6ab71 with identifier: 10741719
2026-03-29 04:30:37 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 7090a492-38d6-53a7-b99b-249a5ba6ab71 with identifier: 10741719 to the API
2026-03-29 04:30:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741719>
{'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-30T15:58:00Z',
'fuel_type': 'Electric',
'id': '7090a492-38d6-53a7-b99b-249a5ba6ab71',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DS72JZA',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741719',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 24065,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 6100,
'price_includes_vat': True,
'registration_date': '2022-11-29',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Corsa-e Anniversary Edition - Electric - Automatic - 136 '
'hp - DS72JZA - 24,065 mi',
'transmission': 'automatic',
'trim': 'Anniversary Edition',
'vin': None,
'year': 2022}
2026-03-29 04:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741719%27 HTTP/1.1" 200 None
2026-03-29 04:30:37 [adesa.uk] INFO: Saving data for 10741719: {'auction_closing_time': 1774886280.0, 'created_time': 1774636286.172908, 'last_price_update_time': 1774758637.504314}
2026-03-29 04:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741719') HTTP/1.1" 204 0
2026-03-29 04:30:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741241> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04: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-29 04:30:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 354ab011-2ab1-5236-aa64-943ebbd77f82 with identifier: 10741241
2026-03-29 04:30:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 354ab011-2ab1-5236-aa64-943ebbd77f82 with scrape type 2
2026-03-29 04:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 354ab011-2ab1-5236-aa64-943ebbd77f82 with scrape type 2
2026-03-29 04:30:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 354ab011-2ab1-5236-aa64-943ebbd77f82, identifier: 10741241
2026-03-29 04:30:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 354ab011-2ab1-5236-aa64-943ebbd77f82 with identifier: 10741241
2026-03-29 04:30:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 354ab011-2ab1-5236-aa64-943ebbd77f82 with identifier: 10741241
2026-03-29 04:30:37 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 354ab011-2ab1-5236-aa64-943ebbd77f82 with identifier: 10741241 to the API
2026-03-29 04:30:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:30: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-29 04:30:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741241>
{'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-30T15:58:00Z',
'fuel_type': 'Electric',
'id': '354ab011-2ab1-5236-aa64-943ebbd77f82',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DY71JZP',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741241',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 33377,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 4600,
'price_includes_vat': True,
'registration_date': '2021-09-28',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Corsa-e 46 kWh - Electric - Automatic - 136 hp - DY71JZP - '
'33,377 mi',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2021}
2026-03-29 04:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741241%27 HTTP/1.1" 200 None
2026-03-29 04:30:38 [adesa.uk] INFO: Saving data for 10741241: {'auction_closing_time': 1774886280.0, 'created_time': 1774636285.172333, 'last_price_update_time': 1774758638.118454}
2026-03-29 04:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741241') HTTP/1.1" 204 0
2026-03-29 04:30:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741722> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741720> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741724> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04: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-29 04: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-29 04: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-29 04:30:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10732865> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04: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-29 04:30:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88a9b616-6b0a-5d0e-ac21-b1160bf27632 with identifier: 10741722
2026-03-29 04:30:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88a9b616-6b0a-5d0e-ac21-b1160bf27632 with scrape type 2
2026-03-29 04:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88a9b616-6b0a-5d0e-ac21-b1160bf27632 with scrape type 2
2026-03-29 04:30:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 88a9b616-6b0a-5d0e-ac21-b1160bf27632, identifier: 10741722
2026-03-29 04:30:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 88a9b616-6b0a-5d0e-ac21-b1160bf27632 with identifier: 10741722
2026-03-29 04:30:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 88a9b616-6b0a-5d0e-ac21-b1160bf27632 with identifier: 10741722
2026-03-29 04:30:38 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 88a9b616-6b0a-5d0e-ac21-b1160bf27632 with identifier: 10741722 to the API
2026-03-29 04:30:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:30: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-29 04:30:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741722>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': 'Hatchback',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 75,
'expiration_date': '2026-03-30T15:58:00Z',
'fuel_type': 'Petrol',
'id': '88a9b616-6b0a-5d0e-ac21-b1160bf27632',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DS22JNX',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741722',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 65826,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 2900,
'price_includes_vat': True,
'registration_date': '2022-05-30',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Corsa 1.2 SE Edition - Petrol - Manual - 75 hp - DS22JNX - '
'65,826 mi',
'transmission': 'manual',
'trim': 'SE Edition',
'vin': None,
'year': 2022}
2026-03-29 04:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741722%27 HTTP/1.1" 200 None
2026-03-29 04:30:38 [adesa.uk] INFO: Saving data for 10741722: {'auction_closing_time': 1774886280.0, 'created_time': 1774636280.295586, 'last_price_update_time': 1774758638.630981}
2026-03-29 04:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741722') HTTP/1.1" 204 0
2026-03-29 04:30:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a40a14f0-b875-5bb7-9e6b-c6b3784d10ef with identifier: 10741720
2026-03-29 04:30:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a40a14f0-b875-5bb7-9e6b-c6b3784d10ef with scrape type 2
2026-03-29 04:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a40a14f0-b875-5bb7-9e6b-c6b3784d10ef with scrape type 2
2026-03-29 04:30:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: a40a14f0-b875-5bb7-9e6b-c6b3784d10ef, identifier: 10741720
2026-03-29 04:30:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa9ff2db-84c0-51db-811d-9129ad57d14a with identifier: 10741724
2026-03-29 04:30:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa9ff2db-84c0-51db-811d-9129ad57d14a with scrape type 2
2026-03-29 04:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa9ff2db-84c0-51db-811d-9129ad57d14a with scrape type 2
2026-03-29 04:30:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: aa9ff2db-84c0-51db-811d-9129ad57d14a, identifier: 10741724
2026-03-29 04:30:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: a40a14f0-b875-5bb7-9e6b-c6b3784d10ef with identifier: 10741720
2026-03-29 04:30:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: a40a14f0-b875-5bb7-9e6b-c6b3784d10ef with identifier: 10741720
2026-03-29 04:30:38 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: a40a14f0-b875-5bb7-9e6b-c6b3784d10ef with identifier: 10741720 to the API
2026-03-29 04:30:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741720>
{'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-30T15:58:00Z',
'fuel_type': 'Electric',
'id': 'a40a14f0-b875-5bb7-9e6b-c6b3784d10ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DN72UZA',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741720',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 18688,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 6400,
'price_includes_vat': True,
'registration_date': '2022-10-30',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Corsa-e 46 kWh Anniversary Edition - Electric - Automatic '
'- 136 hp - DN72UZA - 18,688 mi',
'transmission': 'automatic',
'trim': 'Anniversary Edition',
'vin': None,
'year': 2022}
2026-03-29 04:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741720%27 HTTP/1.1" 200 None
2026-03-29 04:30:39 [adesa.uk] INFO: Saving data for 10741720: {'auction_closing_time': 1774886280.0, 'created_time': 1774636283.984181, 'last_price_update_time': 1774758639.142712}
2026-03-29 04:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741720') HTTP/1.1" 204 0
2026-03-29 04:30:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: aa9ff2db-84c0-51db-811d-9129ad57d14a with identifier: 10741724
2026-03-29 04:30:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: aa9ff2db-84c0-51db-811d-9129ad57d14a with identifier: 10741724
2026-03-29 04:30:39 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: aa9ff2db-84c0-51db-811d-9129ad57d14a with identifier: 10741724 to the API
2026-03-29 04:30:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741724>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 75,
'expiration_date': '2026-03-30T15:58:00Z',
'fuel_type': 'Petrol',
'id': 'aa9ff2db-84c0-51db-811d-9129ad57d14a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DS22HXT',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741724',
'listing': 'auction',
'location': 'Saltash',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 57622,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 4000,
'price_includes_vat': True,
'registration_date': '2022-05-30',
'seats_number': 5,
'seller_name': 'Avis Budget UK Ltd',
'title': 'Vauxhall Corsa 1.2 SE Edition - Petrol - Manual - 75 hp - DS22HXT - '
'57,622 mi',
'transmission': 'manual',
'trim': 'SE Edition',
'vin': None,
'year': 2022}
2026-03-29 04:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741724%27 HTTP/1.1" 200 None
2026-03-29 04:30:39 [adesa.uk] INFO: Saving data for 10741724: {'auction_closing_time': 1774886280.0, 'created_time': 1774636291.17089, 'last_price_update_time': 1774758639.450456}
2026-03-29 04:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741724') HTTP/1.1" 204 0
2026-03-29 04:30:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741244> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e80a1c48-111c-5e08-993e-141e1d856f4d with identifier: 10732865
2026-03-29 04:30:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e80a1c48-111c-5e08-993e-141e1d856f4d with scrape type 2
2026-03-29 04:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e80a1c48-111c-5e08-993e-141e1d856f4d with scrape type 2
2026-03-29 04:30:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: e80a1c48-111c-5e08-993e-141e1d856f4d, identifier: 10732865
2026-03-29 04: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-29 04:30:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: e80a1c48-111c-5e08-993e-141e1d856f4d with identifier: 10732865
2026-03-29 04:30:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: e80a1c48-111c-5e08-993e-141e1d856f4d with identifier: 10732865
2026-03-29 04:30:39 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: e80a1c48-111c-5e08-993e-141e1d856f4d with identifier: 10732865 to the API
2026-03-29 04:30:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10732865>
{'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-31T14:00:00Z',
'fuel_type': 'Petrol',
'id': 'e80a1c48-111c-5e08-993e-141e1d856f4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'KM71GSY',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10732865',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka',
'odometer': 30430,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7900,
'price_includes_vat': True,
'registration_date': '2021-10-20',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka 1.2 Turbo SE - Petrol - Manual - 101 hp - KM71GSY - '
'30,430 mi',
'transmission': 'manual',
'trim': 'SE',
'vin': None,
'year': 2021}
2026-03-29 04:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732865%27 HTTP/1.1" 200 None
2026-03-29 04:30:39 [adesa.uk] INFO: Saving data for 10732865: {'auction_closing_time': 1774965600.0, 'created_time': 1774549843.649556, 'last_price_update_time': 1774758639.831926}
2026-03-29 04:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10732865') HTTP/1.1" 204 0
2026-03-29 04:30:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 881ccaab-7291-5201-9341-16c6744e9b73 with identifier: 10741244
2026-03-29 04:30:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 881ccaab-7291-5201-9341-16c6744e9b73 with scrape type 2
2026-03-29 04:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 881ccaab-7291-5201-9341-16c6744e9b73 with scrape type 2
2026-03-29 04:30:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 881ccaab-7291-5201-9341-16c6744e9b73, identifier: 10741244
2026-03-29 04:30:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 881ccaab-7291-5201-9341-16c6744e9b73 with identifier: 10741244
2026-03-29 04:30:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 881ccaab-7291-5201-9341-16c6744e9b73 with identifier: 10741244
2026-03-29 04:30:40 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 881ccaab-7291-5201-9341-16c6744e9b73 with identifier: 10741244 to the API
2026-03-29 04:30:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:30:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:30:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741244>
{'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': 75,
'expiration_date': '2026-03-30T15:58:00Z',
'fuel_type': 'Petrol',
'id': '881ccaab-7291-5201-9341-16c6744e9b73',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DS22JDK',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741244',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 53111,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 3300,
'price_includes_vat': True,
'registration_date': '2022-05-31',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Corsa 1.2 SE Edition - Petrol - Manual - 75 hp - DS22JDK - '
'53,111 mi',
'transmission': 'manual',
'trim': 'SE Edition',
'vin': None,
'year': 2022}
2026-03-29 04:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741244%27 HTTP/1.1" 200 None
2026-03-29 04:30:40 [adesa.uk] INFO: Saving data for 10741244: {'auction_closing_time': 1774886280.0, 'created_time': 1774636279.116821, 'last_price_update_time': 1774758640.205412}
2026-03-29 04:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741244') HTTP/1.1" 204 0
2026-03-29 04:30:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741717> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04: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-29 04:30:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 961065c3-7a80-501f-8ee7-1eb096914098 with identifier: 10741717
2026-03-29 04:30:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 961065c3-7a80-501f-8ee7-1eb096914098 with scrape type 2
2026-03-29 04:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 961065c3-7a80-501f-8ee7-1eb096914098 with scrape type 2
2026-03-29 04:30:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 961065c3-7a80-501f-8ee7-1eb096914098, identifier: 10741717
2026-03-29 04:30:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 961065c3-7a80-501f-8ee7-1eb096914098 with identifier: 10741717
2026-03-29 04:30:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 961065c3-7a80-501f-8ee7-1eb096914098 with identifier: 10741717
2026-03-29 04:30:40 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 961065c3-7a80-501f-8ee7-1eb096914098 with identifier: 10741717 to the API
2026-03-29 04:30:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:30:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:30:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741717>
{'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-30T15:58:00Z',
'fuel_type': 'Electric',
'id': '961065c3-7a80-501f-8ee7-1eb096914098',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DN72NLX',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741717',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 20550,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 6200,
'price_includes_vat': True,
'registration_date': '2022-11-29',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Corsa-e 46 kWh Anniversary Edition - Electric - Automatic '
'- 136 hp - DN72NLX - 20,550 mi',
'transmission': 'automatic',
'trim': 'Anniversary Edition',
'vin': None,
'year': 2022}
2026-03-29 04:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741717%27 HTTP/1.1" 200 None
2026-03-29 04:30:40 [adesa.uk] INFO: Saving data for 10741717: {'auction_closing_time': 1774886280.0, 'created_time': 1774636282.110794, 'last_price_update_time': 1774758640.672404}
2026-03-29 04:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741717') HTTP/1.1" 204 0
2026-03-29 04:30:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10732876> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04: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-29 04:30:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741219> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04: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-29 04:30:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ad1cefe-91dd-55cb-b110-34ae254078f1 with identifier: 10732876
2026-03-29 04:30:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ad1cefe-91dd-55cb-b110-34ae254078f1 with scrape type 2
2026-03-29 04:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ad1cefe-91dd-55cb-b110-34ae254078f1 with scrape type 2
2026-03-29 04:30:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 5ad1cefe-91dd-55cb-b110-34ae254078f1, identifier: 10732876
2026-03-29 04:30:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 5ad1cefe-91dd-55cb-b110-34ae254078f1 with identifier: 10732876
2026-03-29 04:30:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 5ad1cefe-91dd-55cb-b110-34ae254078f1 with identifier: 10732876
2026-03-29 04:30:40 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 5ad1cefe-91dd-55cb-b110-34ae254078f1 with identifier: 10732876 to the API
2026-03-29 04:30:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10732876>
{'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-31T14:00:00Z',
'fuel_type': 'Electric',
'id': '5ad1cefe-91dd-55cb-b110-34ae254078f1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'YR22LUA',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10732876',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 20094,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9400,
'price_includes_vat': True,
'registration_date': '2022-03-10',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh SRi Premium - Electric - Automatic - 136 '
'hp - YR22LUA - 20,094 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2022}
2026-03-29 04:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732876%27 HTTP/1.1" 200 None
2026-03-29 04:30:41 [adesa.uk] INFO: Saving data for 10732876: {'auction_closing_time': 1774965600.0, 'created_time': 1774549855.801465, 'last_price_update_time': 1774758641.165416}
2026-03-29 04:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10732876') HTTP/1.1" 204 0
2026-03-29 04:30:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10732878> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0e31385-5fc8-54c5-8057-bffcb89ad889 with identifier: 10741219
2026-03-29 04:30:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0e31385-5fc8-54c5-8057-bffcb89ad889 with scrape type 2
2026-03-29 04:30:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0e31385-5fc8-54c5-8057-bffcb89ad889 with scrape type 2
2026-03-29 04:30:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: d0e31385-5fc8-54c5-8057-bffcb89ad889, identifier: 10741219
2026-03-29 04:30:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: d0e31385-5fc8-54c5-8057-bffcb89ad889 with identifier: 10741219
2026-03-29 04:30:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: d0e31385-5fc8-54c5-8057-bffcb89ad889 with identifier: 10741219
2026-03-29 04:30:41 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: d0e31385-5fc8-54c5-8057-bffcb89ad889 with identifier: 10741219 to the API
2026-03-29 04:30:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741219>
{'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': 75,
'expiration_date': '2026-03-30T15:58:00Z',
'fuel_type': 'Petrol',
'id': 'd0e31385-5fc8-54c5-8057-bffcb89ad889',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DS22HVC',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741219',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 62753,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 2900,
'price_includes_vat': True,
'registration_date': '2022-05-31',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Corsa 1.2 SE Edition - Petrol - Manual - 75 hp - DS22HVC - '
'62,753 mi',
'transmission': 'manual',
'trim': 'SE Edition',
'vin': None,
'year': 2022}
2026-03-29 04:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741219%27 HTTP/1.1" 200 None
2026-03-29 04:30:41 [adesa.uk] INFO: Saving data for 10741219: {'auction_closing_time': 1774886280.0, 'created_time': 1774636277.671575, 'last_price_update_time': 1774758641.56521}
2026-03-29 04:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741219') HTTP/1.1" 204 0
2026-03-29 04:30:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d321456a-2034-5503-8943-ece18e2aef9e with identifier: 10732878
2026-03-29 04:30:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d321456a-2034-5503-8943-ece18e2aef9e with scrape type 2
2026-03-29 04:30:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d321456a-2034-5503-8943-ece18e2aef9e with scrape type 2
2026-03-29 04:30:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: d321456a-2034-5503-8943-ece18e2aef9e, identifier: 10732878
2026-03-29 04:30:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: d321456a-2034-5503-8943-ece18e2aef9e with identifier: 10732878
2026-03-29 04:30:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: d321456a-2034-5503-8943-ece18e2aef9e with identifier: 10732878
2026-03-29 04:30:41 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: d321456a-2034-5503-8943-ece18e2aef9e with identifier: 10732878 to the API
2026-03-29 04:30:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10732878>
{'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-31T14:00:00Z',
'fuel_type': 'Electric',
'id': 'd321456a-2034-5503-8943-ece18e2aef9e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'SA22FKZ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10732878',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 31136,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8800,
'price_includes_vat': True,
'registration_date': '2022-03-09',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh SRi Premium - Electric - Automatic - 136 '
'hp - SA22FKZ - 31,136 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2022}
2026-03-29 04:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732878%27 HTTP/1.1" 200 None
2026-03-29 04:30:41 [adesa.uk] INFO: Saving data for 10732878: {'auction_closing_time': 1774965600.0, 'created_time': 1774549833.795201, 'last_price_update_time': 1774758641.933786}
2026-03-29 04:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10732878') HTTP/1.1" 204 0
2026-03-29 04:30:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10732875> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 138a6fe3-2cfa-511f-8274-c843b2adbdff with identifier: 10732875
2026-03-29 04:30:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 138a6fe3-2cfa-511f-8274-c843b2adbdff with scrape type 2
2026-03-29 04:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 138a6fe3-2cfa-511f-8274-c843b2adbdff with scrape type 2
2026-03-29 04:30:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 138a6fe3-2cfa-511f-8274-c843b2adbdff, identifier: 10732875
2026-03-29 04:30:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 138a6fe3-2cfa-511f-8274-c843b2adbdff with identifier: 10732875
2026-03-29 04:30:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 138a6fe3-2cfa-511f-8274-c843b2adbdff with identifier: 10732875
2026-03-29 04:30:42 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 138a6fe3-2cfa-511f-8274-c843b2adbdff with identifier: 10732875 to the API
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10732875>
{'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-31T14:00:00Z',
'fuel_type': 'Electric',
'id': '138a6fe3-2cfa-511f-8274-c843b2adbdff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'LL71USJ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10732875',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 30561,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8500,
'price_includes_vat': True,
'registration_date': '2021-12-23',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh SRi Premium - Electric - Automatic - 136 '
'hp - LL71USJ - 30,561 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2021}
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732875%27 HTTP/1.1" 200 None
2026-03-29 04:30:42 [adesa.uk] INFO: Saving data for 10732875: {'auction_closing_time': 1774965600.0, 'created_time': 1774549831.000828, 'last_price_update_time': 1774758642.419364}
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10732875') HTTP/1.1" 204 0
2026-03-29 04:30:42 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:42 [adesa.uk] INFO: Found listing with ID: 10736501
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710736501%27 HTTP/1.1" 200 None
2026-03-29 04:30:42 [adesa.uk] INFO: Scrape type for 10736501: 0
2026-03-29 04:30:42 [adesa.uk] INFO: Skipping item 10736501 url https://www.openlane.eu/en/carv6/auction/10736501
2026-03-29 04:30:42 [adesa.uk] INFO: Found listing with ID: 10730204
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730204%27 HTTP/1.1" 200 None
2026-03-29 04:30:42 [adesa.uk] INFO: Scrape type for 10730204: 0
2026-03-29 04:30:42 [adesa.uk] INFO: Skipping item 10730204 url https://www.openlane.eu/en/carv6/auction/10730204
2026-03-29 04:30:42 [adesa.uk] INFO: Found listing with ID: 10730221
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730221%27 HTTP/1.1" 200 None
2026-03-29 04:30:42 [adesa.uk] INFO: Scrape type for 10730221: 0
2026-03-29 04:30:42 [adesa.uk] INFO: Skipping item 10730221 url https://www.openlane.eu/en/carv6/auction/10730221
2026-03-29 04:30:42 [adesa.uk] INFO: Found listing with ID: 10732883
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732883%27 HTTP/1.1" 200 None
2026-03-29 04:30:42 [adesa.uk] INFO: Scrape type for 10732883: 2
2026-03-29 04:30:42 [adesa.uk] INFO: Scraping item 10732883 url https://www.openlane.eu/en/carv6/auction/10732883
2026-03-29 04:30:42 [adesa.uk] INFO: Found listing with ID: 10732882
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732882%27 HTTP/1.1" 200 None
2026-03-29 04:30:42 [adesa.uk] INFO: Scrape type for 10732882: 0
2026-03-29 04:30:42 [adesa.uk] INFO: Skipping item 10732882 url https://www.openlane.eu/en/carv6/auction/10732882
2026-03-29 04:30:42 [adesa.uk] INFO: Found listing with ID: 10730249
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730249%27 HTTP/1.1" 200 None
2026-03-29 04:30:42 [adesa.uk] INFO: Scrape type for 10730249: 0
2026-03-29 04:30:42 [adesa.uk] INFO: Skipping item 10730249 url https://www.openlane.eu/en/carv6/auction/10730249
2026-03-29 04:30:42 [adesa.uk] INFO: Found listing with ID: 10730250
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730250%27 HTTP/1.1" 200 None
2026-03-29 04:30:42 [adesa.uk] INFO: Scrape type for 10730250: 0
2026-03-29 04:30:42 [adesa.uk] INFO: Skipping item 10730250 url https://www.openlane.eu/en/carv6/auction/10730250
2026-03-29 04:30:42 [adesa.uk] INFO: Found listing with ID: 10730246
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730246%27 HTTP/1.1" 200 None
2026-03-29 04:30:42 [adesa.uk] INFO: Scrape type for 10730246: 0
2026-03-29 04:30:42 [adesa.uk] INFO: Skipping item 10730246 url https://www.openlane.eu/en/carv6/auction/10730246
2026-03-29 04:30:42 [adesa.uk] INFO: Found listing with ID: 10730247
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730247%27 HTTP/1.1" 200 None
2026-03-29 04:30:42 [adesa.uk] INFO: Scrape type for 10730247: 0
2026-03-29 04:30:42 [adesa.uk] INFO: Skipping item 10730247 url https://www.openlane.eu/en/carv6/auction/10730247
2026-03-29 04:30:42 [adesa.uk] INFO: Found listing with ID: 10736500
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710736500%27 HTTP/1.1" 200 None
2026-03-29 04:30:42 [adesa.uk] INFO: Scrape type for 10736500: 0
2026-03-29 04:30:42 [adesa.uk] INFO: Skipping item 10736500 url https://www.openlane.eu/en/carv6/auction/10736500
2026-03-29 04:30:42 [adesa.uk] INFO: Found listing with ID: 10730228
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730228%27 HTTP/1.1" 200 None
2026-03-29 04:30:42 [adesa.uk] INFO: Scrape type for 10730228: 0
2026-03-29 04:30:42 [adesa.uk] INFO: Skipping item 10730228 url https://www.openlane.eu/en/carv6/auction/10730228
2026-03-29 04:30:42 [adesa.uk] INFO: Found listing with ID: 10730243
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730243%27 HTTP/1.1" 200 None
2026-03-29 04:30:42 [adesa.uk] INFO: Scrape type for 10730243: 0
2026-03-29 04:30:42 [adesa.uk] INFO: Skipping item 10730243 url https://www.openlane.eu/en/carv6/auction/10730243
2026-03-29 04:30:42 [adesa.uk] INFO: Found listing with ID: 10732884
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732884%27 HTTP/1.1" 200 None
2026-03-29 04:30:42 [adesa.uk] INFO: Scrape type for 10732884: 2
2026-03-29 04:30:42 [adesa.uk] INFO: Scraping item 10732884 url https://www.openlane.eu/en/carv6/auction/10732884
2026-03-29 04:30:42 [adesa.uk] INFO: Found listing with ID: 10730220
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730220%27 HTTP/1.1" 200 None
2026-03-29 04:30:42 [adesa.uk] INFO: Scrape type for 10730220: 0
2026-03-29 04:30:42 [adesa.uk] INFO: Skipping item 10730220 url https://www.openlane.eu/en/carv6/auction/10730220
2026-03-29 04:30:42 [adesa.uk] INFO: Found listing with ID: 10732885
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732885%27 HTTP/1.1" 200 None
2026-03-29 04:30:42 [adesa.uk] INFO: Scrape type for 10732885: 2
2026-03-29 04:30:42 [adesa.uk] INFO: Scraping item 10732885 url https://www.openlane.eu/en/carv6/auction/10732885
2026-03-29 04:30:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10732874> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10732879> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:42 [adesa.uk] INFO: Found listing with ID: 10730251
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730251%27 HTTP/1.1" 200 None
2026-03-29 04:30:42 [adesa.uk] INFO: Scrape type for 10730251: 0
2026-03-29 04:30:42 [adesa.uk] INFO: Skipping item 10730251 url https://www.openlane.eu/en/carv6/auction/10730251
2026-03-29 04:30:42 [adesa.uk] INFO: Found listing with ID: 10732886
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732886%27 HTTP/1.1" 200 None
2026-03-29 04:30:42 [adesa.uk] INFO: Scrape type for 10732886: 0
2026-03-29 04:30:42 [adesa.uk] INFO: Skipping item 10732886 url https://www.openlane.eu/en/carv6/auction/10732886
2026-03-29 04:30:42 [adesa.uk] INFO: Found listing with ID: 10732887
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732887%27 HTTP/1.1" 200 None
2026-03-29 04:30:42 [adesa.uk] INFO: Scrape type for 10732887: 2
2026-03-29 04:30:42 [adesa.uk] INFO: Scraping item 10732887 url https://www.openlane.eu/en/carv6/auction/10732887
2026-03-29 04:30:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:42 [adesa.uk] INFO: Found listing with ID: 10736498
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710736498%27 HTTP/1.1" 200 None
2026-03-29 04:30:42 [adesa.uk] INFO: Scrape type for 10736498: 0
2026-03-29 04:30:42 [adesa.uk] INFO: Skipping item 10736498 url https://www.openlane.eu/en/carv6/auction/10736498
2026-03-29 04:30:42 [adesa.uk] INFO: Found listing with ID: 10730206
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730206%27 HTTP/1.1" 200 None
2026-03-29 04:30:42 [adesa.uk] INFO: Scrape type for 10730206: 0
2026-03-29 04:30:42 [adesa.uk] INFO: Skipping item 10730206 url https://www.openlane.eu/en/carv6/auction/10730206
2026-03-29 04:30:42 [adesa.uk] INFO: Found listing with ID: 10730207
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730207%27 HTTP/1.1" 200 None
2026-03-29 04:30:42 [adesa.uk] INFO: Scrape type for 10730207: 0
2026-03-29 04:30:42 [adesa.uk] INFO: Skipping item 10730207 url https://www.openlane.eu/en/carv6/auction/10730207
2026-03-29 04:30:42 [adesa.uk] INFO: Found listing with ID: 10732888
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732888%27 HTTP/1.1" 200 None
2026-03-29 04:30:42 [adesa.uk] INFO: Scrape type for 10732888: 2
2026-03-29 04:30:42 [adesa.uk] INFO: Scraping item 10732888 url https://www.openlane.eu/en/carv6/auction/10732888
2026-03-29 04:30:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10732877> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:42 [adesa.uk] INFO: Found listing with ID: 10730248
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730248%27 HTTP/1.1" 200 None
2026-03-29 04:30:42 [adesa.uk] INFO: Scrape type for 10730248: 0
2026-03-29 04:30:42 [adesa.uk] INFO: Skipping item 10730248 url https://www.openlane.eu/en/carv6/auction/10730248
2026-03-29 04:30:42 [adesa.uk] INFO: Found listing with ID: 10730244
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730244%27 HTTP/1.1" 200 None
2026-03-29 04:30:42 [adesa.uk] INFO: Scrape type for 10730244: 0
2026-03-29 04:30:42 [adesa.uk] INFO: Skipping item 10730244 url https://www.openlane.eu/en/carv6/auction/10730244
2026-03-29 04:30:42 [adesa.uk] INFO: Found listing with ID: 10730203
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730203%27 HTTP/1.1" 200 None
2026-03-29 04:30:42 [adesa.uk] INFO: Scrape type for 10730203: 0
2026-03-29 04:30:42 [adesa.uk] INFO: Skipping item 10730203 url https://www.openlane.eu/en/carv6/auction/10730203
2026-03-29 04:30:42 [adesa.uk] INFO: Found listing with ID: 10736504
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710736504%27 HTTP/1.1" 200 None
2026-03-29 04:30:42 [adesa.uk] INFO: Scrape type for 10736504: 0
2026-03-29 04:30:42 [adesa.uk] INFO: Skipping item 10736504 url https://www.openlane.eu/en/carv6/auction/10736504
2026-03-29 04:30:42 [adesa.uk] INFO: Found listing with ID: 10732889
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732889%27 HTTP/1.1" 200 None
2026-03-29 04:30:42 [adesa.uk] INFO: Scrape type for 10732889: 0
2026-03-29 04:30:42 [adesa.uk] INFO: Skipping item 10732889 url https://www.openlane.eu/en/carv6/auction/10732889
2026-03-29 04:30:42 [adesa.uk] INFO: Found listing with ID: 10730238
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730238%27 HTTP/1.1" 200 None
2026-03-29 04:30:42 [adesa.uk] INFO: Scrape type for 10730238: 0
2026-03-29 04:30:42 [adesa.uk] INFO: Skipping item 10730238 url https://www.openlane.eu/en/carv6/auction/10730238
2026-03-29 04:30:42 [adesa.uk] INFO: Found listing with ID: 10730208
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730208%27 HTTP/1.1" 200 None
2026-03-29 04:30:42 [adesa.uk] INFO: Scrape type for 10730208: 0
2026-03-29 04:30:42 [adesa.uk] INFO: Skipping item 10730208 url https://www.openlane.eu/en/carv6/auction/10730208
2026-03-29 04:30:42 [adesa.uk] INFO: Found listing with ID: 10730230
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730230%27 HTTP/1.1" 200 None
2026-03-29 04:30:42 [adesa.uk] INFO: Scrape type for 10730230: 0
2026-03-29 04:30:42 [adesa.uk] INFO: Skipping item 10730230 url https://www.openlane.eu/en/carv6/auction/10730230
2026-03-29 04:30:42 [adesa.uk] INFO: Found listing with ID: 10732890
2026-03-29 04:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732890%27 HTTP/1.1" 200 None
2026-03-29 04:30:42 [adesa.uk] INFO: Scrape type for 10732890: 2
2026-03-29 04:30:42 [adesa.uk] INFO: Scraping item 10732890 url https://www.openlane.eu/en/carv6/auction/10732890
2026-03-29 04:30:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b91e5f1e-a3f1-5634-9d47-116837019fb4 with identifier: 10732874
2026-03-29 04:30:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b91e5f1e-a3f1-5634-9d47-116837019fb4 with scrape type 2
2026-03-29 04:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b91e5f1e-a3f1-5634-9d47-116837019fb4 with scrape type 2
2026-03-29 04:30:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: b91e5f1e-a3f1-5634-9d47-116837019fb4, identifier: 10732874
2026-03-29 04:30:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 801bb55f-0f17-5fba-b045-aa25f02475a9 with identifier: 10732879
2026-03-29 04:30:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 801bb55f-0f17-5fba-b045-aa25f02475a9 with scrape type 2
2026-03-29 04:30:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 801bb55f-0f17-5fba-b045-aa25f02475a9 with scrape type 2
2026-03-29 04:30:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 801bb55f-0f17-5fba-b045-aa25f02475a9, identifier: 10732879
2026-03-29 04:30:43 [adesa.uk] INFO: Found listing with ID: 10730223
2026-03-29 04:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730223%27 HTTP/1.1" 200 None
2026-03-29 04:30:43 [adesa.uk] INFO: Scrape type for 10730223: 0
2026-03-29 04:30:43 [adesa.uk] INFO: Skipping item 10730223 url https://www.openlane.eu/en/carv6/auction/10730223
2026-03-29 04:30:43 [adesa.uk] INFO: Found listing with ID: 10730219
2026-03-29 04:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730219%27 HTTP/1.1" 200 None
2026-03-29 04:30:43 [adesa.uk] INFO: Scrape type for 10730219: 0
2026-03-29 04:30:43 [adesa.uk] INFO: Skipping item 10730219 url https://www.openlane.eu/en/carv6/auction/10730219
2026-03-29 04:30:43 [adesa.uk] INFO: Found listing with ID: 10730256
2026-03-29 04:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730256%27 HTTP/1.1" 200 None
2026-03-29 04:30:43 [adesa.uk] INFO: Scrape type for 10730256: 0
2026-03-29 04:30:43 [adesa.uk] INFO: Skipping item 10730256 url https://www.openlane.eu/en/carv6/auction/10730256
2026-03-29 04:30:43 [adesa.uk] INFO: Found listing with ID: 10730209
2026-03-29 04:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730209%27 HTTP/1.1" 200 None
2026-03-29 04:30:43 [adesa.uk] INFO: Scrape type for 10730209: 0
2026-03-29 04:30:43 [adesa.uk] INFO: Skipping item 10730209 url https://www.openlane.eu/en/carv6/auction/10730209
2026-03-29 04:30:43 [adesa.uk] INFO: Found listing with ID: 10730214
2026-03-29 04:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730214%27 HTTP/1.1" 200 None
2026-03-29 04:30:43 [adesa.uk] INFO: Scrape type for 10730214: 0
2026-03-29 04:30:43 [adesa.uk] INFO: Skipping item 10730214 url https://www.openlane.eu/en/carv6/auction/10730214
2026-03-29 04:30:43 [adesa.uk] INFO: Found listing with ID: 10741732
2026-03-29 04:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741732%27 HTTP/1.1" 200 None
2026-03-29 04:30:43 [adesa.uk] INFO: Scrape type for 10741732: 0
2026-03-29 04:30:43 [adesa.uk] INFO: Skipping item 10741732 url https://www.openlane.eu/en/carv6/auction/10741732
2026-03-29 04:30:43 [adesa.uk] INFO: Found listing with ID: 10741731
2026-03-29 04:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741731%27 HTTP/1.1" 200 None
2026-03-29 04:30:43 [adesa.uk] INFO: Scrape type for 10741731: 0
2026-03-29 04:30:43 [adesa.uk] INFO: Skipping item 10741731 url https://www.openlane.eu/en/carv6/auction/10741731
2026-03-29 04:30:43 [adesa.uk] INFO: Found listing with ID: 10734805
2026-03-29 04:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710734805%27 HTTP/1.1" 200 None
2026-03-29 04:30:43 [adesa.uk] INFO: Scrape type for 10734805: 0
2026-03-29 04:30:43 [adesa.uk] INFO: Skipping item 10734805 url https://www.openlane.eu/en/carv6/auction/10734805
2026-03-29 04:30:43 [adesa.uk] INFO: Found listing with ID: 10709008
2026-03-29 04:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710709008%27 HTTP/1.1" 200 None
2026-03-29 04:30:43 [adesa.uk] INFO: Scrape type for 10709008: 0
2026-03-29 04:30:43 [adesa.uk] INFO: Skipping item 10709008 url https://www.openlane.eu/en/carv6/auction/10709008
2026-03-29 04:30:43 [adesa.uk] INFO: Found listing with ID: 10709009
2026-03-29 04:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710709009%27 HTTP/1.1" 200 None
2026-03-29 04:30:43 [adesa.uk] INFO: Scrape type for 10709009: 2
2026-03-29 04:30:43 [adesa.uk] INFO: Scraping item 10709009 url https://www.openlane.eu/en/carv6/auction/10709009
2026-03-29 04:30:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: b91e5f1e-a3f1-5634-9d47-116837019fb4 with identifier: 10732874
2026-03-29 04:30:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: b91e5f1e-a3f1-5634-9d47-116837019fb4 with identifier: 10732874
2026-03-29 04:30:43 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: b91e5f1e-a3f1-5634-9d47-116837019fb4 with identifier: 10732874 to the API
2026-03-29 04:30:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10732874>
{'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-31T14:00:00Z',
'fuel_type': 'Electric',
'id': 'b91e5f1e-a3f1-5634-9d47-116837019fb4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'AD22HLJ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10732874',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 31552,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7900,
'price_includes_vat': True,
'registration_date': '2022-03-03',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh SE Premium - Electric - Automatic - 136 hp '
'- AD22HLJ - 31,552 mi',
'transmission': 'automatic',
'trim': 'SE Premium',
'vin': None,
'year': 2022}
2026-03-29 04:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732874%27 HTTP/1.1" 200 None
2026-03-29 04:30:43 [adesa.uk] INFO: Saving data for 10732874: {'auction_closing_time': 1774965600.0, 'created_time': 1774549834.56134, 'last_price_update_time': 1774758643.667846}
2026-03-29 04:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10732874') HTTP/1.1" 204 0
2026-03-29 04:30:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 801bb55f-0f17-5fba-b045-aa25f02475a9 with identifier: 10732879
2026-03-29 04:30:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 801bb55f-0f17-5fba-b045-aa25f02475a9 with identifier: 10732879
2026-03-29 04:30:43 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 801bb55f-0f17-5fba-b045-aa25f02475a9 with identifier: 10732879 to the API
2026-03-29 04:30:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10732879>
{'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-31T14:00:00Z',
'fuel_type': 'Electric',
'id': '801bb55f-0f17-5fba-b045-aa25f02475a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'CF71ZPU',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10732879',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 39458,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8200,
'price_includes_vat': True,
'registration_date': '2022-01-27',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh SRi Premium - Electric - Automatic - 136 '
'hp - CF71ZPU - 39,458 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2022}
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732879%27 HTTP/1.1" 200 None
2026-03-29 04:30:44 [adesa.uk] INFO: Saving data for 10732879: {'auction_closing_time': 1774965600.0, 'created_time': 1774549832.214523, 'last_price_update_time': 1774758644.041586}
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10732879') HTTP/1.1" 204 0
2026-03-29 04:30:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f9391a7-8709-5a57-8a07-dc88a3210e25 with identifier: 10732877
2026-03-29 04:30:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f9391a7-8709-5a57-8a07-dc88a3210e25 with scrape type 2
2026-03-29 04:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f9391a7-8709-5a57-8a07-dc88a3210e25 with scrape type 2
2026-03-29 04:30:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 8f9391a7-8709-5a57-8a07-dc88a3210e25, identifier: 10732877
2026-03-29 04:30:44 [adesa.uk] INFO: Found listing with ID: 10709007
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710709007%27 HTTP/1.1" 200 None
2026-03-29 04:30:44 [adesa.uk] INFO: Scrape type for 10709007: 0
2026-03-29 04:30:44 [adesa.uk] INFO: Skipping item 10709007 url https://www.openlane.eu/en/carv6/auction/10709007
2026-03-29 04:30:44 [adesa.uk] INFO: Found listing with ID: 10722844
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710722844%27 HTTP/1.1" 200 None
2026-03-29 04:30:44 [adesa.uk] INFO: Scrape type for 10722844: 2
2026-03-29 04:30:44 [adesa.uk] INFO: Scraping item 10722844 url https://www.openlane.eu/en/carv6/auction/10722844
2026-03-29 04:30:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 8f9391a7-8709-5a57-8a07-dc88a3210e25 with identifier: 10732877
2026-03-29 04:30:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 8f9391a7-8709-5a57-8a07-dc88a3210e25 with identifier: 10732877
2026-03-29 04:30:44 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 8f9391a7-8709-5a57-8a07-dc88a3210e25 with identifier: 10732877 to the API
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10732877>
{'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-31T14:00:00Z',
'fuel_type': 'Electric',
'id': '8f9391a7-8709-5a57-8a07-dc88a3210e25',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'HT71FPP',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10732877',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 25863,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8800,
'price_includes_vat': True,
'registration_date': '2021-12-22',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh SRi Premium - Electric - Automatic - 136 '
'hp - HT71FPP - 25,863 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2021}
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732877%27 HTTP/1.1" 200 None
2026-03-29 04:30:44 [adesa.uk] INFO: Saving data for 10732877: {'auction_closing_time': 1774965600.0, 'created_time': 1774549831.831576, 'last_price_update_time': 1774758644.456334}
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10732877') HTTP/1.1" 204 0
2026-03-29 04:30:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10732872> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:44 [adesa.uk] INFO: Found listing with ID: 10741734
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741734%27 HTTP/1.1" 200 None
2026-03-29 04:30:44 [adesa.uk] INFO: Scrape type for 10741734: 0
2026-03-29 04:30:44 [adesa.uk] INFO: Skipping item 10741734 url https://www.openlane.eu/en/carv6/auction/10741734
2026-03-29 04:30:44 [adesa.uk] INFO: Found listing with ID: 10741745
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741745%27 HTTP/1.1" 200 None
2026-03-29 04:30:44 [adesa.uk] INFO: Scrape type for 10741745: 0
2026-03-29 04:30:44 [adesa.uk] INFO: Skipping item 10741745 url https://www.openlane.eu/en/carv6/auction/10741745
2026-03-29 04:30:44 [adesa.uk] INFO: Found listing with ID: 10715371
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710715371%27 HTTP/1.1" 200 None
2026-03-29 04:30:44 [adesa.uk] INFO: Scrape type for 10715371: 0
2026-03-29 04:30:44 [adesa.uk] INFO: Skipping item 10715371 url https://www.openlane.eu/en/carv6/auction/10715371
2026-03-29 04:30:44 [adesa.uk] INFO: Found listing with ID: 10730130
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730130%27 HTTP/1.1" 200 None
2026-03-29 04:30:44 [adesa.uk] INFO: Scrape type for 10730130: 0
2026-03-29 04:30:44 [adesa.uk] INFO: Skipping item 10730130 url https://www.openlane.eu/en/carv6/auction/10730130
2026-03-29 04:30:44 [adesa.uk] INFO: Found listing with ID: 10730106
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730106%27 HTTP/1.1" 200 None
2026-03-29 04:30:44 [adesa.uk] INFO: Scrape type for 10730106: 0
2026-03-29 04:30:44 [adesa.uk] INFO: Skipping item 10730106 url https://www.openlane.eu/en/carv6/auction/10730106
2026-03-29 04:30:44 [adesa.uk] INFO: Found listing with ID: 10730107
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730107%27 HTTP/1.1" 200 None
2026-03-29 04:30:44 [adesa.uk] INFO: Scrape type for 10730107: 0
2026-03-29 04:30:44 [adesa.uk] INFO: Skipping item 10730107 url https://www.openlane.eu/en/carv6/auction/10730107
2026-03-29 04:30:44 [adesa.uk] INFO: Found listing with ID: 10730131
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710730131%27 HTTP/1.1" 200 None
2026-03-29 04:30:44 [adesa.uk] INFO: Scrape type for 10730131: 0
2026-03-29 04:30:44 [adesa.uk] INFO: Skipping item 10730131 url https://www.openlane.eu/en/carv6/auction/10730131
2026-03-29 04:30:44 [adesa.uk] INFO: Found listing with ID: 10734807
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710734807%27 HTTP/1.1" 200 None
2026-03-29 04:30:44 [adesa.uk] INFO: Scrape type for 10734807: 0
2026-03-29 04:30:44 [adesa.uk] INFO: Skipping item 10734807 url https://www.openlane.eu/en/carv6/auction/10734807
2026-03-29 04:30:44 [adesa.uk] INFO: Found listing with ID: 10734809
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710734809%27 HTTP/1.1" 200 None
2026-03-29 04:30:44 [adesa.uk] INFO: Scrape type for 10734809: 0
2026-03-29 04:30:44 [adesa.uk] INFO: Skipping item 10734809 url https://www.openlane.eu/en/carv6/auction/10734809
2026-03-29 04:30:44 [adesa.uk] INFO: Found listing with ID: 10734806
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710734806%27 HTTP/1.1" 200 None
2026-03-29 04:30:44 [adesa.uk] INFO: Scrape type for 10734806: 0
2026-03-29 04:30:44 [adesa.uk] INFO: Skipping item 10734806 url https://www.openlane.eu/en/carv6/auction/10734806
2026-03-29 04:30:44 [adesa.uk] INFO: Found listing with ID: 10741733
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741733%27 HTTP/1.1" 200 None
2026-03-29 04:30:44 [adesa.uk] INFO: Scrape type for 10741733: 0
2026-03-29 04:30:44 [adesa.uk] INFO: Skipping item 10741733 url https://www.openlane.eu/en/carv6/auction/10741733
2026-03-29 04:30:44 [adesa.uk] INFO: Found listing with ID: 10722807
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710722807%27 HTTP/1.1" 200 None
2026-03-29 04:30:44 [adesa.uk] INFO: Scrape type for 10722807: 0
2026-03-29 04:30:44 [adesa.uk] INFO: Skipping item 10722807 url https://www.openlane.eu/en/carv6/auction/10722807
2026-03-29 04:30:44 [adesa.uk] INFO: Found listing with ID: 10722806
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710722806%27 HTTP/1.1" 200 None
2026-03-29 04:30:44 [adesa.uk] INFO: Scrape type for 10722806: 0
2026-03-29 04:30:44 [adesa.uk] INFO: Skipping item 10722806 url https://www.openlane.eu/en/carv6/auction/10722806
2026-03-29 04:30:44 [adesa.uk] INFO: Found listing with ID: 10721103
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710721103%27 HTTP/1.1" 200 None
2026-03-29 04:30:44 [adesa.uk] INFO: Scrape type for 10721103: 0
2026-03-29 04:30:44 [adesa.uk] INFO: Skipping item 10721103 url https://www.openlane.eu/en/carv6/auction/10721103
2026-03-29 04:30:44 [adesa.uk] INFO: Found listing with ID: 10606304
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710606304%27 HTTP/1.1" 200 None
2026-03-29 04:30:44 [adesa.uk] INFO: Scrape type for 10606304: 0
2026-03-29 04:30:44 [adesa.uk] INFO: Skipping item 10606304 url https://www.openlane.eu/en/carv6/auction/10606304
2026-03-29 04:30:44 [adesa.uk] INFO: Found listing with ID: 10606317
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710606317%27 HTTP/1.1" 200 None
2026-03-29 04:30:44 [adesa.uk] INFO: Scrape type for 10606317: 0
2026-03-29 04:30:44 [adesa.uk] INFO: Skipping item 10606317 url https://www.openlane.eu/en/carv6/auction/10606317
2026-03-29 04:30:44 [adesa.uk] INFO: Found listing with ID: 10630715
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710630715%27 HTTP/1.1" 200 None
2026-03-29 04:30:44 [adesa.uk] INFO: Scrape type for 10630715: 0
2026-03-29 04:30:44 [adesa.uk] INFO: Skipping item 10630715 url https://www.openlane.eu/en/carv6/auction/10630715
2026-03-29 04:30:44 [adesa.uk] INFO: Found listing with ID: 10711372
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710711372%27 HTTP/1.1" 200 None
2026-03-29 04:30:44 [adesa.uk] INFO: Scrape type for 10711372: 2
2026-03-29 04:30:44 [adesa.uk] INFO: Scraping item 10711372 url https://www.openlane.eu/en/carv6/auction/10711372
2026-03-29 04:30:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10732868> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:44 [adesa.uk] INFO: Found listing with ID: 10721170
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710721170%27 HTTP/1.1" 200 None
2026-03-29 04:30:44 [adesa.uk] INFO: Scrape type for 10721170: 0
2026-03-29 04:30:44 [adesa.uk] INFO: Skipping item 10721170 url https://www.openlane.eu/en/carv6/auction/10721170
2026-03-29 04:30:44 [adesa.uk] INFO: Found listing with ID: 10692823
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710692823%27 HTTP/1.1" 200 None
2026-03-29 04:30:44 [adesa.uk] INFO: Scrape type for 10692823: 0
2026-03-29 04:30:44 [adesa.uk] INFO: Skipping item 10692823 url https://www.openlane.eu/en/carv6/auction/10692823
2026-03-29 04:30:44 [adesa.uk] INFO: Found listing with ID: 10691303
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710691303%27 HTTP/1.1" 200 None
2026-03-29 04:30:44 [adesa.uk] INFO: Scrape type for 10691303: 0
2026-03-29 04:30:44 [adesa.uk] INFO: Skipping item 10691303 url https://www.openlane.eu/en/carv6/auction/10691303
2026-03-29 04:30:44 [adesa.uk] INFO: Found listing with ID: 10692824
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710692824%27 HTTP/1.1" 200 None
2026-03-29 04:30:44 [adesa.uk] INFO: Scrape type for 10692824: 0
2026-03-29 04:30:44 [adesa.uk] INFO: Skipping item 10692824 url https://www.openlane.eu/en/carv6/auction/10692824
2026-03-29 04:30:44 [adesa.uk] INFO: Found listing with ID: 10721104
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710721104%27 HTTP/1.1" 200 None
2026-03-29 04:30:44 [adesa.uk] INFO: Scrape type for 10721104: 0
2026-03-29 04:30:44 [adesa.uk] INFO: Skipping item 10721104 url https://www.openlane.eu/en/carv6/auction/10721104
2026-03-29 04:30:44 [adesa.uk] INFO: Found listing with ID: 10721102
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710721102%27 HTTP/1.1" 200 None
2026-03-29 04:30:44 [adesa.uk] INFO: Scrape type for 10721102: 0
2026-03-29 04:30:44 [adesa.uk] INFO: Skipping item 10721102 url https://www.openlane.eu/en/carv6/auction/10721102
2026-03-29 04:30:44 [adesa.uk] INFO: Found listing with ID: 10741735
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741735%27 HTTP/1.1" 200 None
2026-03-29 04:30:44 [adesa.uk] INFO: Scrape type for 10741735: 2
2026-03-29 04:30:44 [adesa.uk] INFO: Scraping item 10741735 url https://www.openlane.eu/en/carv6/auction/10741735
2026-03-29 04:30:44 [adesa.uk] INFO: Found listing with ID: 10619051
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710619051%27 HTTP/1.1" 200 None
2026-03-29 04:30:44 [adesa.uk] INFO: Scrape type for 10619051: 0
2026-03-29 04:30:44 [adesa.uk] INFO: Skipping item 10619051 url https://www.openlane.eu/en/carv6/auction/10619051
2026-03-29 04:30:44 [adesa.uk] INFO: Found listing with ID: 10630207
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710630207%27 HTTP/1.1" 200 None
2026-03-29 04:30:44 [adesa.uk] INFO: Scrape type for 10630207: 0
2026-03-29 04:30:44 [adesa.uk] INFO: Skipping item 10630207 url https://www.openlane.eu/en/carv6/auction/10630207
2026-03-29 04:30:44 [adesa.uk] INFO: Found listing with ID: 10630206
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710630206%27 HTTP/1.1" 200 None
2026-03-29 04:30:44 [adesa.uk] INFO: Scrape type for 10630206: 0
2026-03-29 04:30:44 [adesa.uk] INFO: Skipping item 10630206 url https://www.openlane.eu/en/carv6/auction/10630206
2026-03-29 04:30:44 [adesa.uk] INFO: Found listing with ID: 10741737
2026-03-29 04:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741737%27 HTTP/1.1" 200 None
2026-03-29 04:30:44 [adesa.uk] INFO: Scrape type for 10741737: 2
2026-03-29 04:30:44 [adesa.uk] INFO: Scraping item 10741737 url https://www.openlane.eu/en/carv6/auction/10741737
2026-03-29 04:30:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dafd2d6d-eba3-5570-a290-71335a9f25f1 with identifier: 10732872
2026-03-29 04:30:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dafd2d6d-eba3-5570-a290-71335a9f25f1 with scrape type 2
2026-03-29 04:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dafd2d6d-eba3-5570-a290-71335a9f25f1 with scrape type 2
2026-03-29 04:30:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: dafd2d6d-eba3-5570-a290-71335a9f25f1, identifier: 10732872
2026-03-29 04:30:44 [adesa.uk] INFO: Found listing with ID: 10707310
2026-03-29 04:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710707310%27 HTTP/1.1" 200 None
2026-03-29 04:30:45 [adesa.uk] INFO: Scrape type for 10707310: 0
2026-03-29 04:30:45 [adesa.uk] INFO: Skipping item 10707310 url https://www.openlane.eu/en/carv6/auction/10707310
2026-03-29 04:30:45 [adesa.uk] INFO: Found listing with ID: 10707309
2026-03-29 04:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710707309%27 HTTP/1.1" 200 None
2026-03-29 04:30:45 [adesa.uk] INFO: Scrape type for 10707309: 0
2026-03-29 04:30:45 [adesa.uk] INFO: Skipping item 10707309 url https://www.openlane.eu/en/carv6/auction/10707309
2026-03-29 04:30:45 [adesa.uk] INFO: Found listing with ID: 10707308
2026-03-29 04:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710707308%27 HTTP/1.1" 200 None
2026-03-29 04:30:45 [adesa.uk] INFO: Scrape type for 10707308: 0
2026-03-29 04:30:45 [adesa.uk] INFO: Skipping item 10707308 url https://www.openlane.eu/en/carv6/auction/10707308
2026-03-29 04:30:45 [adesa.uk] INFO: Found listing with ID: 10741738
2026-03-29 04:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741738%27 HTTP/1.1" 200 None
2026-03-29 04:30:45 [adesa.uk] INFO: Scrape type for 10741738: 0
2026-03-29 04:30:45 [adesa.uk] INFO: Skipping item 10741738 url https://www.openlane.eu/en/carv6/auction/10741738
2026-03-29 04:30:45 [adesa.uk] INFO: Found listing with ID: 10707307
2026-03-29 04:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710707307%27 HTTP/1.1" 200 None
2026-03-29 04:30:45 [adesa.uk] INFO: Scrape type for 10707307: 0
2026-03-29 04:30:45 [adesa.uk] INFO: Skipping item 10707307 url https://www.openlane.eu/en/carv6/auction/10707307
2026-03-29 04:30:45 [adesa.uk] INFO: Found listing with ID: 10707311
2026-03-29 04:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710707311%27 HTTP/1.1" 200 None
2026-03-29 04:30:45 [adesa.uk] INFO: Scrape type for 10707311: 0
2026-03-29 04:30:45 [adesa.uk] INFO: Skipping item 10707311 url https://www.openlane.eu/en/carv6/auction/10707311
2026-03-29 04:30:45 [adesa.uk] INFO: Found listing with ID: 10706007
2026-03-29 04:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710706007%27 HTTP/1.1" 200 None
2026-03-29 04:30:45 [adesa.uk] INFO: Scrape type for 10706007: 0
2026-03-29 04:30:45 [adesa.uk] INFO: Skipping item 10706007 url https://www.openlane.eu/en/carv6/auction/10706007
2026-03-29 04:30:45 [adesa.uk] INFO: Found listing with ID: 10674518
2026-03-29 04:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710674518%27 HTTP/1.1" 200 None
2026-03-29 04:30:45 [adesa.uk] INFO: Scrape type for 10674518: 0
2026-03-29 04:30:45 [adesa.uk] INFO: Skipping item 10674518 url https://www.openlane.eu/en/carv6/auction/10674518
2026-03-29 04:30:45 [adesa.uk] INFO: Found listing with ID: 10707698
2026-03-29 04:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710707698%27 HTTP/1.1" 200 None
2026-03-29 04:30:45 [adesa.uk] INFO: Scrape type for 10707698: 0
2026-03-29 04:30:45 [adesa.uk] INFO: Skipping item 10707698 url https://www.openlane.eu/en/carv6/auction/10707698
2026-03-29 04:30:45 [adesa.uk] INFO: Found listing with ID: 10707699
2026-03-29 04:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710707699%27 HTTP/1.1" 200 None
2026-03-29 04:30:45 [adesa.uk] INFO: Scrape type for 10707699: 0
2026-03-29 04:30:45 [adesa.uk] INFO: Skipping item 10707699 url https://www.openlane.eu/en/carv6/auction/10707699
2026-03-29 04:30:45 [adesa.uk] INFO: Found listing with ID: 10606319
2026-03-29 04:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710606319%27 HTTP/1.1" 200 None
2026-03-29 04:30:45 [adesa.uk] INFO: Scrape type for 10606319: 2
2026-03-29 04:30:45 [adesa.uk] INFO: Scraping item 10606319 url https://www.openlane.eu/en/carv6/auction/10606319
2026-03-29 04:30:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: dafd2d6d-eba3-5570-a290-71335a9f25f1 with identifier: 10732872
2026-03-29 04:30:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: dafd2d6d-eba3-5570-a290-71335a9f25f1 with identifier: 10732872
2026-03-29 04:30:45 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: dafd2d6d-eba3-5570-a290-71335a9f25f1 with identifier: 10732872 to the API
2026-03-29 04:30:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10732872>
{'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-31T14:00:00Z',
'fuel_type': 'Electric',
'id': 'dafd2d6d-eba3-5570-a290-71335a9f25f1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VO72OHN',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10732872',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 28801,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-10-20',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh GS Line - Electric - Automatic - 136 hp - '
'VO72OHN - 28,801 mi',
'transmission': 'automatic',
'trim': 'GS Line',
'vin': None,
'year': 2022}
2026-03-29 04:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732872%27 HTTP/1.1" 200 None
2026-03-29 04:30:45 [adesa.uk] INFO: Saving data for 10732872: {'auction_closing_time': 1774965600.0, 'created_time': 1774549837.819613, 'last_price_update_time': 1774758645.456256}
2026-03-29 04:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10732872') HTTP/1.1" 204 0
2026-03-29 04:30:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff74be62-024a-503f-9b28-a97a9c95e110 with identifier: 10732868
2026-03-29 04:30:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff74be62-024a-503f-9b28-a97a9c95e110 with scrape type 2
2026-03-29 04:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff74be62-024a-503f-9b28-a97a9c95e110 with scrape type 2
2026-03-29 04:30:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: ff74be62-024a-503f-9b28-a97a9c95e110, identifier: 10732868
2026-03-29 04:30:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: ff74be62-024a-503f-9b28-a97a9c95e110 with identifier: 10732868
2026-03-29 04:30:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: ff74be62-024a-503f-9b28-a97a9c95e110 with identifier: 10732868
2026-03-29 04:30:45 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: ff74be62-024a-503f-9b28-a97a9c95e110 with identifier: 10732868 to the API
2026-03-29 04:30:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10732868>
{'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-31T14:00:00Z',
'fuel_type': 'Electric',
'id': 'ff74be62-024a-503f-9b28-a97a9c95e110',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'SH71OGE',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10732868',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 67330,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 6400,
'price_includes_vat': True,
'registration_date': '2021-11-30',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Elite Premium - Electric - Automatic - 136 '
'hp - SH71OGE - 67,330 mi',
'transmission': 'automatic',
'trim': 'Elite Premium',
'vin': None,
'year': 2021}
2026-03-29 04:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732868%27 HTTP/1.1" 200 None
2026-03-29 04:30:45 [adesa.uk] INFO: Saving data for 10732868: {'auction_closing_time': 1774965600.0, 'created_time': 1774549839.267267, 'last_price_update_time': 1774758645.916264}
2026-03-29 04:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10732868') HTTP/1.1" 204 0
2026-03-29 04:30:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10732869> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04: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-29 04:30:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2722d9d-0e16-5552-b312-de6dbec77238 with identifier: 10732869
2026-03-29 04:30:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2722d9d-0e16-5552-b312-de6dbec77238 with scrape type 2
2026-03-29 04:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2722d9d-0e16-5552-b312-de6dbec77238 with scrape type 2
2026-03-29 04:30:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: f2722d9d-0e16-5552-b312-de6dbec77238, identifier: 10732869
2026-03-29 04:30:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: f2722d9d-0e16-5552-b312-de6dbec77238 with identifier: 10732869
2026-03-29 04:30:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: f2722d9d-0e16-5552-b312-de6dbec77238 with identifier: 10732869
2026-03-29 04:30:46 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: f2722d9d-0e16-5552-b312-de6dbec77238 with identifier: 10732869 to the API
2026-03-29 04:30:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10732869>
{'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-31T14:00:00Z',
'fuel_type': 'Electric',
'id': 'f2722d9d-0e16-5552-b312-de6dbec77238',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'FD71ENX',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10732869',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 31891,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8100,
'price_includes_vat': True,
'registration_date': '2022-01-07',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Elite Premium - Electric - Automatic - 136 '
'hp - FD71ENX - 31,891 mi',
'transmission': 'automatic',
'trim': 'Elite Premium',
'vin': None,
'year': 2022}
2026-03-29 04:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732869%27 HTTP/1.1" 200 None
2026-03-29 04:30:46 [adesa.uk] INFO: Saving data for 10732869: {'auction_closing_time': 1774965600.0, 'created_time': 1774549837.468037, 'last_price_update_time': 1774758646.412946}
2026-03-29 04:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10732869') HTTP/1.1" 204 0
2026-03-29 04:30:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10732871> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:30:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38727df0-b500-5b0f-9fef-37f788a4480e with identifier: 10732871
2026-03-29 04:30:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38727df0-b500-5b0f-9fef-37f788a4480e with scrape type 2
2026-03-29 04:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38727df0-b500-5b0f-9fef-37f788a4480e with scrape type 2
2026-03-29 04:30:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 38727df0-b500-5b0f-9fef-37f788a4480e, identifier: 10732871
2026-03-29 04:30:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 38727df0-b500-5b0f-9fef-37f788a4480e with identifier: 10732871
2026-03-29 04:30:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 38727df0-b500-5b0f-9fef-37f788a4480e with identifier: 10732871
2026-03-29 04:30:46 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 38727df0-b500-5b0f-9fef-37f788a4480e with identifier: 10732871 to the API
2026-03-29 04:30:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10732871>
{'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-31T14:00:00Z',
'fuel_type': 'Electric',
'id': '38727df0-b500-5b0f-9fef-37f788a4480e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'AP71EYW',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10732871',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 53577,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7100,
'price_includes_vat': True,
'registration_date': '2022-01-20',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Elite Premium - Electric - Automatic - 136 '
'hp - AP71EYW - 53,577 mi',
'transmission': 'automatic',
'trim': 'Elite Premium',
'vin': None,
'year': 2022}
2026-03-29 04:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732871%27 HTTP/1.1" 200 None
2026-03-29 04:30:47 [adesa.uk] INFO: Saving data for 10732871: {'auction_closing_time': 1774965600.0, 'created_time': 1774549820.944736, 'last_price_update_time': 1774758647.881055}
2026-03-29 04:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10732871') HTTP/1.1" 204 0
2026-03-29 04:30:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10732870> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04: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-29 04:30:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741240> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04: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-29 04:30:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9bace3b-0029-56f8-83c6-7f3ac237c4ca with identifier: 10732870
2026-03-29 04:30:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9bace3b-0029-56f8-83c6-7f3ac237c4ca with scrape type 2
2026-03-29 04:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9bace3b-0029-56f8-83c6-7f3ac237c4ca with scrape type 2
2026-03-29 04:30:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: c9bace3b-0029-56f8-83c6-7f3ac237c4ca, identifier: 10732870
2026-03-29 04:30:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: c9bace3b-0029-56f8-83c6-7f3ac237c4ca with identifier: 10732870
2026-03-29 04:30:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: c9bace3b-0029-56f8-83c6-7f3ac237c4ca with identifier: 10732870
2026-03-29 04:30:48 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: c9bace3b-0029-56f8-83c6-7f3ac237c4ca with identifier: 10732870 to the API
2026-03-29 04:30:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10732870>
{'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-31T14:00:00Z',
'fuel_type': 'Electric',
'id': 'c9bace3b-0029-56f8-83c6-7f3ac237c4ca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'LY71FDV',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10732870',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 25300,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8400,
'price_includes_vat': True,
'registration_date': '2022-01-18',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Elite Premium - Electric - Automatic - 136 '
'hp - LY71FDV - 25,300 mi',
'transmission': 'automatic',
'trim': 'Elite Premium',
'vin': None,
'year': 2022}
2026-03-29 04:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732870%27 HTTP/1.1" 200 None
2026-03-29 04:30:48 [adesa.uk] INFO: Saving data for 10732870: {'auction_closing_time': 1774965600.0, 'created_time': 1774549839.616967, 'last_price_update_time': 1774758648.36658}
2026-03-29 04:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10732870') HTTP/1.1" 204 0
2026-03-29 04:30:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7979dfe-b0c6-5850-b180-701b1df697c5 with identifier: 10741240
2026-03-29 04:30:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7979dfe-b0c6-5850-b180-701b1df697c5 with scrape type 2
2026-03-29 04:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c7979dfe-b0c6-5850-b180-701b1df697c5 with scrape type 2
2026-03-29 04:30:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: c7979dfe-b0c6-5850-b180-701b1df697c5, identifier: 10741240
2026-03-29 04:30:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: c7979dfe-b0c6-5850-b180-701b1df697c5 with identifier: 10741240
2026-03-29 04:30:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: c7979dfe-b0c6-5850-b180-701b1df697c5 with identifier: 10741240
2026-03-29 04:30:48 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: c7979dfe-b0c6-5850-b180-701b1df697c5 with identifier: 10741240 to the API
2026-03-29 04:30:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741240>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:58:00Z',
'fuel_type': 'Electric',
'id': 'c7979dfe-b0c6-5850-b180-701b1df697c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LP72SXU',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741240',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Nissan',
'model': 'Leaf',
'odometer': 23188,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 3300,
'price_includes_vat': True,
'registration_date': '2022-12-28',
'seats_number': 5,
'seller_name': None,
'title': 'Nissan Leaf 40 kWh N-connecta - Electric - Automatic - 150 hp - '
'LP72SXU - 23,188 mi',
'transmission': 'automatic',
'trim': 'N-connecta',
'vin': None,
'year': 2022}
2026-03-29 04:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741240%27 HTTP/1.1" 200 None
2026-03-29 04:30:48 [adesa.uk] INFO: Saving data for 10741240: {'auction_closing_time': 1774886280.0, 'created_time': 1774636294.287785, 'last_price_update_time': 1774758648.733204}
2026-03-29 04:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741240') HTTP/1.1" 204 0
2026-03-29 04:30:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741239> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04: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-29 04:30:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741721> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04: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-29 04:30:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb8729ce-f9f4-5576-a05a-5d4d5793b186 with identifier: 10741239
2026-03-29 04:30:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb8729ce-f9f4-5576-a05a-5d4d5793b186 with scrape type 2
2026-03-29 04:30:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb8729ce-f9f4-5576-a05a-5d4d5793b186 with scrape type 2
2026-03-29 04:30:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: cb8729ce-f9f4-5576-a05a-5d4d5793b186, identifier: 10741239
2026-03-29 04:30:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: cb8729ce-f9f4-5576-a05a-5d4d5793b186 with identifier: 10741239
2026-03-29 04:30:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: cb8729ce-f9f4-5576-a05a-5d4d5793b186 with identifier: 10741239
2026-03-29 04:30:49 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: cb8729ce-f9f4-5576-a05a-5d4d5793b186 with identifier: 10741239 to the API
2026-03-29 04:30:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741239>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:58:00Z',
'fuel_type': 'Electric',
'id': 'cb8729ce-f9f4-5576-a05a-5d4d5793b186',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DS72NCO',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741239',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Nissan',
'model': 'Leaf',
'odometer': 19910,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 5200,
'price_includes_vat': True,
'registration_date': '2022-11-29',
'seats_number': 5,
'seller_name': None,
'title': 'Nissan Leaf 40 kWh N-connecta - Electric - Automatic - 150 hp - '
'DS72NCO - 19,910 mi',
'transmission': 'automatic',
'trim': 'N-connecta',
'vin': None,
'year': 2022}
2026-03-29 04:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741239%27 HTTP/1.1" 200 None
2026-03-29 04:30:49 [adesa.uk] INFO: Saving data for 10741239: {'auction_closing_time': 1774886280.0, 'created_time': 1774636293.773782, 'last_price_update_time': 1774758649.530533}
2026-03-29 04:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741239') HTTP/1.1" 204 0
2026-03-29 04:30:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10732883> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04: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-29 04:30:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89a4d840-8663-5108-9000-157acf7ea2bf with identifier: 10741721
2026-03-29 04:30:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89a4d840-8663-5108-9000-157acf7ea2bf with scrape type 2
2026-03-29 04:30:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89a4d840-8663-5108-9000-157acf7ea2bf with scrape type 2
2026-03-29 04:30:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 89a4d840-8663-5108-9000-157acf7ea2bf, identifier: 10741721
2026-03-29 04:30:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 89a4d840-8663-5108-9000-157acf7ea2bf with identifier: 10741721
2026-03-29 04:30:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 89a4d840-8663-5108-9000-157acf7ea2bf with identifier: 10741721
2026-03-29 04:30:49 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 89a4d840-8663-5108-9000-157acf7ea2bf with identifier: 10741721 to the API
2026-03-29 04:30:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741721>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': 'Hatchback',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 75,
'expiration_date': '2026-03-30T15:58:00Z',
'fuel_type': 'Petrol',
'id': '89a4d840-8663-5108-9000-157acf7ea2bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DN22EOX',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741721',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 62161,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 3100,
'price_includes_vat': True,
'registration_date': '2022-05-30',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Corsa 1.2 SE Edition - Petrol - Manual - 75 hp - DN22EOX - '
'62,161 mi',
'transmission': 'manual',
'trim': 'SE Edition',
'vin': None,
'year': 2022}
2026-03-29 04:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741721%27 HTTP/1.1" 200 None
2026-03-29 04:30:49 [adesa.uk] INFO: Saving data for 10741721: {'auction_closing_time': 1774886280.0, 'created_time': 1774636280.671922, 'last_price_update_time': 1774758649.901464}
2026-03-29 04:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741721') HTTP/1.1" 204 0
2026-03-29 04:30:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed2e7523-3521-5ac4-9df6-6767b382c604 with identifier: 10732883
2026-03-29 04:30:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed2e7523-3521-5ac4-9df6-6767b382c604 with scrape type 2
2026-03-29 04:30:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed2e7523-3521-5ac4-9df6-6767b382c604 with scrape type 2
2026-03-29 04:30:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: ed2e7523-3521-5ac4-9df6-6767b382c604, identifier: 10732883
2026-03-29 04:30:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: ed2e7523-3521-5ac4-9df6-6767b382c604 with identifier: 10732883
2026-03-29 04:30:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: ed2e7523-3521-5ac4-9df6-6767b382c604 with identifier: 10732883
2026-03-29 04:30:50 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: ed2e7523-3521-5ac4-9df6-6767b382c604 with identifier: 10732883 to the API
2026-03-29 04:30:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10732883>
{'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': 75,
'expiration_date': '2026-03-30T14:00:00Z',
'fuel_type': 'Petrol',
'id': 'ed2e7523-3521-5ac4-9df6-6767b382c604',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'RE71UJX',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10732883',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 65012,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 4800,
'price_includes_vat': True,
'registration_date': '2021-11-24',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa 1.2 SE - Petrol - Manual - 75 hp - RE71UJX - 65,012 '
'mi',
'transmission': 'manual',
'trim': 'SE',
'vin': None,
'year': 2021}
2026-03-29 04:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732883%27 HTTP/1.1" 200 None
2026-03-29 04:30:50 [adesa.uk] INFO: Saving data for 10732883: {'auction_closing_time': 1774879200.0, 'created_time': 1774549846.309271, 'last_price_update_time': 1774758650.287027}
2026-03-29 04:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10732883') HTTP/1.1" 204 0
2026-03-29 04:30:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10732884> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04: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-29 04:30:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70b7bccf-f1c0-5db8-b4ce-51e63543607b with identifier: 10732884
2026-03-29 04:30:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70b7bccf-f1c0-5db8-b4ce-51e63543607b with scrape type 2
2026-03-29 04:30:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70b7bccf-f1c0-5db8-b4ce-51e63543607b with scrape type 2
2026-03-29 04:30:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 70b7bccf-f1c0-5db8-b4ce-51e63543607b, identifier: 10732884
2026-03-29 04:30:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 70b7bccf-f1c0-5db8-b4ce-51e63543607b with identifier: 10732884
2026-03-29 04:30:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 70b7bccf-f1c0-5db8-b4ce-51e63543607b with identifier: 10732884
2026-03-29 04:30:50 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 70b7bccf-f1c0-5db8-b4ce-51e63543607b with identifier: 10732884 to the API
2026-03-29 04:30:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10732884>
{'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-30T14:00:00Z',
'fuel_type': 'Electric',
'id': '70b7bccf-f1c0-5db8-b4ce-51e63543607b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'RJ71SYY',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10732884',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 45042,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 6200,
'price_includes_vat': True,
'registration_date': '2022-02-21',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa-e 46 kWh SE Premium - Electric - Automatic - 136 hp '
'- RJ71SYY - 45,042 mi',
'transmission': 'automatic',
'trim': 'SE Premium',
'vin': None,
'year': 2022}
2026-03-29 04:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732884%27 HTTP/1.1" 200 None
2026-03-29 04:30:50 [adesa.uk] INFO: Saving data for 10732884: {'auction_closing_time': 1774879200.0, 'created_time': 1774549857.6985, 'last_price_update_time': 1774758650.764802}
2026-03-29 04:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10732884') HTTP/1.1" 204 0
2026-03-29 04:30:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10732880> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04: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-29 04:30:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af17f1f2-2160-5c9e-8a25-43b2343f35b4 with identifier: 10732880
2026-03-29 04:30:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af17f1f2-2160-5c9e-8a25-43b2343f35b4 with scrape type 2
2026-03-29 04:30:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af17f1f2-2160-5c9e-8a25-43b2343f35b4 with scrape type 2
2026-03-29 04:30:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: af17f1f2-2160-5c9e-8a25-43b2343f35b4, identifier: 10732880
2026-03-29 04:30:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: af17f1f2-2160-5c9e-8a25-43b2343f35b4 with identifier: 10732880
2026-03-29 04:30:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: af17f1f2-2160-5c9e-8a25-43b2343f35b4 with identifier: 10732880
2026-03-29 04:30:51 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: af17f1f2-2160-5c9e-8a25-43b2343f35b4 with identifier: 10732880 to the API
2026-03-29 04:30:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:30:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:30:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10732880>
{'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-31T14:00:00Z',
'fuel_type': 'Electric',
'id': 'af17f1f2-2160-5c9e-8a25-43b2343f35b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'FP71HYR',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10732880',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 38949,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8500,
'price_includes_vat': True,
'registration_date': '2021-12-30',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate - Electric - Automatic - 136 hp - '
'FP71HYR - 38,949 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2021}
2026-03-29 04:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732880%27 HTTP/1.1" 200 None
2026-03-29 04:30:51 [adesa.uk] INFO: Saving data for 10732880: {'auction_closing_time': 1774965600.0, 'created_time': 1774549858.928399, 'last_price_update_time': 1774758651.324328}
2026-03-29 04:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10732880') HTTP/1.1" 204 0
2026-03-29 04:30:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10732887> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04: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-29 04:30:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: feea6ff9-3de9-539e-9368-9392f4ec5ef8 with identifier: 10732887
2026-03-29 04:30:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item feea6ff9-3de9-539e-9368-9392f4ec5ef8 with scrape type 2
2026-03-29 04:30:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item feea6ff9-3de9-539e-9368-9392f4ec5ef8 with scrape type 2
2026-03-29 04:30:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: feea6ff9-3de9-539e-9368-9392f4ec5ef8, identifier: 10732887
2026-03-29 04:30:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: feea6ff9-3de9-539e-9368-9392f4ec5ef8 with identifier: 10732887
2026-03-29 04:30:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: feea6ff9-3de9-539e-9368-9392f4ec5ef8 with identifier: 10732887
2026-03-29 04:30:51 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: feea6ff9-3de9-539e-9368-9392f4ec5ef8 with identifier: 10732887 to the API
2026-03-29 04:30:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:30:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:30:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10732887>
{'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-30T14:00:00Z',
'fuel_type': 'Petrol',
'id': 'feea6ff9-3de9-539e-9368-9392f4ec5ef8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WG69DVK',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10732887',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Grandland',
'odometer': 47357,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 4800,
'price_includes_vat': True,
'registration_date': '2019-10-25',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Grandland 1.2 Turbo Sport Nav - Petrol - Manual - 131 hp - '
'WG69DVK - 47,357 mi',
'transmission': 'manual',
'trim': 'Sport Nav',
'vin': None,
'year': 2019}
2026-03-29 04:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732887%27 HTTP/1.1" 200 None
2026-03-29 04:30:51 [adesa.uk] INFO: Saving data for 10732887: {'auction_closing_time': 1774879200.0, 'created_time': 1774549859.56665, 'last_price_update_time': 1774758651.92983}
2026-03-29 04:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10732887') HTTP/1.1" 204 0
2026-03-29 04:30:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10711372> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04: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-29 04:30:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 809e4efd-be52-5221-8a8b-8d887044054f with identifier: 10711372
2026-03-29 04:30:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 809e4efd-be52-5221-8a8b-8d887044054f with scrape type 2
2026-03-29 04:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 809e4efd-be52-5221-8a8b-8d887044054f with scrape type 2
2026-03-29 04:30:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 809e4efd-be52-5221-8a8b-8d887044054f, identifier: 10711372
2026-03-29 04:30:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 809e4efd-be52-5221-8a8b-8d887044054f with identifier: 10711372
2026-03-29 04:30:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 04:30:52 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Diesel HTTP/1.1" 200 None
2026-03-29 04:30:52 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 04:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 04:30:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 809e4efd-be52-5221-8a8b-8d887044054f with identifier: 10711372
2026-03-29 04:30:52 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 809e4efd-be52-5221-8a8b-8d887044054f with identifier: 10711372 to the API
2026-03-29 04:30:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10711372>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '2.2L',
'engine_horse_power': 1,
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': '809e4efd-be52-5221-8a8b-8d887044054f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DP75RCF',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10711372',
'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': 22800,
'price_includes_vat': True,
'registration_date': '2025-12-31',
'seats_number': 3,
'seller_name': None,
'title': 'Vauxhall Movano L3H2 2.2 Turbo Prime - Diesel - Manual - 1 hp - '
'DP75RCF - 10 mi',
'transmission': 'manual',
'trim': 'Prime',
'vin': None,
'year': 2025}
2026-03-29 04:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710711372%27 HTTP/1.1" 200 None
2026-03-29 04:30:52 [adesa.uk] INFO: Saving data for 10711372: {'auction_closing_time': 1775034000.0, 'created_time': 1774279833.243707, 'last_price_update_time': 1774758652.680988}
2026-03-29 04:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10711372') HTTP/1.1" 204 0
2026-03-29 04:30:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10722844> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04: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-29 04:30:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10606319> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04: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-29 04:30:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9be0ac21-17fb-5ff5-b24d-0f9d898c1204 with identifier: 10722844
2026-03-29 04:30:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9be0ac21-17fb-5ff5-b24d-0f9d898c1204 with scrape type 2
2026-03-29 04:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9be0ac21-17fb-5ff5-b24d-0f9d898c1204 with scrape type 2
2026-03-29 04:30:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 9be0ac21-17fb-5ff5-b24d-0f9d898c1204, identifier: 10722844
2026-03-29 04:30:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 9be0ac21-17fb-5ff5-b24d-0f9d898c1204 with identifier: 10722844
2026-03-29 04:30:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 9be0ac21-17fb-5ff5-b24d-0f9d898c1204 with identifier: 10722844
2026-03-29 04:30:52 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 9be0ac21-17fb-5ff5-b24d-0f9d898c1204 with identifier: 10722844 to the API
2026-03-29 04:30:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10722844>
{'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': 131,
'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': 'DT75UNR',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10722844',
'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': 17400,
'price_includes_vat': True,
'registration_date': '2026-02-28',
'seats_number': 3,
'seller_name': None,
'title': 'Vauxhall Combo 1.5 Turbo Pro - Diesel - Automatic - 131 hp - '
'DT75UNR - 25 mi',
'transmission': 'automatic',
'trim': 'Pro',
'vin': None,
'year': 2026}
2026-03-29 04:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710722844%27 HTTP/1.1" 200 None
2026-03-29 04:30:53 [adesa.uk] INFO: Saving data for 10722844: {'auction_closing_time': 1775034000.0, 'created_time': 1774434882.5993, 'last_price_update_time': 1774758653.181772}
2026-03-29 04:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10722844') HTTP/1.1" 204 0
2026-03-29 04:30:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10732885> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4855b739-2746-53f1-99d1-25b168c868e6 with identifier: 10606319
2026-03-29 04:30:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4855b739-2746-53f1-99d1-25b168c868e6 with scrape type 2
2026-03-29 04:30:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4855b739-2746-53f1-99d1-25b168c868e6 with scrape type 2
2026-03-29 04:30:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 4855b739-2746-53f1-99d1-25b168c868e6, identifier: 10606319
2026-03-29 04:30:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 4855b739-2746-53f1-99d1-25b168c868e6 with identifier: 10606319
2026-03-29 04:30:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 4855b739-2746-53f1-99d1-25b168c868e6 with identifier: 10606319
2026-03-29 04:30:53 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 4855b739-2746-53f1-99d1-25b168c868e6 with identifier: 10606319 to the API
2026-03-29 04:30:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10606319>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'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': '4855b739-2746-53f1-99d1-25b168c868e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DY75JXX',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10606319',
'listing': 'auctionplusdirectbuy',
'location': 'Warrington',
'make': 'Vauxhall',
'model': 'Movano',
'odometer': 20,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 26100,
'price_includes_vat': True,
'registration_date': '2026-01-31',
'seats_number': 3,
'seller_name': 'OPENLANE Remarketing Ltd',
'title': 'Vauxhall Movano tipper 2.2 Turbo Prime - Diesel - Manual - 140 hp - '
'DY75JXX - 20 mi',
'transmission': 'manual',
'trim': 'Prime',
'vin': None,
'year': 2026}
2026-03-29 04:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710606319%27 HTTP/1.1" 200 None
2026-03-29 04:30:53 [adesa.uk] INFO: Saving data for 10606319: {'auction_closing_time': 1775034000.0, 'created_time': 1773234949.760595, 'last_price_update_time': 1774758653.555345}
2026-03-29 04:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10606319') HTTP/1.1" 204 0
2026-03-29 04:30:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741735> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88937b92-d36a-53fe-8080-a71fb11f50b2 with identifier: 10732885
2026-03-29 04:30:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88937b92-d36a-53fe-8080-a71fb11f50b2 with scrape type 2
2026-03-29 04:30:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88937b92-d36a-53fe-8080-a71fb11f50b2 with scrape type 2
2026-03-29 04:30:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 88937b92-d36a-53fe-8080-a71fb11f50b2, identifier: 10732885
2026-03-29 04:30:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 88937b92-d36a-53fe-8080-a71fb11f50b2 with identifier: 10732885
2026-03-29 04:30:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 88937b92-d36a-53fe-8080-a71fb11f50b2 with identifier: 10732885
2026-03-29 04:30:53 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 88937b92-d36a-53fe-8080-a71fb11f50b2 with identifier: 10732885 to the API
2026-03-29 04:30:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10732885>
{'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': 82,
'expiration_date': '2026-03-30T14:00:00Z',
'fuel_type': 'Petrol',
'id': '88937b92-d36a-53fe-8080-a71fb11f50b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AO18YCT',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10732885',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Crossland',
'odometer': 73421,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 1800,
'price_includes_vat': True,
'registration_date': '2018-07-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Crossland 1.2 SE - Petrol - Manual - 82 hp - AO18YCT - '
'73,421 mi',
'transmission': 'manual',
'trim': 'SE',
'vin': None,
'year': 2018}
2026-03-29 04:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732885%27 HTTP/1.1" 200 None
2026-03-29 04:30:53 [adesa.uk] INFO: Saving data for 10732885: {'auction_closing_time': 1774879200.0, 'created_time': 1774549860.59512, 'last_price_update_time': 1774758653.976033}
2026-03-29 04:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10732885') HTTP/1.1" 204 0
2026-03-29 04:30:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1994501-e708-50bf-8a4e-3e5dd769d8f5 with identifier: 10741735
2026-03-29 04:30:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1994501-e708-50bf-8a4e-3e5dd769d8f5 with scrape type 2
2026-03-29 04:30:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1994501-e708-50bf-8a4e-3e5dd769d8f5 with scrape type 2
2026-03-29 04:30:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: f1994501-e708-50bf-8a4e-3e5dd769d8f5, identifier: 10741735
2026-03-29 04:30:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: f1994501-e708-50bf-8a4e-3e5dd769d8f5 with identifier: 10741735
2026-03-29 04:30:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: f1994501-e708-50bf-8a4e-3e5dd769d8f5 with identifier: 10741735
2026-03-29 04:30:54 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: f1994501-e708-50bf-8a4e-3e5dd769d8f5 with identifier: 10741735 to the API
2026-03-29 04:30:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741735>
{'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': 120,
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'f1994501-e708-50bf-8a4e-3e5dd769d8f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DP75RHX',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741735',
'listing': 'auctionplusdirectbuy',
'location': 'Stoke-on-Trent',
'make': 'Vauxhall',
'model': 'Vivaro',
'odometer': 15,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 18700,
'price_includes_vat': True,
'registration_date': '2025-12-31',
'seats_number': 3,
'seller_name': None,
'title': 'Vauxhall Vivaro L1H1 1.5d Prime - Diesel - Manual - 120 hp - '
'DP75RHX - 15 mi',
'transmission': 'manual',
'trim': 'Prime',
'vin': None,
'year': 2025}
2026-03-29 04:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741735%27 HTTP/1.1" 200 None
2026-03-29 04:30:54 [adesa.uk] INFO: Saving data for 10741735: {'auction_closing_time': 1775034000.0, 'created_time': 1774636281.008302, 'last_price_update_time': 1774758654.35883}
2026-03-29 04:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741735') HTTP/1.1" 204 0
2026-03-29 04:30:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10732890> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10732888> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5dd4a332-0274-5eb6-9ce9-94ed730a6f7f with identifier: 10732890
2026-03-29 04:30:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5dd4a332-0274-5eb6-9ce9-94ed730a6f7f with scrape type 2
2026-03-29 04:30:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5dd4a332-0274-5eb6-9ce9-94ed730a6f7f with scrape type 2
2026-03-29 04:30:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 5dd4a332-0274-5eb6-9ce9-94ed730a6f7f, identifier: 10732890
2026-03-29 04:30:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c79fda7-cf9c-59bf-a66c-670a2caa757a with identifier: 10732888
2026-03-29 04:30:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c79fda7-cf9c-59bf-a66c-670a2caa757a with scrape type 2
2026-03-29 04:30:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c79fda7-cf9c-59bf-a66c-670a2caa757a with scrape type 2
2026-03-29 04:30:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 3c79fda7-cf9c-59bf-a66c-670a2caa757a, identifier: 10732888
2026-03-29 04:30:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 5dd4a332-0274-5eb6-9ce9-94ed730a6f7f with identifier: 10732890
2026-03-29 04:30:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 5dd4a332-0274-5eb6-9ce9-94ed730a6f7f with identifier: 10732890
2026-03-29 04:30:54 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 5dd4a332-0274-5eb6-9ce9-94ed730a6f7f with identifier: 10732890 to the API
2026-03-29 04:30:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10732890>
{'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-30T14:00:00Z',
'fuel_type': 'Electric',
'id': '5dd4a332-0274-5eb6-9ce9-94ed730a6f7f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'DY22JDK',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10732890',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 54824,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8000,
'price_includes_vat': True,
'registration_date': '2022-03-10',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate - Electric - Automatic - 136 hp - '
'DY22JDK - 54,824 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-29 04:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732890%27 HTTP/1.1" 200 None
2026-03-29 04:30:54 [adesa.uk] INFO: Saving data for 10732890: {'auction_closing_time': 1774879200.0, 'created_time': 1774549844.679352, 'last_price_update_time': 1774758654.927038}
2026-03-29 04:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10732890') HTTP/1.1" 204 0
2026-03-29 04:30:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 3c79fda7-cf9c-59bf-a66c-670a2caa757a with identifier: 10732888
2026-03-29 04:30:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 3c79fda7-cf9c-59bf-a66c-670a2caa757a with identifier: 10732888
2026-03-29 04:30:55 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 3c79fda7-cf9c-59bf-a66c-670a2caa757a with identifier: 10732888 to the API
2026-03-29 04:30:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10732888>
{'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': 131,
'expiration_date': '2026-03-30T14:00:00Z',
'fuel_type': 'Diesel',
'id': '3c79fda7-cf9c-59bf-a66c-670a2caa757a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DP19VDJ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10732888',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Grandland',
'odometer': 64607,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 4800,
'price_includes_vat': True,
'registration_date': '2019-06-30',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Grandland 1.5 Turbo Sport Nav - Diesel - Manual - 131 hp - '
'DP19VDJ - 64,607 mi',
'transmission': 'manual',
'trim': 'Sport Nav',
'vin': None,
'year': 2019}
2026-03-29 04:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732888%27 HTTP/1.1" 200 None
2026-03-29 04:30:55 [adesa.uk] INFO: Saving data for 10732888: {'auction_closing_time': 1774879200.0, 'created_time': 1774549860.229324, 'last_price_update_time': 1774758655.207287}
2026-03-29 04:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10732888') HTTP/1.1" 204 0
2026-03-29 04:30:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10709009> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32a3c1fd-a2b2-561e-ac3b-73406cca194e with identifier: 10709009
2026-03-29 04:30:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32a3c1fd-a2b2-561e-ac3b-73406cca194e with scrape type 2
2026-03-29 04:30:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32a3c1fd-a2b2-561e-ac3b-73406cca194e with scrape type 2
2026-03-29 04:30:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 32a3c1fd-a2b2-561e-ac3b-73406cca194e, identifier: 10709009
2026-03-29 04:30:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 32a3c1fd-a2b2-561e-ac3b-73406cca194e with identifier: 10709009
2026-03-29 04:30:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 32a3c1fd-a2b2-561e-ac3b-73406cca194e with identifier: 10709009
2026-03-29 04:30:55 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 32a3c1fd-a2b2-561e-ac3b-73406cca194e with identifier: 10709009 to the API
2026-03-29 04:30:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10709009>
{'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': 102,
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': '32a3c1fd-a2b2-561e-ac3b-73406cca194e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DL75YWK',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10709009',
'listing': 'auctionplusdirectbuy',
'location': 'Stoke-on-Trent',
'make': 'Vauxhall',
'model': 'Combo',
'odometer': 10,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 15500,
'price_includes_vat': True,
'registration_date': '2025-12-31',
'seats_number': 3,
'seller_name': 'Thompson Fleet Ltd',
'title': 'Vauxhall Combo 1.5 Turbo Prime Plus - Diesel - Manual - 102 hp - '
'DL75YWK - 10 mi',
'transmission': 'manual',
'trim': 'Prime Plus',
'vin': None,
'year': 2025}
2026-03-29 04:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710709009%27 HTTP/1.1" 200 None
2026-03-29 04:30:56 [adesa.uk] INFO: Saving data for 10709009: {'auction_closing_time': 1775034000.0, 'created_time': 1774262289.78749, 'last_price_update_time': 1774758656.003534}
2026-03-29 04:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10709009') HTTP/1.1" 204 0
2026-03-29 04:30:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741737> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87526f03-94c6-5380-ad82-c4b23baabc80 with identifier: 10741737
2026-03-29 04:30:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87526f03-94c6-5380-ad82-c4b23baabc80 with scrape type 2
2026-03-29 04:30:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87526f03-94c6-5380-ad82-c4b23baabc80 with scrape type 2
2026-03-29 04:30:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 87526f03-94c6-5380-ad82-c4b23baabc80, identifier: 10741737
2026-03-29 04:30:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 87526f03-94c6-5380-ad82-c4b23baabc80 with identifier: 10741737
2026-03-29 04:30:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 87526f03-94c6-5380-ad82-c4b23baabc80 with identifier: 10741737
2026-03-29 04:30:57 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 87526f03-94c6-5380-ad82-c4b23baabc80 with identifier: 10741737 to the API
2026-03-29 04:30:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741737>
{'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=10741737',
'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': 18700,
'price_includes_vat': True,
'registration_date': '2025-12-31',
'seats_number': 3,
'seller_name': None,
'title': 'Vauxhall Vivaro L1H1 1.5 Turbo Prime - Diesel - Manual - 120 hp - '
'DP75RJV - 10 mi',
'transmission': 'manual',
'trim': 'Prime',
'vin': None,
'year': 2025}
2026-03-29 04:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741737%27 HTTP/1.1" 200 None
2026-03-29 04:30:57 [adesa.uk] INFO: Saving data for 10741737: {'auction_closing_time': 1775034000.0, 'created_time': 1774636268.500398, 'last_price_update_time': 1774758657.435765}
2026-03-29 04:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741737') HTTP/1.1" 204 0
2026-03-29 04:30:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10732866> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:30:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b3487f0-d91b-53df-8718-152d43a49c5c with identifier: 10732866
2026-03-29 04:30:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b3487f0-d91b-53df-8718-152d43a49c5c with scrape type 2
2026-03-29 04:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b3487f0-d91b-53df-8718-152d43a49c5c with scrape type 2
2026-03-29 04:30:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 2b3487f0-d91b-53df-8718-152d43a49c5c, identifier: 10732866
2026-03-29 04:30:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 2b3487f0-d91b-53df-8718-152d43a49c5c with identifier: 10732866
2026-03-29 04:30:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 2b3487f0-d91b-53df-8718-152d43a49c5c with identifier: 10732866
2026-03-29 04:30:58 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 2b3487f0-d91b-53df-8718-152d43a49c5c with identifier: 10732866 to the API
2026-03-29 04:30:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:30:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10732866>
{'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': 101,
'expiration_date': '2026-03-31T14:00:00Z',
'fuel_type': 'Petrol',
'id': '2b3487f0-d91b-53df-8718-152d43a49c5c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'SH71WUK',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10732866',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka',
'odometer': 38733,
'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 1.2 Turbo SRi Premium - Petrol - Manual - 101 hp - '
'SH71WUK - 38,733 mi',
'transmission': 'manual',
'trim': 'SRi Premium',
'vin': None,
'year': 2021}
2026-03-29 04:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710732866%27 HTTP/1.1" 200 None
2026-03-29 04:30:58 [adesa.uk] INFO: Saving data for 10732866: {'auction_closing_time': 1774965600.0, 'created_time': 1774549840.406565, 'last_price_update_time': 1774758658.45943}
2026-03-29 04:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10732866') HTTP/1.1" 204 0
2026-03-29 04:31:05 [scrapy.extensions.logstats] INFO: Crawled 72 pages (at 72 pages/min), scraped 69 items (at 69 items/min)
2026-03-29 04:31:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 163MiB
2026-03-29 04:31:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10741218> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-29 04:31:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91660b59-3591-57eb-9478-66ae11087f41 with identifier: 10741218
2026-03-29 04:31:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91660b59-3591-57eb-9478-66ae11087f41 with scrape type 2
2026-03-29 04:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91660b59-3591-57eb-9478-66ae11087f41 with scrape type 2
2026-03-29 04:31:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.uk, Processed item id: 91660b59-3591-57eb-9478-66ae11087f41, identifier: 10741218
2026-03-29 04:31:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.uk, Translating item: 91660b59-3591-57eb-9478-66ae11087f41 with identifier: 10741218
2026-03-29 04:31:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.uk, Applying rules to item: 91660b59-3591-57eb-9478-66ae11087f41 with identifier: 10741218
2026-03-29 04:31:09 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.uk, Posting item: 91660b59-3591-57eb-9478-66ae11087f41 with identifier: 10741218 to the API
2026-03-29 04:31:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04: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-29 04:31:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10741218>
{'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-30T15:58:00Z',
'fuel_type': 'Electric',
'id': '91660b59-3591-57eb-9478-66ae11087f41',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DN72KVR',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10741218',
'listing': 'auction',
'location': 'Bruntingthorpe',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 23147,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 5600,
'price_includes_vat': True,
'registration_date': '2022-11-30',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Corsa-e 46 kWh Anniversary Edition - Electric - Automatic '
'- 136 hp - DN72KVR - 23,147 mi',
'transmission': 'automatic',
'trim': 'Anniversary Edition',
'vin': None,
'year': 2022}
2026-03-29 04:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04: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%2710741218%27 HTTP/1.1" 200 None
2026-03-29 04:31:10 [adesa.uk] INFO: Saving data for 10741218: {'auction_closing_time': 1774886280.0, 'created_time': 1774636275.77983, 'last_price_update_time': 1774758670.007642}
2026-03-29 04:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.uk',RowKey='10741218') HTTP/1.1" 204 0
2026-03-29 04:31:10 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-29 04:31:10 [adesa.uk] INFO: adesa.uk Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 0, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 0, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 0, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-29 04:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:31:10 [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%201774326670 HTTP/1.1" 200 None
2026-03-29 04:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10700904') HTTP/1.1" 204 0
2026-03-29 04:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10700905') HTTP/1.1" 204 0
2026-03-29 04:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10700906') HTTP/1.1" 204 0
2026-03-29 04:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10700907') HTTP/1.1" 204 0
2026-03-29 04:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10700908') HTTP/1.1" 204 0
2026-03-29 04:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10700909') HTTP/1.1" 204 0
2026-03-29 04:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10700910') HTTP/1.1" 204 0
2026-03-29 04:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10700911') HTTP/1.1" 204 0
2026-03-29 04:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10700912') HTTP/1.1" 204 0
2026-03-29 04:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10700913') HTTP/1.1" 204 0
2026-03-29 04:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10700914') HTTP/1.1" 204 0
2026-03-29 04:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.uk',RowKey='10700915') HTTP/1.1" 204 0
2026-03-29 04:31:10 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (70 items) in: file:///var/lib/scrapyd/items/sourcing_v2/adesa.uk/task_45_2026-03-29T04_30_00.jl
2026-03-29 04:31:10 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 68854,
'downloader/request_count': 73,
'downloader/request_method_count/GET': 70,
'downloader/request_method_count/POST': 3,
'downloader/response_bytes': 5281224,
'downloader/response_count': 73,
'downloader/response_status_count/200': 73,
'elapsed_time_seconds': 64.650177,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 29, 4, 31, 10, 242243, tzinfo=datetime.timezone.utc),
'item_scraped_count': 70,
'log_count/DEBUG': 1260,
'log_count/INFO': 1463,
'memusage/max': 171409408,
'memusage/startup': 148062208,
'request_depth_max': 3,
'response_received_count': 73,
'scheduler/dequeued': 73,
'scheduler/dequeued/memory': 73,
'scheduler/enqueued': 73,
'scheduler/enqueued/memory': 73,
'scrape_type/price_update': 70,
'scrape_type/skipped': 213,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 74,
'scrapy-zyte-api/error_ratio': 0.013513513513513514,
'scrapy-zyte-api/error_types/download/temporary-error': 1,
'scrapy-zyte-api/errors': 1,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 4.5753180228073065,
'scrapy-zyte-api/mean_response_seconds': 4.628670541365465,
'scrapy-zyte-api/processed': 73,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 73,
'scrapy-zyte-api/request_args/experimental.requestCookies': 72,
'scrapy-zyte-api/request_args/experimental.responseCookies': 73,
'scrapy-zyte-api/request_args/httpRequestBody': 3,
'scrapy-zyte-api/request_args/httpRequestMethod': 3,
'scrapy-zyte-api/request_args/httpResponseBody': 73,
'scrapy-zyte-api/request_args/httpResponseHeaders': 73,
'scrapy-zyte-api/request_args/url': 73,
'scrapy-zyte-api/status_codes/200': 73,
'scrapy-zyte-api/status_codes/520': 1,
'scrapy-zyte-api/success': 73,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'source/items_encountered': 283,
'source/total_available': 283,
'start_time': datetime.datetime(2026, 3, 29, 4, 30, 5, 592066, tzinfo=datetime.timezone.utc)}
2026-03-29 04:31:10 [scrapy.core.engine] INFO: Spider closed (finished)
2026-03-29 04:31:10 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f5e4435e150>
2026-03-29 04:31:10 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f5e4435e510>