2026-03-24 13:30:04 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-24 13:30:04 [scrapy.utils.log] INFO: Versions: lxml 5.2.2.0, libxml2 2.12.6, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.7, Platform Linux-5.15.0-1098-azure-x86_64-with-glibc2.36
2026-03-24 13:30:04 [openlane.gb] INFO: Starting spider openlane.gb
2026-03-24 13:30:04 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-24 13:30:04 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-24 13:30:04 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-24 13:30:04 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-24 13:30:04 [scrapy.extensions.telnet] INFO: Telnet Password: 7a325e8e181b2a5b
2026-03-24 13:30:04 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.feedexport.FeedExporter',
'scrapy.extensions.logstats.LogStats',
'scrapy.extensions.closespider.CloseSpider']
2026-03-24 13: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/openlane.gb/task_10_2026-03-24T13_30_00.log',
'LOG_FORMATTER': 'crawlers.log_formatter.SourcingLogFormatter',
'MEMUSAGE_LIMIT_MB': 2048,
'MEMUSAGE_WARNING_MB': 1536,
'NEWSPIDER_MODULE': 'spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7',
'SPIDER_MODULES': ['spiders', 'auth_check'],
'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor',
'USER_AGENT': ''}
2026-03-24 13:30:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-24 13:30:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-24 13:30:04 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
'scrapy.downloadermiddlewares.retry.RetryMiddleware',
'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-03-24 13:30:04 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-24 13:30:04 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'crawlers.middlewares.monitoring_spider_middleware.MonitoringSpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
'crawlers.middlewares.report_download_middleware.ReportDownloadMiddleware',
'crawlers.middlewares.id_gen_middleware.IdGenMiddleware']
2026-03-24 13:30:04 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-24 13:30:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-24 13:30:05 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2118
2026-03-24 13:30:05 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-24 13:30:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-24 13:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:05 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
2026-03-24 13:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /Translations()?$filter=PartitionKey%20eq%20%27auto%27%20and%20RowKey%20eq%20%27auto%27 HTTP/1.1" 200 None
2026-03-24 13:30:05 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-24 13:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-24 13:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-24 13:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-24 13:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-24 13:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-24 13:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-24 13:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-24 13:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-24 13:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-24 13:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-24 13:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-24 13:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-24 13:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-24 13:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-24 13:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-24 13:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-24 13:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-24 13:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-24 13:30:05 [crawlers.pipelines.post_to_api] INFO: Setting up PostToApi Pipeline pointing to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-24 13:30:05 [scrapy.middleware] INFO: Enabled item pipelines:
['crawlers.pipelines.translation_pipeline.TranslationPipeline',
'crawlers.pipelines.item_rules_pipeline.ItemRulesPipeline',
'crawlers.pipelines.post_to_api.PostToApiPipeline']
2026-03-24 13:30:05 [scrapy.core.engine] INFO: Spider opened
2026-03-24 13:30:05 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-24 13:30:05 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-24 13:30:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 140MiB
2026-03-24 13:30:05 [scrapy-playwright] INFO: Starting download handler
2026-03-24 13:30:05 [scrapy-playwright] INFO: Starting download handler
2026-03-24 13:30:10 [scrapy-playwright] INFO: Launching browser firefox
2026-03-24 13:30:10 [scrapy-playwright] INFO: Browser firefox launched
2026-03-24 13:30:10 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-24 13:30:11 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-24 13:30:12 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/en/home> (resource type: document)
2026-03-24 13:30:12 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/en/home>
2026-03-24 13:30:12 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap> (resource type: stylesheet, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:12 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap-grid.min.css> (resource type: stylesheet)
2026-03-24 13:30:12 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css> (resource type: stylesheet)
2026-03-24 13:30:12 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/otSDKStub.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:12 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://privacyportal-cdn.onetrust.com/privacy-notice-scripts/otnotice-1.0.min.js> (resource type: script)
2026-03-24 13:30:12 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/index-B6JHJVAN.js> (resource type: script, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:12 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdnjs.cloudflare.com/ajax/libs/firebase/8.2.0/firebase-app.min.js> (resource type: script)
2026-03-24 13:30:12 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdnjs.cloudflare.com/ajax/libs/firebase/8.2.0/firebase-messaging.min.js> (resource type: script)
2026-03-24 13:30:12 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/bundles/NotificationJs?v=mXVJ3IZ6BHb1WcOVsLldtpDHvMVHW-Qd1m63IplVrhY1> (resource type: script, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:12 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css>
2026-03-24 13:30:12 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap-grid.min.css>
2026-03-24 13:30:12 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/otSDKStub.js>
2026-03-24 13:30:12 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/index-B6JHJVAN.js>
2026-03-24 13:30:12 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://privacyportal-cdn.onetrust.com/privacy-notice-scripts/otnotice-1.0.min.js>
2026-03-24 13:30:12 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdnjs.cloudflare.com/ajax/libs/firebase/8.2.0/firebase-app.min.js>
2026-03-24 13:30:12 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap>
2026-03-24 13:30:12 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdnjs.cloudflare.com/ajax/libs/firebase/8.2.0/firebase-messaging.min.js>
2026-03-24 13:30:12 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/consent/e9d0a71a-ce9f-4cd7-9525-7c7714cda4ce/e9d0a71a-ce9f-4cd7-9525-7c7714cda4ce.json> (resource type: xhr, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:12 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/bundles/NotificationJs?v=mXVJ3IZ6BHb1WcOVsLldtpDHvMVHW-Qd1m63IplVrhY1>
2026-03-24 13:30:12 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtm.js?id=GTM-KXNGWLG> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:12 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/consent/e9d0a71a-ce9f-4cd7-9525-7c7714cda4ce/e9d0a71a-ce9f-4cd7-9525-7c7714cda4ce.json>
2026-03-24 13:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtm.js?id=GTM-KXNGWLG>
2026-03-24 13:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js>
2026-03-24 13:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/consent/e9d0a71a-ce9f-4cd7-9525-7c7714cda4ce/0196a63e-4e89-7ba2-a734-4f4f240022a3/en.json> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/consent/e9d0a71a-ce9f-4cd7-9525-7c7714cda4ce/0196a63e-4e89-7ba2-a734-4f4f240022a3/en.json>
2026-03-24 13:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/initiatorembed/initiatorembed.nocache.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://bt.fraud0.com/api/v2/fz.js?cid=c7cb0742-7da0-4df2-a656-a66e3d0a28b0> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otFlat.json> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/v2/otPcPanel.json> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otCommonStyles.css> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otFlat.json>
2026-03-24 13:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/v2/otPcPanel.json>
2026-03-24 13:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otCommonStyles.css>
2026-03-24 13:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/logos/220aba37-6609-45b9-bb38-d90c71628891/7c6a8858-7ab0-49d0-8261-ec9acb176696/07091533-f2a9-4bb6-9f2a-9842ae0edc38/openlane-RGB-on-Wht.png> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/logos/static/powered_by_logo.svg> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://bt.fraud0.com/api/v2/fz.js?cid=c7cb0742-7da0-4df2-a656-a66e3d0a28b0>
2026-03-24 13:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/initiatorembed/initiatorembed.nocache.js>
2026-03-24 13:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/logos/220aba37-6609-45b9-bb38-d90c71628891/7c6a8858-7ab0-49d0-8261-ec9acb176696/07091533-f2a9-4bb6-9f2a-9842ae0edc38/openlane-RGB-on-Wht.png>
2026-03-24 13:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/logos/static/powered_by_logo.svg>
2026-03-24 13:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg>
2026-03-24 13:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://bt.fraud0.com/api/v2/event> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://bt.fraud0.com/api/v2/event>
2026-03-24 13:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/destination?id=AW-860706599&cx=c>m=4e63k1> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://connect.facebook.net/en_US/fbevents.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://bt.fraud0.com/api/v2/telemetry> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/destination?id=AW-860706599&cx=c>m=4e63k1>
2026-03-24 13:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://bt.fraud0.com/api/v2/telemetry>
2026-03-24 13:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&ae=g&dl=https%3A%2F%2Fwww.openlane.co.uk%2Fen%2Fhome&scrsrc=www.googletagmanager.com&rnd=1939941690.1774359014&dt=Online%20Used%20Car%20Auctions%20%E2%80%93%20Buy%20%26%20Sell%20Cars%20%E2%80%93%20OPENLANE&auid=653803916.1774359014&navt=n&npa=1&ep.F0flag=1&did=dYWJhMj&gdid=dYWJhMj&_tu=CA>m=45be63k1v9181636268z876626767za20gzb76626767zd76626767xea&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tag_exp=103116026~103200004~115616986~115938466~115938468~116024733~117484252~118104773~118131590&apve=1&apvf=f&apvc=0&tids=AW-860706599&tid=AW-860706599&tft=1774359013832&tfd=1550> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://bt.fraud0.com/api/v2/event> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://bt.fraud0.com/api/v2/event>
2026-03-24 13:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://bt.fraud0.com/api/v2/telemetry> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&ae=g&dl=https%3A%2F%2Fwww.openlane.co.uk%2Fen%2Fhome&scrsrc=www.googletagmanager.com&rnd=1939941690.1774359014&dt=Online%20Used%20Car%20Auctions%20%E2%80%93%20Buy%20%26%20Sell%20Cars%20%E2%80%93%20OPENLANE&auid=653803916.1774359014&navt=n&npa=1&ep.F0flag=1&did=dYWJhMj&gdid=dYWJhMj&_tu=CA>m=45be63k1v9181636268z876626767za20gzb76626767zd76626767xea&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tag_exp=103116026~103200004~115616986~115938466~115938468~116024733~117484252~118104773~118131590&apve=1&apvf=f&apvc=0&tids=AW-860706599&tid=AW-860706599&tft=1774359013832&tfd=1550>
2026-03-24 13:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://bt.fraud0.com/api/v2/telemetry>
2026-03-24 13:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://connect.facebook.net/en_US/fbevents.js>
2026-03-24 13:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://connect.facebook.net/signals/config/571577453011546?v=2.9.281&r=c2&domain=www.openlane.co.uk&hme=7561e8db2489737df4c74b634c943d82cefbf4e67acc7fda2493ff919471f0aa&ex_m=101%2C194%2C143%2C22%2C69%2C70%2C136%2C65%2C64%2C11%2C151%2C87%2C16%2C130%2C123%2C72%2C75%2C129%2C148%2C153%2C8%2C4%2C5%2C7%2C6%2C3%2C88%2C98%2C154%2C159%2C208%2C59%2C175%2C176%2C52%2C264%2C30%2C71%2C220%2C219%2C218%2C23%2C32%2C100%2C58%2C10%2C60%2C94%2C95%2C96%2C102%2C126%2C31%2C29%2C128%2C125%2C124%2C144%2C73%2C147%2C145%2C146%2C47%2C57%2C119%2C15%2C150%2C42%2C251%2C252%2C250%2C26%2C27%2C28%2C45%2C137%2C74%2C109%2C18%2C20%2C41%2C37%2C39%2C38%2C80%2C89%2C93%2C107%2C135%2C138%2C43%2C108%2C24%2C21%2C115%2C66%2C35%2C140%2C139%2C141%2C132%2C131%2C25%2C34%2C56%2C106%2C149%2C67%2C17%2C142%2C111%2C78%2C63%2C19%2C82%2C83%2C112%2C81%2C33%2C280%2C201%2C190%2C191%2C189%2C283%2C275%2C49%2C202%2C104%2C127%2C77%2C117%2C51%2C44%2C46%2C110%2C116%2C122%2C55%2C61%2C50%2C53%2C97%2C152%2C1%2C120%2C14%2C118%2C12%2C2%2C54%2C90%2C62%2C114%2C86%2C85%2C155%2C156%2C91%2C92%2C9%2C121%2C99%2C48%2C133%2C84%2C76%2C68%2C113%2C103%2C40%2C134%2C0%2C79%2C36%2C105%2C13%2C157> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://connect.facebook.net/signals/config/571577453011546?v=2.9.281&r=c2&domain=www.openlane.co.uk&hme=7561e8db2489737df4c74b634c943d82cefbf4e67acc7fda2493ff919471f0aa&ex_m=101%2C194%2C143%2C22%2C69%2C70%2C136%2C65%2C64%2C11%2C151%2C87%2C16%2C130%2C123%2C72%2C75%2C129%2C148%2C153%2C8%2C4%2C5%2C7%2C6%2C3%2C88%2C98%2C154%2C159%2C208%2C59%2C175%2C176%2C52%2C264%2C30%2C71%2C220%2C219%2C218%2C23%2C32%2C100%2C58%2C10%2C60%2C94%2C95%2C96%2C102%2C126%2C31%2C29%2C128%2C125%2C124%2C144%2C73%2C147%2C145%2C146%2C47%2C57%2C119%2C15%2C150%2C42%2C251%2C252%2C250%2C26%2C27%2C28%2C45%2C137%2C74%2C109%2C18%2C20%2C41%2C37%2C39%2C38%2C80%2C89%2C93%2C107%2C135%2C138%2C43%2C108%2C24%2C21%2C115%2C66%2C35%2C140%2C139%2C141%2C132%2C131%2C25%2C34%2C56%2C106%2C149%2C67%2C17%2C142%2C111%2C78%2C63%2C19%2C82%2C83%2C112%2C81%2C33%2C280%2C201%2C190%2C191%2C189%2C283%2C275%2C49%2C202%2C104%2C127%2C77%2C117%2C51%2C44%2C46%2C110%2C116%2C122%2C55%2C61%2C50%2C53%2C97%2C152%2C1%2C120%2C14%2C118%2C12%2C2%2C54%2C90%2C62%2C114%2C86%2C85%2C155%2C156%2C91%2C92%2C9%2C121%2C99%2C48%2C133%2C84%2C76%2C68%2C113%2C103%2C40%2C134%2C0%2C79%2C36%2C105%2C13%2C157>
2026-03-24 13:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.facebook.com/tr/?id=571577453011546&ev=F0Event-FB&dl=https%3A%2F%2Fwww.openlane.co.uk%2Fen%2Fhome&rl=&if=false&ts=1774359014904&sw=1280&sh=720&v=2.9.281&r=c2&a=tmSimo-GTM-WebTemplate&ec=0&o=4126&fbp=fb.1.1774359013.9250715534&ler=empty&cdl=API_unavailable&pmd[locale]=en&pmd[description]=Buy%20and%20sell%20cars%20online%20on%20openlane.eu.%20The%20number%20one%20European%20vehicle%20auction%20platform%20for%20professional%20car%20traders.&pmd[keywords]=online%20used%20car%20auction%2C%20online%20used%20vehicle%20auction%2C%20online%20used%20car%20auctions%2C%20online%20used%20vehicle%20auctions&it=1774359014480&coo=false&tm=2&exp=s1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=GET> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.facebook.com/tr/?id=571577453011546&ev=F0Event-FB&dl=https%3A%2F%2Fwww.openlane.co.uk%2Fen%2Fhome&rl=&if=false&ts=1774359014904&sw=1280&sh=720&v=2.9.281&r=c2&a=tmSimo-GTM-WebTemplate&ec=0&o=4126&fbp=fb.1.1774359013.9250715534&ler=empty&cdl=API_unavailable&pmd[locale]=en&pmd[description]=Buy%20and%20sell%20cars%20online%20on%20openlane.eu.%20The%20number%20one%20European%20vehicle%20auction%20platform%20for%20professional%20car%20traders.&pmd[keywords]=online%20used%20car%20auction%2C%20online%20used%20vehicle%20auction%2C%20online%20used%20car%20auctions%2C%20online%20used%20vehicle%20auctions&it=1774359014480&coo=false&tm=2&exp=s1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=GET>
2026-03-24 13:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/Content/images/favicon_Openlane.ico> (resource type: image, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/en/homev6/labels?language=en&prefixes=IsCocAvailable%2CIsRegDocAvailable%2CExtraDeliveryInfo.Spain%2CPickUP.italia%2CDeliveryDelay.7%2CDocDeliveryDelay.Spain%2CLPG.Netherlands%2CCNG.%2CIsDocDeliveryWithCar%2CSpecDmg%2Ccarbroken.%2Cdamagekind.%2Ccardamage.%2CTechDmg.%2CSpecDmg.%2Ccommon.%2Cfooter.%2Cmodal.%2Cpopup.%2Cnavigation.%2CsimilarCars.%2Ctoast.%2CvehicleAlreadySold.%2CvehicleAuctionClosed.%2CvehicleDetails.%2Cauctionprocess.CountryCostBPMHint%2Clogin.%2CforgotPassword.%2CpasswordSent.%2Chomepage.%2CcarSearch%2CcarSearchV2.%2Csearchcars.%2Cpromotions.BuyNextGet150%2Cpromotions.promo1%2Cpromotions.promo2%2Crecommendation.%2CmakeModel.%2CfuelType.%2Ctransmission.%2Cmileage.%2CregistrationYear.%2CengineSize.%2Cpower.%2CbodyType.%2Cprice.%2Cequipment.%2CcarColor.%2Cplaces%2CoriginCountry.%2Ccountry.%2Cseller.%2Csellertype.%2Cdamage.%2CemissionStandard.%2CauctionType.%2Cxtime.%2ChighAssignment.%2CvatRegime.%2Cresults.%2Ccardetail.%2Cco2.%2Cheadline.%2Ccombo.%2CsavedSearches.%2CadvancedSearch.%2Cauctions.%2Csignup.%2Cbrowsecars.title%2Cmybids.%2Cmeta.%2CbidModal.%2Cxtimedashboard.%2CpremiumOffer.%2Ctour.%2CorderCompletion.%2Cmeta.%2CmyAccount.%2Creports.%2Cdealer.%2Cfacet.%2ClocalDealerCar.%2Ccommunities.%2CcommunityInvite.%2Cukintegration.%2CrptPickUp.%2CmechanicalIndicators.%2CregisterForm.%2CvehicleGrades.%2Cokta.%2CmySelection.%2Ccarrousel.%2ClocationSearch.%2CblockedBanner.%2CsellingOffice.%2Cdp_option.%2Cdp_optionGroup.%2Cbanner.%2CaccountNearlyUnblocked%2Ccaroption%2CtransportOptions.%2CreferralProgram.> (resource type: fetch, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.lr-in-prod.com/logger-1.min.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/en/homev6/labels?language=en&prefixes=IsCocAvailable%2CIsRegDocAvailable%2CExtraDeliveryInfo.Spain%2CPickUP.italia%2CDeliveryDelay.7%2CDocDeliveryDelay.Spain%2CLPG.Netherlands%2CCNG.%2CIsDocDeliveryWithCar%2CSpecDmg%2Ccarbroken.%2Cdamagekind.%2Ccardamage.%2CTechDmg.%2CSpecDmg.%2Ccommon.%2Cfooter.%2Cmodal.%2Cpopup.%2Cnavigation.%2CsimilarCars.%2Ctoast.%2CvehicleAlreadySold.%2CvehicleAuctionClosed.%2CvehicleDetails.%2Cauctionprocess.CountryCostBPMHint%2Clogin.%2CforgotPassword.%2CpasswordSent.%2Chomepage.%2CcarSearch%2CcarSearchV2.%2Csearchcars.%2Cpromotions.BuyNextGet150%2Cpromotions.promo1%2Cpromotions.promo2%2Crecommendation.%2CmakeModel.%2CfuelType.%2Ctransmission.%2Cmileage.%2CregistrationYear.%2CengineSize.%2Cpower.%2CbodyType.%2Cprice.%2Cequipment.%2CcarColor.%2Cplaces%2CoriginCountry.%2Ccountry.%2Cseller.%2Csellertype.%2Cdamage.%2CemissionStandard.%2CauctionType.%2Cxtime.%2ChighAssignment.%2CvatRegime.%2Cresults.%2Ccardetail.%2Cco2.%2Cheadline.%2Ccombo.%2CsavedSearches.%2CadvancedSearch.%2Cauctions.%2Csignup.%2Cbrowsecars.title%2Cmybids.%2Cmeta.%2CbidModal.%2Cxtimedashboard.%2CpremiumOffer.%2Ctour.%2CorderCompletion.%2Cmeta.%2CmyAccount.%2Creports.%2Cdealer.%2Cfacet.%2ClocalDealerCar.%2Ccommunities.%2CcommunityInvite.%2Cukintegration.%2CrptPickUp.%2CmechanicalIndicators.%2CregisterForm.%2CvehicleGrades.%2Cokta.%2CmySelection.%2Ccarrousel.%2ClocationSearch.%2CblockedBanner.%2CsellingOffice.%2Cdp_option.%2Cdp_optionGroup.%2Cbanner.%2CaccountNearlyUnblocked%2Ccaroption%2CtransportOptions.%2CreferralProgram.>
2026-03-24 13:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/appsettings.json?2026032413> (resource type: fetch, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2> (resource type: font, referrer: https://fonts.googleapis.com/)
2026-03-24 13:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2> (resource type: font, referrer: https://fonts.googleapis.com/)
2026-03-24 13:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.lr-in-prod.com/logger-1.min.js>
2026-03-24 13:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/initiator/initiator_conf_cb.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/appsettings.json?2026032413>
2026-03-24 13:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://featureflagservice.openlane.eu/api/search/getbynames?flags=isNonTransactionalEnabled&flags=isRadiusSearchForUkEnabled&flags=IsNewOverdueCheckerEnabled&flags=IsYourOrderEnabled&flags=isOrderModifyingEnabled&flags=IsWarrantyEnabled&flags=IsNewDeliveryOptionsEnabled&flags=IsGlobalSearchEnabled&flags=IsAddingServicesToOrderEnabled&flags=isReferralProgramEnabled&flags=IsMultiCurrencyEnabled&flags=isClaimsManagementEnabled&flags=isNewIAMEnabled&flags=isNewIAMCreateUserEnabled> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2>
2026-03-24 13:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <301 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/initiator/initiator_conf_cb.js> (location: https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/initiatorembed/initiatorembed_conf_cb.js)
2026-03-24 13:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/initiatorembed/initiatorembed_conf_cb.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2>
2026-03-24 13:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/initiatorembed/initiatorembed_conf_cb.js>
2026-03-24 13:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/embed/embed.nocache.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/embed/embed.nocache.js>
2026-03-24 13:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://featureflagservice.openlane.eu/api/search/getbynames?flags=isNonTransactionalEnabled&flags=isRadiusSearchForUkEnabled&flags=IsNewOverdueCheckerEnabled&flags=IsYourOrderEnabled&flags=isOrderModifyingEnabled&flags=IsWarrantyEnabled&flags=IsNewDeliveryOptionsEnabled&flags=IsGlobalSearchEnabled&flags=IsAddingServicesToOrderEnabled&flags=isReferralProgramEnabled&flags=IsMultiCurrencyEnabled&flags=isClaimsManagementEnabled&flags=isNewIAMEnabled&flags=isNewIAMCreateUserEnabled>
2026-03-24 13:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/embed/B96C39DE5EA1548EB4C2CCE22F11D416.cache.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/en/TBD/.well-known/openid-configuration> (resource type: fetch, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/en/homev6/currentUserDetails> (resource type: fetch, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <500 https://www.openlane.co.uk/en/TBD/.well-known/openid-configuration>
2026-03-24 13:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/embed/B96C39DE5EA1548EB4C2CCE22F11D416.cache.js>
2026-03-24 13:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/en/homev6/currentUserDetails>
2026-03-24 13:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/en/homev6/serverData> (resource type: fetch, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://metadataservice.openlane.eu/api/metadata/options> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://metadataservice.openlane.eu/api/Language/GetLanguages> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://metadataservice.openlane.eu/api/metadata/hubs> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://metadataservice.openlane.eu/api/metadata/seller-groups> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/en/homev6/serverData>
2026-03-24 13:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://metadataservice.openlane.eu/api/search/metadata> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://metadataservice.openlane.eu/api/Language/GetLanguages>
2026-03-24 13:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://metadataservice.openlane.eu/api/metadata/hubs>
2026-03-24 13:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/images/openlane-logo.svg> (resource type: image, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://metadataservice.openlane.eu/api/metadata/options>
2026-03-24 13:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/assets/index-DNZOAMxS.js> (resource type: script, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/assets/Sticker-DJBB3I56.js> (resource type: script, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/assets/CarsCarousel-CisTIdyo.js> (resource type: script, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/assets/selectors-CN_a7hkT.js> (resource type: script, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://metadataservice.openlane.eu/api/metadata/seller-groups>
2026-03-24 13:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/images/openlane-logo-light.svg> (resource type: image, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/images/openlane-logo.svg> (resource type: image, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/images/openlane-logo-light.svg> (resource type: image, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.openlane.co.uk/en/login/UpdateJwt> (resource type: fetch, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://metadataservice.openlane.eu/api/search/metadata>
2026-03-24 13:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/assets/index-DNZOAMxS.js>
2026-03-24 13:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/assets/CarsCarousel-CisTIdyo.js>
2026-03-24 13:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.openlane.co.uk/en/findcarv6/search> (resource type: fetch, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/en/homev6/recommendedauctions?template=Country> (resource type: fetch, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/en/homev6/recommendedauctions?template=24_7Stock> (resource type: fetch, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/assets/Sticker-DJBB3I56.js>
2026-03-24 13:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/assets/selectors-CN_a7hkT.js>
2026-03-24 13:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/en/homev6/newsarticles?language=en> (resource type: fetch, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/en/homev6/popularmakes> (resource type: fetch, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/en/homev6/popularsellers> (resource type: fetch, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/en/homev6/popularbodytypes> (resource type: fetch, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/en/homev6/currentcountry> (resource type: fetch, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/images/openlane-logo.svg>
2026-03-24 13:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/images/sellers/@1x/alphabet.png> (resource type: image, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/images/sellers/@1x/arval.png> (resource type: image, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/images/sellers/@1x/athlon.png> (resource type: image, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/images/sellers/@1x/avis.png> (resource type: image, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/images/sellers/@1x/europcar.png> (resource type: image, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/images/sellers/@1x/hertz.png> (resource type: image, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/images/sellers/@1x/vanmosselautomotivegroep.png> (resource type: image, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/images/sellers/@1x/ahag.png> (resource type: image, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/images/openlane-logo-light.svg>
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/images/primary-banners/@1x/primary-banner-v7.jpg> (resource type: image, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cms.openlane.eu/images/default-source/2019/secondary/new_cars_en_carsite-840x275-1.jpg?sfvrsn=2> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <500 https://www.openlane.co.uk/en/login/UpdateJwt>
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cms.openlane.eu/images/default-source/2019/secondary/banner-840x275-en.jpg?sfvrsn=2> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cms.openlane.eu/images/default-source/2019/secondary/type=buyer-app.png?sfvrsn=2> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/Content/images/favicon_Openlane.ico>
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/images/sellers/@1x/alphabet.png> (resource type: image, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/images/sellers/@1x/arval.png> (resource type: image, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/images/sellers/@1x/athlon.png> (resource type: image, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/images/sellers/@1x/avis.png> (resource type: image, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/images/sellers/@1x/europcar.png> (resource type: image, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/images/sellers/@1x/hertz.png> (resource type: image, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/images/sellers/@1x/vanmosselautomotivegroep.png> (resource type: image, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/images/sellers/@1x/ahag.png> (resource type: image, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/conf/environment_cb.nocache.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.facebook.com/tr/?id=571577453011546&ev=SubscribedButtonClick&dl=https%3A%2F%2Fwww.openlane.co.uk%2Fen%2Fhome&rl=&if=false&ts=1774359018647&cd[buttonFeatures]=%7B%22classList%22%3A%22Button-module_button--Dq1CUn%20label-module_labelMDBold--CCg4UY%20Button-module_fullWidth--STl2zT%20Button-module_sizeSM--VVG9Ll%20Button-module_variantOutlined--j3uc8E%20login-button%20top-btn-style%22%2C%22destination%22%3A%22%22%2C%22id%22%3A%22loginButton2%22%2C%22imageUrl%22%3A%22%22%2C%22innerText%22%3A%22Login%22%2C%22numChildButtons%22%3A0%2C%22tag%22%3A%22button%22%2C%22type%22%3A%22button%22%2C%22name%22%3A%22%22%2C%22value%22%3A%22%22%7D&cd[buttonText]=Login&cd[formFeatures]=%5B%5D&cd[pageFeatures]=%7B%22title%22%3A%22Online%20Used%20Car%20Auctions%20%E2%80%93%20Buy%20%26%20Sell%20Cars%20%E2%80%93%20OPENLANE%22%7D&cd[parameters]=%5B%5D&sw=1280&sh=720&v=2.9.281&r=c2&a=tmSimo-GTM-WebTemplate&ec=1&o=4126&fbp=fb.1.1774359013.9250715534&cs_est=true&ler=empty&cdl=API_unavailable&pmd[locale]=en&pmd[description]=Buy%20and%20sell%20cars%20online%20on%20openlane.eu.%20The%20number%20one%20European%20vehicle%20auction%20platform%20for%20professional%20car%20traders.&pmd[keywords]=online%20used%20car%20auction%2C%20online%20used%20vehicle%20auction%2C%20online%20used%20car%20auctions%2C%20online%20used%20vehicle%20auctions&plt=4768&it=1774359014480&coo=false&es=automatic&tm=3&exp=s1&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=GET> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0> (resource type: font, referrer: https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css)
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/en/findcarv6/search>
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/en/homev6/newsarticles?language=en>
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://info.openlane.eu/wp-content/uploads/2026/02/PARTNERSHIP-1150-x-780-px.png> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://info.openlane.eu/wp-content/uploads/2025/11/NEW-2.png> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://info.openlane.eu/wp-content/uploads/2025/10/banner368x250-EN.jpg> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/en/homev6/currentcountry>
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/en/homev6/popularbodytypes>
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/fonts/body-types.woff?72397526> (resource type: font, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/en/homev6/popularsellers>
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/images/primary-banners/@1x/primary-banner-v7.jpg>
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/images/sellers/@1x/ayvensexald.png> (resource type: image, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/images/sellers/@1x/santander.png> (resource type: image, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/images/sellers/@1x/allanemobilitygroup.png> (resource type: image, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/images/sellers/@1x/stellantis.png> (resource type: image, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/images/sellers/@1x/openlaneselect.png> (resource type: image, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cms.openlane.eu/images/default-source/2019/secondary/type=buyer-app.png?sfvrsn=2>
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cms.openlane.eu/images/default-source/2019/secondary/new_cars_en_carsite-840x275-1.jpg?sfvrsn=2>
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/images/sellers/@1x/athlon.png>
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/images/sellers/@1x/alphabet.png>
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/images/sellers/@1x/arval.png>
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/en/homev6/popularmakes>
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/images/sellers/@1x/avis.png>
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/images/sellers/@1x/hertz.png>
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cms.openlane.eu/images/default-source/2019/secondary/banner-840x275-en.jpg?sfvrsn=2>
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/images/sellers/@1x/europcar.png>
2026-03-24 13:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/images/sellers/@1x/ahag.png>
2026-03-24 13:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/images/sellers/@1x/vanmosselautomotivegroep.png>
2026-03-24 13:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/conf/environment_cb.nocache.js>
2026-03-24 13:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/ce/bugfix-5cb1b0e-528/ce.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/obs/bugfix-d476fa1-526/obs.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.facebook.com/tr/?id=571577453011546&ev=SubscribedButtonClick&dl=https%3A%2F%2Fwww.openlane.co.uk%2Fen%2Fhome&rl=&if=false&ts=1774359018647&cd[buttonFeatures]=%7B%22classList%22%3A%22Button-module_button--Dq1CUn%20label-module_labelMDBold--CCg4UY%20Button-module_fullWidth--STl2zT%20Button-module_sizeSM--VVG9Ll%20Button-module_variantOutlined--j3uc8E%20login-button%20top-btn-style%22%2C%22destination%22%3A%22%22%2C%22id%22%3A%22loginButton2%22%2C%22imageUrl%22%3A%22%22%2C%22innerText%22%3A%22Login%22%2C%22numChildButtons%22%3A0%2C%22tag%22%3A%22button%22%2C%22type%22%3A%22button%22%2C%22name%22%3A%22%22%2C%22value%22%3A%22%22%7D&cd[buttonText]=Login&cd[formFeatures]=%5B%5D&cd[pageFeatures]=%7B%22title%22%3A%22Online%20Used%20Car%20Auctions%20%E2%80%93%20Buy%20%26%20Sell%20Cars%20%E2%80%93%20OPENLANE%22%7D&cd[parameters]=%5B%5D&sw=1280&sh=720&v=2.9.281&r=c2&a=tmSimo-GTM-WebTemplate&ec=1&o=4126&fbp=fb.1.1774359013.9250715534&cs_est=true&ler=empty&cdl=API_unavailable&pmd[locale]=en&pmd[description]=Buy%20and%20sell%20cars%20online%20on%20openlane.eu.%20The%20number%20one%20European%20vehicle%20auction%20platform%20for%20professional%20car%20traders.&pmd[keywords]=online%20used%20car%20auction%2C%20online%20used%20vehicle%20auction%2C%20online%20used%20car%20auctions%2C%20online%20used%20vehicle%20auctions&plt=4768&it=1774359014480&coo=false&es=automatic&tm=3&exp=s1&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=GET>
2026-03-24 13:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0>
2026-03-24 13:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eu.whatfix.com/service/ent_id/v2/flow/embed_exist?request=%7B%22url%22%3A%22https%3A%2F%2Fwww.openlane.co.uk%22%7D&callback=callback_1774359019614_898867832> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/integration/integration.nocache.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/configuration_cb.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eu.whatfix.com/service/dac986dc-554c-4528-8f6a-ebeb6094b8bd/cconfig/ent-config> (resource type: xhr, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://info.openlane.eu/wp-content/uploads/2026/02/PARTNERSHIP-1150-x-780-px.png>
2026-03-24 13:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/en/homev6/recommendedauctions?template=24_7Stock>
2026-03-24 13:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://info.openlane.eu/wp-content/uploads/2025/11/NEW-2.png>
2026-03-24 13:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://info.openlane.eu/wp-content/uploads/2025/10/banner368x250-EN.jpg>
2026-03-24 13:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5588197/9c707b62-fe82-4888-a713-67fc36995b66.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5665104/e06340b3-b22a-4cf0-be31-881e3afbb9ea.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5734768/96d3062e-dfee-4b97-855f-7dd372d0da7c.jpeg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5734763/f7c64dd7-16a3-4f86-a5d1-cae89a0cdadc.jpeg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5737154/ba496d07-2b07-4f41-8d19-d1c64ec81f61.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5737782/ef445121-2a07-4f88-b99d-c49b9fe7f245.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5718498/76560713-9332-46d6-907f-57b1157dbe70.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5706882/9fa8d52f-c904-4ec9-bb17-13b9957cc55d.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5684649/141ff3bc-1881-469d-93c3-8033333f3f57.jpeg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5732430/2c9ec188-4ba6-40a6-b0c2-61c1cbd29e56.jpeg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5734341/5967d32d-de78-4c5c-89e8-80fa8499cbc5.png?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740930/eaad48fd-a617-4ec3-a77c-6b8c74c9e08c.JPG?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740922/e80599d4-6965-4a3f-8b2b-1793e69fb99b.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740856/bc53d9b7-cd78-4011-b3a8-3431d1523a72.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740820/eabb9bc4-8856-4d7e-8edb-104b34eb8693.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740723/77178352-b2ce-4823-a614-81ed02de53a0.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740646/18b2502a-c8a0-4637-935f-35fe6c32127c.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740636/f852a69e-178e-4e24-bada-bd0b673784c0.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740633/8f707406-3b47-4891-96e7-ba6e63c0cb60.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740617/f4c03db9-3bc0-4873-9107-a645f322f9f4.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740613/39a75ed9-3463-4098-88a0-1d5987531749.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740602/014ba489-e88b-4c32-8893-2053a6117408.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740583/590a09a2-6d90-4c71-85d0-417b427ef8f2.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740567/f6dae194-4063-422f-b78a-dc254204da87.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/fonts/body-types.woff?72397526>
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5588197/9c707b62-fe82-4888-a713-67fc36995b66.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5665104/e06340b3-b22a-4cf0-be31-881e3afbb9ea.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5734768/96d3062e-dfee-4b97-855f-7dd372d0da7c.jpeg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5734763/f7c64dd7-16a3-4f86-a5d1-cae89a0cdadc.jpeg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5737154/ba496d07-2b07-4f41-8d19-d1c64ec81f61.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5737782/ef445121-2a07-4f88-b99d-c49b9fe7f245.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5718498/76560713-9332-46d6-907f-57b1157dbe70.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5706882/9fa8d52f-c904-4ec9-bb17-13b9957cc55d.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5684649/141ff3bc-1881-469d-93c3-8033333f3f57.jpeg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5732430/2c9ec188-4ba6-40a6-b0c2-61c1cbd29e56.jpeg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5734341/5967d32d-de78-4c5c-89e8-80fa8499cbc5.png?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740930/eaad48fd-a617-4ec3-a77c-6b8c74c9e08c.JPG?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740922/e80599d4-6965-4a3f-8b2b-1793e69fb99b.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740856/bc53d9b7-cd78-4011-b3a8-3431d1523a72.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740820/eabb9bc4-8856-4d7e-8edb-104b34eb8693.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740723/77178352-b2ce-4823-a614-81ed02de53a0.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740646/18b2502a-c8a0-4637-935f-35fe6c32127c.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740636/f852a69e-178e-4e24-bada-bd0b673784c0.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740633/8f707406-3b47-4891-96e7-ba6e63c0cb60.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740617/f4c03db9-3bc0-4873-9107-a645f322f9f4.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740613/39a75ed9-3463-4098-88a0-1d5987531749.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740602/014ba489-e88b-4c32-8893-2053a6117408.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740583/590a09a2-6d90-4c71-85d0-417b427ef8f2.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740567/f6dae194-4063-422f-b78a-dc254204da87.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/en/homev6/recommendedauctions?template=Country>
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/images/sellers/@1x/ayvensexald.png>
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5735266/01d4590e-f238-4972-87a2-53188cde1f5f.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5734535/de2e61ad-b941-42dc-925b-6e133f09ed2f.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5736343/6606392d-3f96-4fb8-ac05-29b45f378332.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/images/sellers/@1x/santander.png>
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5733025/6e1f2c02-f771-48ce-b48d-7f24adac1f84.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740882/3fc408b5-b344-4689-810c-20d09fbe3c55.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5741154/53fd2229-d37f-4d4d-aa4b-8b4b833fc599.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5625410/05856a57-8107-4b15-b991-ab42d779b2b2.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5736353/fcb6fd50-8591-48ac-9999-000a25a85c10.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/images/sellers/@1x/allanemobilitygroup.png>
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5726937/4065a7b2-00bb-434c-88ce-23978b5201ba.jpeg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5741250/3414fcb4-a06a-4848-a490-0b9611438dbb.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5734098/564703c1-6c1a-44dd-ba7f-939d15aca096.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5736838/cb145a38-843e-4d77-a8d6-5ce2d025a850.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5736350/3fbb0762-4fa1-4d41-bace-1a872d77759f.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5737016/acbc0d89-0e94-4819-9d0b-433828f9ea73.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5736799/d435feb8-0e0f-4cd3-9ce4-da3e9b84fe02.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740884/5dc7ff4e-06e9-46b4-8eca-6e64b9f70cc0.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5735109/c5992f9c-7206-480d-97f9-15009d15dff4.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740577/d4679867-be5e-49d8-a0d8-eafad86728db.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5726257/6d86bff8-aa88-441d-a560-d4f988eac149.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5741155/084b6eab-cc8c-4104-ae3d-fd2dff647b3d.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5729904/b45612d0-6df7-4eec-8e8b-ea5408afa7ae.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5736812/ca2535e3-fea7-4f46-9db2-67b9c25fbbad.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5736380/82a492c8-d691-46db-90e8-7439ea58e9f0.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5683970/eab59884-7b55-4cde-a6a3-de0fe5d23c84.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/images/sellers/@1x/stellantis.png>
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/images/sellers/@1x/openlaneselect.png>
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5735266/01d4590e-f238-4972-87a2-53188cde1f5f.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5734535/de2e61ad-b941-42dc-925b-6e133f09ed2f.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5736343/6606392d-3f96-4fb8-ac05-29b45f378332.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5733025/6e1f2c02-f771-48ce-b48d-7f24adac1f84.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740882/3fc408b5-b344-4689-810c-20d09fbe3c55.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5741154/53fd2229-d37f-4d4d-aa4b-8b4b833fc599.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5625410/05856a57-8107-4b15-b991-ab42d779b2b2.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5736353/fcb6fd50-8591-48ac-9999-000a25a85c10.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5726937/4065a7b2-00bb-434c-88ce-23978b5201ba.jpeg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5741250/3414fcb4-a06a-4848-a490-0b9611438dbb.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5734098/564703c1-6c1a-44dd-ba7f-939d15aca096.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5736838/cb145a38-843e-4d77-a8d6-5ce2d025a850.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5736350/3fbb0762-4fa1-4d41-bace-1a872d77759f.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5737016/acbc0d89-0e94-4819-9d0b-433828f9ea73.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5736799/d435feb8-0e0f-4cd3-9ce4-da3e9b84fe02.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740884/5dc7ff4e-06e9-46b4-8eca-6e64b9f70cc0.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5735109/c5992f9c-7206-480d-97f9-15009d15dff4.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740577/d4679867-be5e-49d8-a0d8-eafad86728db.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5726257/6d86bff8-aa88-441d-a560-d4f988eac149.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5741155/084b6eab-cc8c-4104-ae3d-fd2dff647b3d.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5729904/b45612d0-6df7-4eec-8e8b-ea5408afa7ae.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5736812/ca2535e3-fea7-4f46-9db2-67b9c25fbbad.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5736380/82a492c8-d691-46db-90e8-7439ea58e9f0.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5683970/eab59884-7b55-4cde-a6a3-de0fe5d23c84.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/ce/bugfix-5cb1b0e-528/ce.js>
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/obs/bugfix-d476fa1-526/obs.js>
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/integration/integration.nocache.js>
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/configuration_cb.js>
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774347395952/data/enterprise_cb.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eu.whatfix.com/service/ent_id/v2/flow/embed_exist?request=%7B%22url%22%3A%22https%3A%2F%2Fwww.openlane.co.uk%22%7D&callback=callback_1774359019614_898867832>
2026-03-24 13:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eu.whatfix.com/service/dac986dc-554c-4528-8f6a-ebeb6094b8bd/cconfig/ent-config>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5588197/9c707b62-fe82-4888-a713-67fc36995b66.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5665104/e06340b3-b22a-4cf0-be31-881e3afbb9ea.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5734768/96d3062e-dfee-4b97-855f-7dd372d0da7c.jpeg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5734763/f7c64dd7-16a3-4f86-a5d1-cae89a0cdadc.jpeg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5737154/ba496d07-2b07-4f41-8d19-d1c64ec81f61.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5737782/ef445121-2a07-4f88-b99d-c49b9fe7f245.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5718498/76560713-9332-46d6-907f-57b1157dbe70.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5706882/9fa8d52f-c904-4ec9-bb17-13b9957cc55d.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5684649/141ff3bc-1881-469d-93c3-8033333f3f57.jpeg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5732430/2c9ec188-4ba6-40a6-b0c2-61c1cbd29e56.jpeg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5734341/5967d32d-de78-4c5c-89e8-80fa8499cbc5.png?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5740930/eaad48fd-a617-4ec3-a77c-6b8c74c9e08c.JPG?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5740922/e80599d4-6965-4a3f-8b2b-1793e69fb99b.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5740856/bc53d9b7-cd78-4011-b3a8-3431d1523a72.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5740820/eabb9bc4-8856-4d7e-8edb-104b34eb8693.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.facebook.com/tr/?id=571577453011546&ev=SubscribedButtonClick&dl=https%3A%2F%2Fwww.openlane.co.uk%2Fen%2Fhome&rl=&if=false&ts=1774359021663&cd[buttonFeatures]=%7B%22classList%22%3A%22Button-module_button--Dq1CUn%20label-module_labelMDBold--CCg4UY%20Button-module_fullWidth--STl2zT%20Button-module_sizeSM--VVG9Ll%20Button-module_variantSolid--m6Bs_y%22%2C%22destination%22%3A%22%22%2C%22id%22%3A%22loginButton4%22%2C%22imageUrl%22%3A%22%22%2C%22innerText%22%3A%22Login%22%2C%22numChildButtons%22%3A0%2C%22tag%22%3A%22button%22%2C%22type%22%3A%22button%22%2C%22name%22%3A%22%22%2C%22value%22%3A%22%22%7D&cd[buttonText]=Login&cd[formFeatures]=%5B%5D&cd[pageFeatures]=%7B%22title%22%3A%22Online%20Used%20Car%20Auctions%20%E2%80%93%20Buy%20%26%20Sell%20Cars%20%E2%80%93%20OPENLANE%22%7D&cd[parameters]=%5B%5D&sw=1280&sh=720&cudff[em]=******%23%40*******.***&ncudff[em]=******%23%40*******.***&udff[em]=53acc011c19682117a22859fc439a4f54d0d52b950b08d642638fce6f674aeb9&audff[em]=53acc011c19682117a22859fc439a4f54d0d52b950b08d642638fce6f674aeb9&v=2.9.281&r=c2&a=tmSimo-GTM-WebTemplate&ec=2&o=6174&fbp=fb.1.1774359013.9250715534&cs_est=true&ler=empty&cdl=API_unavailable&pmd[locale]=en&pmd[description]=Buy%20and%20sell%20cars%20online%20on%20openlane.eu.%20The%20number%20one%20European%20vehicle%20auction%20platform%20for%20professional%20car%20traders.&pmd[keywords]=online%20used%20car%20auction%2C%20online%20used%20vehicle%20auction%2C%20online%20used%20car%20auctions%2C%20online%20used%20vehicle%20auctions&plt=4768&it=1774359014480&coo=false&es=automatic&tm=3&exp=s1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=GET> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5740723/77178352-b2ce-4823-a614-81ed02de53a0.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.openlane.co.uk/en/Login/ValidateOktaUser?username=rupesh3@hotmail.com> (resource type: fetch, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5740646/18b2502a-c8a0-4637-935f-35fe6c32127c.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5740636/f852a69e-178e-4e24-bada-bd0b673784c0.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5740617/f4c03db9-3bc0-4873-9107-a645f322f9f4.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5740633/8f707406-3b47-4891-96e7-ba6e63c0cb60.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5740613/39a75ed9-3463-4098-88a0-1d5987531749.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5740602/014ba489-e88b-4c32-8893-2053a6117408.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5740583/590a09a2-6d90-4c71-85d0-417b427ef8f2.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5740567/f6dae194-4063-422f-b78a-dc254204da87.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5735266/01d4590e-f238-4972-87a2-53188cde1f5f.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5736343/6606392d-3f96-4fb8-ac05-29b45f378332.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5734535/de2e61ad-b941-42dc-925b-6e133f09ed2f.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5733025/6e1f2c02-f771-48ce-b48d-7f24adac1f84.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5740882/3fc408b5-b344-4689-810c-20d09fbe3c55.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5741154/53fd2229-d37f-4d4d-aa4b-8b4b833fc599.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5625410/05856a57-8107-4b15-b991-ab42d779b2b2.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5736353/fcb6fd50-8591-48ac-9999-000a25a85c10.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5726937/4065a7b2-00bb-434c-88ce-23978b5201ba.jpeg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5741250/3414fcb4-a06a-4848-a490-0b9611438dbb.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5734098/564703c1-6c1a-44dd-ba7f-939d15aca096.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5736838/cb145a38-843e-4d77-a8d6-5ce2d025a850.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5736350/3fbb0762-4fa1-4d41-bace-1a872d77759f.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5737016/acbc0d89-0e94-4819-9d0b-433828f9ea73.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5736799/d435feb8-0e0f-4cd3-9ce4-da3e9b84fe02.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5740884/5dc7ff4e-06e9-46b4-8eca-6e64b9f70cc0.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5735109/c5992f9c-7206-480d-97f9-15009d15dff4.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5740577/d4679867-be5e-49d8-a0d8-eafad86728db.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5726257/6d86bff8-aa88-441d-a560-d4f988eac149.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5741155/084b6eab-cc8c-4104-ae3d-fd2dff647b3d.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5729904/b45612d0-6df7-4eec-8e8b-ea5408afa7ae.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5736812/ca2535e3-fea7-4f46-9db2-67b9c25fbbad.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5736380/82a492c8-d691-46db-90e8-7439ea58e9f0.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5683970/eab59884-7b55-4cde-a6a3-de0fe5d23c84.jpg?size=300>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774347395952/data/enterprise_cb.js>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774347395952/data/visibility_cb.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774347395952/data/visibility_cb.js>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774347395952/data/custom_variables_cb.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.facebook.com/tr/?id=571577453011546&ev=SubscribedButtonClick&dl=https%3A%2F%2Fwww.openlane.co.uk%2Fen%2Fhome&rl=&if=false&ts=1774359021663&cd[buttonFeatures]=%7B%22classList%22%3A%22Button-module_button--Dq1CUn%20label-module_labelMDBold--CCg4UY%20Button-module_fullWidth--STl2zT%20Button-module_sizeSM--VVG9Ll%20Button-module_variantSolid--m6Bs_y%22%2C%22destination%22%3A%22%22%2C%22id%22%3A%22loginButton4%22%2C%22imageUrl%22%3A%22%22%2C%22innerText%22%3A%22Login%22%2C%22numChildButtons%22%3A0%2C%22tag%22%3A%22button%22%2C%22type%22%3A%22button%22%2C%22name%22%3A%22%22%2C%22value%22%3A%22%22%7D&cd[buttonText]=Login&cd[formFeatures]=%5B%5D&cd[pageFeatures]=%7B%22title%22%3A%22Online%20Used%20Car%20Auctions%20%E2%80%93%20Buy%20%26%20Sell%20Cars%20%E2%80%93%20OPENLANE%22%7D&cd[parameters]=%5B%5D&sw=1280&sh=720&cudff[em]=******%23%40*******.***&ncudff[em]=******%23%40*******.***&udff[em]=53acc011c19682117a22859fc439a4f54d0d52b950b08d642638fce6f674aeb9&audff[em]=53acc011c19682117a22859fc439a4f54d0d52b950b08d642638fce6f674aeb9&v=2.9.281&r=c2&a=tmSimo-GTM-WebTemplate&ec=2&o=6174&fbp=fb.1.1774359013.9250715534&cs_est=true&ler=empty&cdl=API_unavailable&pmd[locale]=en&pmd[description]=Buy%20and%20sell%20cars%20online%20on%20openlane.eu.%20The%20number%20one%20European%20vehicle%20auction%20platform%20for%20professional%20car%20traders.&pmd[keywords]=online%20used%20car%20auction%2C%20online%20used%20vehicle%20auction%2C%20online%20used%20car%20auctions%2C%20online%20used%20vehicle%20auctions&plt=4768&it=1774359014480&coo=false&es=automatic&tm=3&exp=s1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=GET>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774347395952/data/custom_variables_cb.js>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/dal/bugfix-900da77-540/dal.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://eu.whatfix.com/service/event/collect/v2/dac986dc-554c-4528-8f6a-ebeb6094b8bd> (resource type: xhr, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/dal/bugfix-900da77-540/dal.js>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/en/Login/ValidateOktaUser?username=rupesh3@hotmail.com>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774347395952/data/icon/associated_icons_cb.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774347395952/data/user_action/user_actions_cb.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774347395952/data/icon/associated_icons_cb.js>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/up/bugfix-9e8b67d-540/up.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eu.whatfix.com/service/event/collect/v2/dac986dc-554c-4528-8f6a-ebeb6094b8bd>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774347395952/data/user_action/user_actions_cb.js>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774347395952/data/beacon/4473c6cd-bd8c-416f-9c6b-9e29004e8503.json> (resource type: xhr, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/up/bugfix-9e8b67d-540/up.js>
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774347395952/data/beacon/4473c6cd-bd8c-416f-9c6b-9e29004e8503.json> (resource type: xhr, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774347395952/data/beacon/4473c6cd-bd8c-416f-9c6b-9e29004e8503.json>
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/en/login/okta> (resource type: document, referrer: https://www.openlane.co.uk/en/home)
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://kar-privacy.my.onetrust.com/request/v1/consentreceipts/anonymous> (resource type: other, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://bt.fraud0.com/api/v2/event> (resource type: other, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/en/login/okta>
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/up/bugfix-9e8b67d-540/up.13.chunk.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/up/bugfix-9e8b67d-540/up.132.chunk.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/up/bugfix-9e8b67d-540/up.106.chunk.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/up/bugfix-9e8b67d-540/up.361.chunk.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/up/bugfix-9e8b67d-540/up.3.chunk.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/up/bugfix-9e8b67d-540/up.356.chunk.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/up/bugfix-9e8b67d-540/up.655.chunk.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/up/bugfix-9e8b67d-540/up.513.chunk.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/up/bugfix-9e8b67d-540/up.90.chunk.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/up/bugfix-9e8b67d-540/up.595.chunk.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/up/bugfix-9e8b67d-540/up.363.chunk.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://eu.whatfix.com/service/log/collect/dac986dc-554c-4528-8f6a-ebeb6094b8bd> (resource type: xhr, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://bt.fraud0.com/api/v2/event>
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap> (resource type: stylesheet, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap-grid.min.css> (resource type: stylesheet)
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css> (resource type: stylesheet)
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/otSDKStub.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://privacyportal-cdn.onetrust.com/privacy-notice-scripts/otnotice-1.0.min.js> (resource type: script)
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/index-B6JHJVAN.js> (resource type: script, referrer: https://www.openlane.co.uk/en/login/okta)
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdnjs.cloudflare.com/ajax/libs/firebase/8.2.0/firebase-app.min.js> (resource type: script)
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdnjs.cloudflare.com/ajax/libs/firebase/8.2.0/firebase-messaging.min.js> (resource type: script)
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/bundles/NotificationJs?v=mXVJ3IZ6BHb1WcOVsLldtpDHvMVHW-Qd1m63IplVrhY1> (resource type: script, referrer: https://www.openlane.co.uk/en/login/okta)
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <201 https://kar-privacy.my.onetrust.com/request/v1/consentreceipts/anonymous>
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/up/bugfix-9e8b67d-540/up.132.chunk.js>
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/up/bugfix-9e8b67d-540/up.13.chunk.js>
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/up/bugfix-9e8b67d-540/up.106.chunk.js>
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/up/bugfix-9e8b67d-540/up.361.chunk.js>
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/up/bugfix-9e8b67d-540/up.3.chunk.js>
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/up/bugfix-9e8b67d-540/up.356.chunk.js>
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/up/bugfix-9e8b67d-540/up.655.chunk.js>
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/up/bugfix-9e8b67d-540/up.513.chunk.js>
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/up/bugfix-9e8b67d-540/up.90.chunk.js>
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/up/bugfix-9e8b67d-540/up.595.chunk.js>
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/up/bugfix-9e8b67d-540/up.363.chunk.js>
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap>
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap-grid.min.css>
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css>
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtm.js?id=GTM-KXNGWLG> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/otSDKStub.js>
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/consent/e9d0a71a-ce9f-4cd7-9525-7c7714cda4ce/e9d0a71a-ce9f-4cd7-9525-7c7714cda4ce.json> (resource type: xhr, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://privacyportal-cdn.onetrust.com/privacy-notice-scripts/otnotice-1.0.min.js>
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdnjs.cloudflare.com/ajax/libs/firebase/8.2.0/firebase-app.min.js>
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/index-B6JHJVAN.js>
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdnjs.cloudflare.com/ajax/libs/firebase/8.2.0/firebase-messaging.min.js>
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/bundles/NotificationJs?v=mXVJ3IZ6BHb1WcOVsLldtpDHvMVHW-Qd1m63IplVrhY1>
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/consent/e9d0a71a-ce9f-4cd7-9525-7c7714cda4ce/e9d0a71a-ce9f-4cd7-9525-7c7714cda4ce.json>
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtm.js?id=GTM-KXNGWLG>
2026-03-24 13:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js>
2026-03-24 13:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/consent/e9d0a71a-ce9f-4cd7-9525-7c7714cda4ce/0196a63e-4e89-7ba2-a734-4f4f240022a3/en.json> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/consent/e9d0a71a-ce9f-4cd7-9525-7c7714cda4ce/0196a63e-4e89-7ba2-a734-4f4f240022a3/en.json>
2026-03-24 13:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/en/homev6/labels?language=en&prefixes=IsCocAvailable%2CIsRegDocAvailable%2CExtraDeliveryInfo.Spain%2CPickUP.italia%2CDeliveryDelay.7%2CDocDeliveryDelay.Spain%2CLPG.Netherlands%2CCNG.%2CIsDocDeliveryWithCar%2CSpecDmg%2Ccarbroken.%2Cdamagekind.%2Ccardamage.%2CTechDmg.%2CSpecDmg.%2Ccommon.%2Cfooter.%2Cmodal.%2Cpopup.%2Cnavigation.%2CsimilarCars.%2Ctoast.%2CvehicleAlreadySold.%2CvehicleAuctionClosed.%2CvehicleDetails.%2Cauctionprocess.CountryCostBPMHint%2Clogin.%2CforgotPassword.%2CpasswordSent.%2Chomepage.%2CcarSearch%2CcarSearchV2.%2Csearchcars.%2Cpromotions.BuyNextGet150%2Cpromotions.promo1%2Cpromotions.promo2%2Crecommendation.%2CmakeModel.%2CfuelType.%2Ctransmission.%2Cmileage.%2CregistrationYear.%2CengineSize.%2Cpower.%2CbodyType.%2Cprice.%2Cequipment.%2CcarColor.%2Cplaces%2CoriginCountry.%2Ccountry.%2Cseller.%2Csellertype.%2Cdamage.%2CemissionStandard.%2CauctionType.%2Cxtime.%2ChighAssignment.%2CvatRegime.%2Cresults.%2Ccardetail.%2Cco2.%2Cheadline.%2Ccombo.%2CsavedSearches.%2CadvancedSearch.%2Cauctions.%2Csignup.%2Cbrowsecars.title%2Cmybids.%2Cmeta.%2CbidModal.%2Cxtimedashboard.%2CpremiumOffer.%2Ctour.%2CorderCompletion.%2Cmeta.%2CmyAccount.%2Creports.%2Cdealer.%2Cfacet.%2ClocalDealerCar.%2Ccommunities.%2CcommunityInvite.%2Cukintegration.%2CrptPickUp.%2CmechanicalIndicators.%2CregisterForm.%2CvehicleGrades.%2Cokta.%2CmySelection.%2Ccarrousel.%2ClocationSearch.%2CblockedBanner.%2CsellingOffice.%2Cdp_option.%2Cdp_optionGroup.%2Cbanner.%2CaccountNearlyUnblocked%2Ccaroption%2CtransportOptions.%2CreferralProgram.> (resource type: fetch, referrer: https://www.openlane.co.uk/en/login/okta)
2026-03-24 13:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.lr-in-prod.com/logger-1.min.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/appsettings.json?2026032413> (resource type: fetch, referrer: https://www.openlane.co.uk/en/login/okta)
2026-03-24 13:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/en/homev6/labels?language=en&prefixes=IsCocAvailable%2CIsRegDocAvailable%2CExtraDeliveryInfo.Spain%2CPickUP.italia%2CDeliveryDelay.7%2CDocDeliveryDelay.Spain%2CLPG.Netherlands%2CCNG.%2CIsDocDeliveryWithCar%2CSpecDmg%2Ccarbroken.%2Cdamagekind.%2Ccardamage.%2CTechDmg.%2CSpecDmg.%2Ccommon.%2Cfooter.%2Cmodal.%2Cpopup.%2Cnavigation.%2CsimilarCars.%2Ctoast.%2CvehicleAlreadySold.%2CvehicleAuctionClosed.%2CvehicleDetails.%2Cauctionprocess.CountryCostBPMHint%2Clogin.%2CforgotPassword.%2CpasswordSent.%2Chomepage.%2CcarSearch%2CcarSearchV2.%2Csearchcars.%2Cpromotions.BuyNextGet150%2Cpromotions.promo1%2Cpromotions.promo2%2Crecommendation.%2CmakeModel.%2CfuelType.%2Ctransmission.%2Cmileage.%2CregistrationYear.%2CengineSize.%2Cpower.%2CbodyType.%2Cprice.%2Cequipment.%2CcarColor.%2Cplaces%2CoriginCountry.%2Ccountry.%2Cseller.%2Csellertype.%2Cdamage.%2CemissionStandard.%2CauctionType.%2Cxtime.%2ChighAssignment.%2CvatRegime.%2Cresults.%2Ccardetail.%2Cco2.%2Cheadline.%2Ccombo.%2CsavedSearches.%2CadvancedSearch.%2Cauctions.%2Csignup.%2Cbrowsecars.title%2Cmybids.%2Cmeta.%2CbidModal.%2Cxtimedashboard.%2CpremiumOffer.%2Ctour.%2CorderCompletion.%2Cmeta.%2CmyAccount.%2Creports.%2Cdealer.%2Cfacet.%2ClocalDealerCar.%2Ccommunities.%2CcommunityInvite.%2Cukintegration.%2CrptPickUp.%2CmechanicalIndicators.%2CregisterForm.%2CvehicleGrades.%2Cokta.%2CmySelection.%2Ccarrousel.%2ClocationSearch.%2CblockedBanner.%2CsellingOffice.%2Cdp_option.%2Cdp_optionGroup.%2Cbanner.%2CaccountNearlyUnblocked%2Ccaroption%2CtransportOptions.%2CreferralProgram.>
2026-03-24 13:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.lr-in-prod.com/logger-1.min.js>
2026-03-24 13:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/initiatorembed/initiatorembed.nocache.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://bt.fraud0.com/api/v2/fz.js?cid=c7cb0742-7da0-4df2-a656-a66e3d0a28b0> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/Content/images/favicon_Openlane.ico> (resource type: image, referrer: https://www.openlane.co.uk/en/login/okta)
2026-03-24 13:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otFlat.json> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/v2/otPcPanel.json> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otCommonStyles.css> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/appsettings.json?2026032413>
2026-03-24 13:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://featureflagservice.openlane.eu/api/search/getbynames?flags=isNonTransactionalEnabled&flags=isRadiusSearchForUkEnabled&flags=IsNewOverdueCheckerEnabled&flags=IsYourOrderEnabled&flags=isOrderModifyingEnabled&flags=IsWarrantyEnabled&flags=IsNewDeliveryOptionsEnabled&flags=IsGlobalSearchEnabled&flags=IsAddingServicesToOrderEnabled&flags=isReferralProgramEnabled&flags=IsMultiCurrencyEnabled&flags=isClaimsManagementEnabled&flags=isNewIAMEnabled&flags=isNewIAMCreateUserEnabled> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://bt.fraud0.com/api/v2/fz.js?cid=c7cb0742-7da0-4df2-a656-a66e3d0a28b0>
2026-03-24 13:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/initiatorembed/initiatorembed.nocache.js>
2026-03-24 13:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otFlat.json>
2026-03-24 13:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/v2/otPcPanel.json>
2026-03-24 13:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/Content/images/favicon_Openlane.ico>
2026-03-24 13:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otCommonStyles.css>
2026-03-24 13:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://featureflagservice.openlane.eu/api/search/getbynames?flags=isNonTransactionalEnabled&flags=isRadiusSearchForUkEnabled&flags=IsNewOverdueCheckerEnabled&flags=IsYourOrderEnabled&flags=isOrderModifyingEnabled&flags=IsWarrantyEnabled&flags=IsNewDeliveryOptionsEnabled&flags=IsGlobalSearchEnabled&flags=IsAddingServicesToOrderEnabled&flags=isReferralProgramEnabled&flags=IsMultiCurrencyEnabled&flags=isClaimsManagementEnabled&flags=isNewIAMEnabled&flags=isNewIAMCreateUserEnabled>
2026-03-24 13:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://bt.fraud0.com/api/v2/event> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2> (resource type: font, referrer: https://fonts.googleapis.com/)
2026-03-24 13:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://bt.fraud0.com/api/v2/event>
2026-03-24 13:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2>
2026-03-24 13:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/initiator/initiator_conf_cb.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2> (resource type: font, referrer: https://fonts.googleapis.com/)
2026-03-24 13:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/logos/220aba37-6609-45b9-bb38-d90c71628891/7c6a8858-7ab0-49d0-8261-ec9acb176696/07091533-f2a9-4bb6-9f2a-9842ae0edc38/openlane-RGB-on-Wht.png> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/logos/static/powered_by_logo.svg> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <301 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/initiator/initiator_conf_cb.js> (location: https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/initiatorembed/initiatorembed_conf_cb.js)
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/en/login/TBD/.well-known/openid-configuration> (resource type: fetch, referrer: https://www.openlane.co.uk/en/login/okta)
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/en/homev6/currentUserDetails> (resource type: fetch, referrer: https://www.openlane.co.uk/en/login/okta)
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/destination?id=AW-860706599&cx=c>m=4e63k1h1> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://connect.facebook.net/en_US/fbevents.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2>
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://bt.fraud0.com/api/v2/telemetry> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/initiatorembed/initiatorembed_conf_cb.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/logos/220aba37-6609-45b9-bb38-d90c71628891/7c6a8858-7ab0-49d0-8261-ec9acb176696/07091533-f2a9-4bb6-9f2a-9842ae0edc38/openlane-RGB-on-Wht.png>
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/logos/static/powered_by_logo.svg>
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/initiatorembed/initiatorembed_conf_cb.js>
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://bt.fraud0.com/api/v2/event> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg>
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/embed/embed.nocache.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <404 https://www.openlane.co.uk/en/login/TBD/.well-known/openid-configuration>
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/en/homev6/currentUserDetails>
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/destination?id=AW-860706599&cx=c>m=4e63k1h1>
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://bt.fraud0.com/api/v2/telemetry>
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://bt.fraud0.com/api/v2/event>
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://connect.facebook.net/en_US/fbevents.js>
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/embed/embed.nocache.js>
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/assets/LoginOkta-B03sZ_29.js> (resource type: script, referrer: https://www.openlane.co.uk/en/login/okta)
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/assets/okta-sign-in.min-C_xfwmYi.js> (resource type: script, referrer: https://www.openlane.co.uk/en/login/okta)
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/embed/B96C39DE5EA1548EB4C2CCE22F11D416.cache.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/en/homev6/serverData> (resource type: fetch, referrer: https://www.openlane.co.uk/en/login/okta)
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://metadataservice.openlane.eu/api/metadata/options> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://metadataservice.openlane.eu/api/Language/GetLanguages> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://metadataservice.openlane.eu/api/metadata/hubs> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://metadataservice.openlane.eu/api/metadata/seller-groups> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://bt.fraud0.com/api/v2/telemetry> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&ae=g&dr=www.openlane.co.uk&dl=https%3A%2F%2Fwww.openlane.co.uk%2Fen%2Flogin%2Fokta&scrsrc=www.googletagmanager.com&rnd=1914356635.1774359027&auid=653803916.1774359014&navt=n&npa=1&ep.F0flag=1&did=dYWJhMj&gdid=dYWJhMj&_tu=CA>m=45be63k1h1v9181636268z876626767za20gzb76626767zd76626767xea&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-860706599&tid=AW-860706599&tft=1774359026522&tfd=2583> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://connect.facebook.net/signals/config/571577453011546?v=2.9.281&r=stable&domain=www.openlane.co.uk&hme=7561e8db2489737df4c74b634c943d82cefbf4e67acc7fda2493ff919471f0aa&ex_m=101%2C194%2C143%2C22%2C69%2C70%2C136%2C65%2C64%2C11%2C151%2C87%2C16%2C130%2C123%2C72%2C75%2C129%2C148%2C153%2C8%2C4%2C5%2C7%2C6%2C3%2C88%2C98%2C154%2C159%2C208%2C59%2C175%2C176%2C52%2C264%2C30%2C71%2C220%2C219%2C218%2C23%2C32%2C100%2C58%2C10%2C60%2C94%2C95%2C96%2C102%2C126%2C31%2C29%2C128%2C125%2C124%2C144%2C73%2C147%2C145%2C146%2C47%2C57%2C119%2C15%2C150%2C42%2C251%2C252%2C250%2C26%2C27%2C28%2C45%2C137%2C74%2C109%2C18%2C20%2C41%2C37%2C39%2C38%2C80%2C89%2C93%2C107%2C135%2C138%2C43%2C108%2C24%2C21%2C115%2C66%2C35%2C140%2C139%2C141%2C132%2C131%2C25%2C34%2C56%2C106%2C149%2C67%2C17%2C142%2C111%2C78%2C63%2C19%2C82%2C83%2C112%2C81%2C33%2C280%2C201%2C190%2C191%2C189%2C283%2C275%2C49%2C202%2C104%2C127%2C77%2C117%2C51%2C44%2C46%2C110%2C116%2C122%2C55%2C61%2C50%2C53%2C97%2C152%2C1%2C120%2C14%2C118%2C12%2C2%2C54%2C90%2C62%2C114%2C86%2C85%2C155%2C156%2C91%2C92%2C9%2C121%2C99%2C48%2C133%2C84%2C76%2C68%2C113%2C103%2C40%2C134%2C0%2C79%2C36%2C105%2C13%2C157> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/assets/okta-sign-in.min-C_xfwmYi.js>
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/assets/LoginOkta-B03sZ_29.js>
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/embed/B96C39DE5EA1548EB4C2CCE22F11D416.cache.js>
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/en/homev6/serverData>
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://metadataservice.openlane.eu/api/Language/GetLanguages>
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://metadataservice.openlane.eu/api/metadata/options>
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://bt.fraud0.com/api/v2/telemetry>
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://metadataservice.openlane.eu/api/search/metadata> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://metadataservice.openlane.eu/api/metadata/hubs>
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&ae=g&dr=www.openlane.co.uk&dl=https%3A%2F%2Fwww.openlane.co.uk%2Fen%2Flogin%2Fokta&scrsrc=www.googletagmanager.com&rnd=1914356635.1774359027&auid=653803916.1774359014&navt=n&npa=1&ep.F0flag=1&did=dYWJhMj&gdid=dYWJhMj&_tu=CA>m=45be63k1h1v9181636268z876626767za20gzb76626767zd76626767xea&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-860706599&tid=AW-860706599&tft=1774359026522&tfd=2583>
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://metadataservice.openlane.eu/api/metadata/seller-groups>
2026-03-24 13:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://metadataservice.openlane.eu/api/search/metadata>
2026-03-24 13:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://connect.facebook.net/signals/config/571577453011546?v=2.9.281&r=stable&domain=www.openlane.co.uk&hme=7561e8db2489737df4c74b634c943d82cefbf4e67acc7fda2493ff919471f0aa&ex_m=101%2C194%2C143%2C22%2C69%2C70%2C136%2C65%2C64%2C11%2C151%2C87%2C16%2C130%2C123%2C72%2C75%2C129%2C148%2C153%2C8%2C4%2C5%2C7%2C6%2C3%2C88%2C98%2C154%2C159%2C208%2C59%2C175%2C176%2C52%2C264%2C30%2C71%2C220%2C219%2C218%2C23%2C32%2C100%2C58%2C10%2C60%2C94%2C95%2C96%2C102%2C126%2C31%2C29%2C128%2C125%2C124%2C144%2C73%2C147%2C145%2C146%2C47%2C57%2C119%2C15%2C150%2C42%2C251%2C252%2C250%2C26%2C27%2C28%2C45%2C137%2C74%2C109%2C18%2C20%2C41%2C37%2C39%2C38%2C80%2C89%2C93%2C107%2C135%2C138%2C43%2C108%2C24%2C21%2C115%2C66%2C35%2C140%2C139%2C141%2C132%2C131%2C25%2C34%2C56%2C106%2C149%2C67%2C17%2C142%2C111%2C78%2C63%2C19%2C82%2C83%2C112%2C81%2C33%2C280%2C201%2C190%2C191%2C189%2C283%2C275%2C49%2C202%2C104%2C127%2C77%2C117%2C51%2C44%2C46%2C110%2C116%2C122%2C55%2C61%2C50%2C53%2C97%2C152%2C1%2C120%2C14%2C118%2C12%2C2%2C54%2C90%2C62%2C114%2C86%2C85%2C155%2C156%2C91%2C92%2C9%2C121%2C99%2C48%2C133%2C84%2C76%2C68%2C113%2C103%2C40%2C134%2C0%2C79%2C36%2C105%2C13%2C157>
2026-03-24 13:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.facebook.com/tr/?id=571577453011546&ev=F0Event-FB&dl=https%3A%2F%2Fwww.openlane.co.uk%2Fen%2Flogin%2Fokta&rl=https%3A%2F%2Fwww.openlane.co.uk%2Fen%2Fhome&if=false&ts=1774359027049&sw=1280&sh=720&v=2.9.281&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=4126&fbp=fb.1.1774359013.9250715534&ler=empty&cdl=API_unavailable&pmd[locale]=en&plt=1359&it=1774359026537&coo=false&tm=2&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GET> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/images/openlane-logo.svg> (resource type: image, referrer: https://www.openlane.co.uk/en/login/okta)
2026-03-24 13:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/images/openlane-logo.svg>
2026-03-24 13:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.facebook.com/tr/?id=571577453011546&ev=F0Event-FB&dl=https%3A%2F%2Fwww.openlane.co.uk%2Fen%2Flogin%2Fokta&rl=https%3A%2F%2Fwww.openlane.co.uk%2Fen%2Fhome&if=false&ts=1774359027049&sw=1280&sh=720&v=2.9.281&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=4126&fbp=fb.1.1774359013.9250715534&ler=empty&cdl=API_unavailable&pmd[locale]=en&plt=1359&it=1774359026537&coo=false&tm=2&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GET>
2026-03-24 13:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/conf/environment_cb.nocache.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/conf/environment_cb.nocache.js>
2026-03-24 13:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/ce/bugfix-5cb1b0e-528/ce.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/obs/bugfix-d476fa1-526/obs.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/ce/bugfix-5cb1b0e-528/ce.js>
2026-03-24 13:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/obs/bugfix-d476fa1-526/obs.js>
2026-03-24 13:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/pagead/form-data/860706599?gtm=45be63k1h1v9181636268za20gzb76626767zd76626767xec&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&did=dYWJhMj&gdid=dYWJhMj&npa=1&frm=0&pscdl=noapi&auid=653803916.1774359014&_tu=CA> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/form-data/860706599?gtm=45be63k1h1v9181636268za20gzb76626767zd76626767xec&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&did=dYWJhMj&gdid=dYWJhMj&npa=1&frm=0&pscdl=noapi&auid=653803916.1774359014&ec_mode=a&em=tv.1~em.U6zAEcGWghF6IoWfxDmk9U0NUrlQsI1kJjj85vZ0rrk&ecsid=576068813.1774359028> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.facebook.com/tr/?id=571577453011546&ev=SubscribedButtonClick&dl=https%3A%2F%2Fwww.openlane.co.uk%2Fen%2Flogin%2Fokta&rl=https%3A%2F%2Fwww.openlane.co.uk%2Fen%2Fhome&if=false&ts=1774359027507&cd[buttonFeatures]=%7B%22classList%22%3A%22button%20button-primary%22%2C%22destination%22%3A%22https%3A%2F%2Fwww.openlane.co.uk%2Fen%2Flogin%2Fokta%22%2C%22id%22%3A%22okta-signin-submit%22%2C%22imageUrl%22%3A%22linear-gradient(rgb(0%2C%20135%2C%20208)%2C%20rgb(0%2C%20125%2C%20193))%22%2C%22innerText%22%3A%22%22%2C%22numChildButtons%22%3A0%2C%22tag%22%3A%22input%22%2C%22type%22%3A%22submit%22%2C%22name%22%3A%22%22%2C%22value%22%3A%22Sign%20In%22%7D&cd[buttonText]=&cd[formFeatures]=%5B%7B%22id%22%3A%22okta-signin-username%22%2C%22name%22%3A%22username%22%2C%22tag%22%3A%22input%22%2C%22inputType%22%3A%22text%22%7D%2C%7B%22id%22%3A%22okta-signin-password%22%2C%22name%22%3A%22password%22%2C%22tag%22%3A%22input%22%2C%22inputType%22%3A%22password%22%7D%5D&cd[pageFeatures]=%7B%22title%22%3A%22%22%7D&cd[parameters]=%5B%5D&sw=1280&sh=720&cudff[em]=******%23%40*******.***&ncudff[em]=******%23%40*******.***&udff[em]=53acc011c19682117a22859fc439a4f54d0d52b950b08d642638fce6f674aeb9&audff[em]=53acc011c19682117a22859fc439a4f54d0d52b950b08d642638fce6f674aeb9&v=2.9.281&r=stable&a=tmSimo-GTM-WebTemplate&ec=1&o=6174&fbp=fb.1.1774359013.9250715534&cs_est=true&ler=empty&cdl=API_unavailable&pmd[locale]=en&plt=1359&it=1774359026537&coo=false&es=automatic&tm=3&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GET> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/destination?id=G-123&cx=c>m=4e63k1h1> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/pagead/form-data/860706599?gtm=45be63k1h1v9181636268za20gzb76626767zd76626767xec&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&did=dYWJhMj&gdid=dYWJhMj&npa=1&frm=0&pscdl=noapi&auid=653803916.1774359014> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/form-data/860706599?gtm=45be63k1h1v9181636268za20gzb76626767zd76626767xec&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&did=dYWJhMj&gdid=dYWJhMj&npa=1&frm=0&pscdl=noapi&auid=653803916.1774359014&_tu=CA>
2026-03-24 13:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/form-data/860706599?gtm=45be63k1h1v9181636268za20gzb76626767zd76626767xec&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&did=dYWJhMj&gdid=dYWJhMj&npa=1&frm=0&pscdl=noapi&auid=653803916.1774359014&ec_mode=a&em=tv.1~em.U6zAEcGWghF6IoWfxDmk9U0NUrlQsI1kJjj85vZ0rrk&ecsid=576068813.1774359028> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://kareu.okta-emea.com/api/v1/authn> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/integration/integration.nocache.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/configuration_cb.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eu.whatfix.com/service/dac986dc-554c-4528-8f6a-ebeb6094b8bd/cconfig/ent-config> (resource type: xhr, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://www.google.com/ccm/form-data/860706599?gtm=45be63k1h1v9181636268za20gzb76626767zd76626767xec&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&did=dYWJhMj&gdid=dYWJhMj&npa=1&frm=0&pscdl=noapi&auid=653803916.1774359014&ec_mode=a&em=tv.1~em.U6zAEcGWghF6IoWfxDmk9U0NUrlQsI1kJjj85vZ0rrk&ecsid=576068813.1774359028>
2026-03-24 13:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/destination?id=G-123&cx=c>m=4e63k1h1>
2026-03-24 13:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.facebook.com/tr/?id=571577453011546&ev=SubscribedButtonClick&dl=https%3A%2F%2Fwww.openlane.co.uk%2Fen%2Flogin%2Fokta&rl=https%3A%2F%2Fwww.openlane.co.uk%2Fen%2Fhome&if=false&ts=1774359027507&cd[buttonFeatures]=%7B%22classList%22%3A%22button%20button-primary%22%2C%22destination%22%3A%22https%3A%2F%2Fwww.openlane.co.uk%2Fen%2Flogin%2Fokta%22%2C%22id%22%3A%22okta-signin-submit%22%2C%22imageUrl%22%3A%22linear-gradient(rgb(0%2C%20135%2C%20208)%2C%20rgb(0%2C%20125%2C%20193))%22%2C%22innerText%22%3A%22%22%2C%22numChildButtons%22%3A0%2C%22tag%22%3A%22input%22%2C%22type%22%3A%22submit%22%2C%22name%22%3A%22%22%2C%22value%22%3A%22Sign%20In%22%7D&cd[buttonText]=&cd[formFeatures]=%5B%7B%22id%22%3A%22okta-signin-username%22%2C%22name%22%3A%22username%22%2C%22tag%22%3A%22input%22%2C%22inputType%22%3A%22text%22%7D%2C%7B%22id%22%3A%22okta-signin-password%22%2C%22name%22%3A%22password%22%2C%22tag%22%3A%22input%22%2C%22inputType%22%3A%22password%22%7D%5D&cd[pageFeatures]=%7B%22title%22%3A%22%22%7D&cd[parameters]=%5B%5D&sw=1280&sh=720&cudff[em]=******%23%40*******.***&ncudff[em]=******%23%40*******.***&udff[em]=53acc011c19682117a22859fc439a4f54d0d52b950b08d642638fce6f674aeb9&audff[em]=53acc011c19682117a22859fc439a4f54d0d52b950b08d642638fce6f674aeb9&v=2.9.281&r=stable&a=tmSimo-GTM-WebTemplate&ec=1&o=6174&fbp=fb.1.1774359013.9250715534&cs_est=true&ler=empty&cdl=API_unavailable&pmd[locale]=en&plt=1359&it=1774359026537&coo=false&es=automatic&tm=3&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GET>
2026-03-24 13:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/form-data/860706599?gtm=45be63k1h1v9181636268za20gzb76626767zd76626767xec&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&did=dYWJhMj&gdid=dYWJhMj&npa=1&frm=0&pscdl=noapi&auid=653803916.1774359014>
2026-03-24 13:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://www.google.com/ccm/form-data/860706599?gtm=45be63k1h1v9181636268za20gzb76626767zd76626767xec&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&did=dYWJhMj&gdid=dYWJhMj&npa=1&frm=0&pscdl=noapi&auid=653803916.1774359014&ec_mode=a&em=tv.1~em.U6zAEcGWghF6IoWfxDmk9U0NUrlQsI1kJjj85vZ0rrk&ecsid=576068813.1774359028>
2026-03-24 13:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/integration/integration.nocache.js>
2026-03-24 13:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/configuration_cb.js>
2026-03-24 13:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.google-analytics.com/g/collect?v=2&tid=G-123>m=45je63k1h1z876626767za20gzb76626767zd76626767&_p=1774359024726&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dYWJhMj&cid=357707339.1774359028&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_s=1&tag_exp=103116026~103200004~115616986~115938466~115938468~116024733~117484252~117884344~118104771&sid=1774359027&sct=1&seg=0&dl=https%3A%2F%2Fwww.openlane.co.uk%2Fen%2Flogin%2Fokta&dr=https%3A%2F%2Fwww.openlane.co.uk%2Fen%2Fhome&dt=&_tu=CA&en=test&_fv=1&_nsi=1&_ss=1&tfd=3860> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774347395952/data/enterprise_cb.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eu.whatfix.com/service/dac986dc-554c-4528-8f6a-ebeb6094b8bd/cconfig/ent-config>
2026-03-24 13:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.google-analytics.com/g/collect?v=2&tid=G-123>m=45je63k1h1z876626767za20gzb76626767zd76626767&_p=1774359024726&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dYWJhMj&cid=357707339.1774359028&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_s=1&tag_exp=103116026~103200004~115616986~115938466~115938468~116024733~117484252~117884344~118104771&sid=1774359027&sct=1&seg=0&dl=https%3A%2F%2Fwww.openlane.co.uk%2Fen%2Flogin%2Fokta&dr=https%3A%2F%2Fwww.openlane.co.uk%2Fen%2Fhome&dt=&_tu=CA&en=test&_fv=1&_nsi=1&_ss=1&tfd=3860>
2026-03-24 13:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774347395952/data/enterprise_cb.js>
2026-03-24 13:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774347395952/data/visibility_cb.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774347395952/data/visibility_cb.js>
2026-03-24 13:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774347395952/data/custom_variables_cb.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774347395952/data/custom_variables_cb.js>
2026-03-24 13:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/dal/bugfix-900da77-540/dal.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://kareu.okta-emea.com/api/v1/authn>
2026-03-24 13:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://eu.whatfix.com/service/event/collect/v2/dac986dc-554c-4528-8f6a-ebeb6094b8bd> (resource type: xhr, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/dal/bugfix-900da77-540/dal.js>
2026-03-24 13:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774347395952/data/icon/associated_icons_cb.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774347395952/data/user_action/user_actions_cb.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774347395952/data/icon/associated_icons_cb.js>
2026-03-24 13:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774347395952/data/user_action/user_actions_cb.js>
2026-03-24 13:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eu.whatfix.com/service/event/collect/v2/dac986dc-554c-4528-8f6a-ebeb6094b8bd>
2026-03-24 13:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774347395952/data/beacon/4473c6cd-bd8c-416f-9c6b-9e29004e8503.json> (resource type: xhr, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774347395952/data/beacon/4473c6cd-bd8c-416f-9c6b-9e29004e8503.json> (resource type: xhr, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774347395952/data/beacon/4473c6cd-bd8c-416f-9c6b-9e29004e8503.json>
2026-03-24 13:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eu.whatfix.com/service/dac986dc-554c-4528-8f6a-ebeb6094b8bd/beacon/get_seen_counters/v26?request=%7B%22widget_ids%22%3A%5B%224473c6cd-bd8c-416f-9c6b-9e29004e8503%3Add6e91c2-faac-4bf0-a896-6325868d2f8f%3A1759309799661%22%5D%2C+%22user_id%22%3A%22ZkjjALOsdDP52eb8%22%2C+%22is_encrypted%22%3Afalse%7D&callback=callback_1774359028406_1171631608> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/dal/bugfix-900da77-540/dal.683.chunk.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/dal/bugfix-900da77-540/dal.517.chunk.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774347395952/data/beacon/4473c6cd-bd8c-416f-9c6b-9e29004e8503.json>
2026-03-24 13:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eu.whatfix.com/service/dac986dc-554c-4528-8f6a-ebeb6094b8bd/beacon/get_seen_counters/v26?request=%7B%22widget_ids%22%3A%5B%224473c6cd-bd8c-416f-9c6b-9e29004e8503%3Add6e91c2-faac-4bf0-a896-6325868d2f8f%3A1759309799661%22%5D%2C+%22user_id%22%3A%22ZkjjALOsdDP52eb8%22%2C+%22is_encrypted%22%3Afalse%7D&callback=callback_1774359028464_961920505> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://eu.whatfix.com/service/log/collect/dac986dc-554c-4528-8f6a-ebeb6094b8bd> (resource type: xhr, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/dal/bugfix-900da77-540/dal.683.chunk.js>
2026-03-24 13:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/modules/dal/bugfix-900da77-540/dal.517.chunk.js>
2026-03-24 13:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eu.whatfix.com/service/dac986dc-554c-4528-8f6a-ebeb6094b8bd/beacon/get_seen_counters/v26?request=%7B%22widget_ids%22%3A%5B%224473c6cd-bd8c-416f-9c6b-9e29004e8503%3Add6e91c2-faac-4bf0-a896-6325868d2f8f%3A1759309799661%22%5D%2C+%22user_id%22%3A%22ZkjjALOsdDP52eb8%22%2C+%22is_encrypted%22%3Afalse%7D&callback=callback_1774359028406_1171631608>
2026-03-24 13:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eu.whatfix.com/service/dac986dc-554c-4528-8f6a-ebeb6094b8bd/beacon/get_seen_counters/v26?request=%7B%22widget_ids%22%3A%5B%224473c6cd-bd8c-416f-9c6b-9e29004e8503%3Add6e91c2-faac-4bf0-a896-6325868d2f8f%3A1759309799661%22%5D%2C+%22user_id%22%3A%22ZkjjALOsdDP52eb8%22%2C+%22is_encrypted%22%3Afalse%7D&callback=callback_1774359028464_961920505>
2026-03-24 13:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eu.whatfix.com/service/log/collect/dac986dc-554c-4528-8f6a-ebeb6094b8bd>
2026-03-24 13:30:31 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://eu.whatfix.com/service/event/collect/v2/dac986dc-554c-4528-8f6a-ebeb6094b8bd> (resource type: xhr, referrer: https://www.openlane.co.uk/)
2026-03-24 13:30:31 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eu.whatfix.com/service/event/collect/v2/dac986dc-554c-4528-8f6a-ebeb6094b8bd>
2026-03-24 13:30:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/home> (referer: None) ['playwright']
2026-03-24 13:30:47 [openlane.gb] INFO: Cookies from Playwright: [{'name': '_cfuvid', 'value': '.1dzpO5w24Gpiw.oF49ey9Ekyf5a3yp6t.I6p1uXzQk-1774359023007-0.0.1.1-604800000', 'domain': '.whatfix.com', 'path': '/', 'expires': -1, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': '__cf_bm', 'value': 'ZbYkM9Kgoz9YY7GJKOJbMFuARRaApq2O_Ru1Wv1NAwE-1774359019.169021-1.0.1.1-pc4j1U6Bhhvn5xlHIY1arBQFK.15Ewr.Rtrg0CJr1KKoB5wGl2XSzxJv91eSrJwA.ZFvWVWX.cXNlPYhytTpeiAEhFq7dUi7.ewGH6YfVrizL05mxSKEwzO8YnqrUnSQ', 'domain': '.openlane.eu', 'path': '/', 'expires': 1774360819, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'ASP.NET_SessionId', 'value': 'wpshoscdzwanann04sba5ixl', 'domain': 'www.openlane.co.uk', 'path': '/', 'expires': -1, 'httpOnly': True, 'secure': False, 'sameSite': 'Lax'}, {'name': 'COTWLanguage', 'value': 'en', 'domain': '.www.openlane.co.uk', 'path': '/', 'expires': 1805895012, 'httpOnly': True, 'secure': False, 'sameSite': 'None'}, {'name': '__RequestVerificationToken', 'value': 'dAf3IYbQFpK9vccsOGN4h-F4x3evHvnQqZ1Z1NHkI4xRBuTf49FtX8VU3kN6frhTIDj4dmOX7mHo9dmagPE9aMfoEwXxXOj5I0WNP-3wCYtDccCopTH8BY1O08Qe3WBf7xO-zFL5PDA8Fzp0Frqq4Q2', 'domain': 'www.openlane.co.uk', 'path': '/', 'expires': -1, 'httpOnly': True, 'secure': False, 'sameSite': 'None'}, {'name': '__cf_bm', 'value': 'DABLC0dL4PdvJl23xmSj7HZTqgmtUBkQyYsZQR4qPxc-1774359012.523556-1.0.1.1-VDdqY71Wp22PZ0ktldQeg_0aUdpYKsbsbmO2wY32kdfWWy93EItGqtG6nJdadNrZPOWuui.VtUJyLdhtqEddxwlV7Z.Mc5f6kacE7i.OVpr2WOeMlymfREH_Aer89Lux', 'domain': '.openlane.co.uk', 'path': '/', 'expires': 1774360812, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': '_fbp', 'value': 'fb.1.1774359013.9250715534', 'domain': 'www.openlane.co.uk', 'path': '/', 'expires': 1782135013, 'httpOnly': False, 'secure': True, 'sameSite': 'Lax'}, {'name': '_cfuvid', 'value': 'qx5LWss.keu5IPeiJahmFwG4gxt7TTlHfhepe_TgNsw-1774359018.753231-1.0.1.1-jvwZ2r4d19lyh4W6Pna1iNCt5rVJzOQkdhhJYeOqDxw', 'domain': '.openlane.co.uk', 'path': '/', 'expires': -1, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'OptanonConsent', 'value': 'isGpcEnabled=0&datestamp=Tue+Mar+24+2026+13%3A30%3A25+GMT%2B0000+(Coordinated+Universal+Time)&version=202601.1.0&browserGpcFlag=0&isIABGlobal=false&hosts=&consentId=3e2314e4-1c42-4b2c-b56f-8478c5e35ed5&interactionCount=1&isAnonUser=1&landingPath=NotLandingPage&groups=C0001%3A1%2CC0002%3A0%2CC0003%3A0%2CC0004%3A0&crTime=1774359023939&AwaitingReconsent=false', 'domain': '.openlane.co.uk', 'path': '/', 'expires': 1805895025, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': 'f0_uid', 'value': '7e80875d-26dc-45e3-b919-4afd4591f6eb.1774359025597', 'domain': 'www.openlane.co.uk', 'path': '/', 'expires': 1805895025, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'f0_sid', 'value': '0c47ce5b-8d47-4d73-a60e-5cfde453fb5f.1774359025598.30', 'domain': 'www.openlane.co.uk', 'path': '/', 'expires': 1774445425, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'wfx_unq', 'value': 'ZkjjALOsdDP52eb8', 'domain': '.www.openlane.co.uk', 'path': '/', 'expires': 1782999027, 'httpOnly': False, 'secure': True, 'sameSite': 'None'}, {'name': '_gcl_au', 'value': '1.1.653803916.1774359014.576068813.1774359028.1774359027', 'domain': '.openlane.co.uk', 'path': '/', 'expires': 1782135014, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga_123', 'value': 'GS2.1.s1774359027$o1$g0$t1774359027$j60$l0$h0', 'domain': '.openlane.co.uk', 'path': '/', 'expires': 1837431027, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga', 'value': 'GA1.1.357707339.1774359028', 'domain': '.openlane.co.uk', 'path': '/', 'expires': 1837431027, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'oktaStateToken', 'value': '009tQpgjf7p6GdV-7mXJpLtIR9LWkjRb6h87OblzRI', 'domain': 'www.openlane.co.uk', 'path': '/', 'expires': 1774359328, 'httpOnly': False, 'secure': True, 'sameSite': 'None'}, {'name': 'JSESSIONID', 'value': 'BFF032FAE4D7E45576EB763F4701B7CF', 'domain': 'kareu.okta-emea.com', 'path': '/', 'expires': -1, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'DT', 'value': 'DI1lqFXmWeSSJiV94l56tVU9Q', 'domain': 'kareu.okta-emea.com', 'path': '/', 'expires': 1837431028, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}]
2026-03-24 13:30:47 [openlane.gb] INFO: Scrapy-formatted cookies: [{'name': '_cfuvid', 'value': '.1dzpO5w24Gpiw.oF49ey9Ekyf5a3yp6t.I6p1uXzQk-1774359023007-0.0.1.1-604800000', 'domain': '.whatfix.com', 'path': '/'}, {'name': '__cf_bm', 'value': 'ZbYkM9Kgoz9YY7GJKOJbMFuARRaApq2O_Ru1Wv1NAwE-1774359019.169021-1.0.1.1-pc4j1U6Bhhvn5xlHIY1arBQFK.15Ewr.Rtrg0CJr1KKoB5wGl2XSzxJv91eSrJwA.ZFvWVWX.cXNlPYhytTpeiAEhFq7dUi7.ewGH6YfVrizL05mxSKEwzO8YnqrUnSQ', 'domain': '.openlane.eu', 'path': '/'}, {'name': 'ASP.NET_SessionId', 'value': 'wpshoscdzwanann04sba5ixl', 'domain': 'www.openlane.co.uk', 'path': '/'}, {'name': 'COTWLanguage', 'value': 'en', 'domain': '.www.openlane.co.uk', 'path': '/'}, {'name': '__RequestVerificationToken', 'value': 'dAf3IYbQFpK9vccsOGN4h-F4x3evHvnQqZ1Z1NHkI4xRBuTf49FtX8VU3kN6frhTIDj4dmOX7mHo9dmagPE9aMfoEwXxXOj5I0WNP-3wCYtDccCopTH8BY1O08Qe3WBf7xO-zFL5PDA8Fzp0Frqq4Q2', 'domain': 'www.openlane.co.uk', 'path': '/'}, {'name': '__cf_bm', 'value': 'DABLC0dL4PdvJl23xmSj7HZTqgmtUBkQyYsZQR4qPxc-1774359012.523556-1.0.1.1-VDdqY71Wp22PZ0ktldQeg_0aUdpYKsbsbmO2wY32kdfWWy93EItGqtG6nJdadNrZPOWuui.VtUJyLdhtqEddxwlV7Z.Mc5f6kacE7i.OVpr2WOeMlymfREH_Aer89Lux', 'domain': '.openlane.co.uk', 'path': '/'}, {'name': '_fbp', 'value': 'fb.1.1774359013.9250715534', 'domain': 'www.openlane.co.uk', 'path': '/'}, {'name': '_cfuvid', 'value': 'qx5LWss.keu5IPeiJahmFwG4gxt7TTlHfhepe_TgNsw-1774359018.753231-1.0.1.1-jvwZ2r4d19lyh4W6Pna1iNCt5rVJzOQkdhhJYeOqDxw', 'domain': '.openlane.co.uk', 'path': '/'}, {'name': 'OptanonConsent', 'value': 'isGpcEnabled=0&datestamp=Tue+Mar+24+2026+13%3A30%3A25+GMT%2B0000+(Coordinated+Universal+Time)&version=202601.1.0&browserGpcFlag=0&isIABGlobal=false&hosts=&consentId=3e2314e4-1c42-4b2c-b56f-8478c5e35ed5&interactionCount=1&isAnonUser=1&landingPath=NotLandingPage&groups=C0001%3A1%2CC0002%3A0%2CC0003%3A0%2CC0004%3A0&crTime=1774359023939&AwaitingReconsent=false', 'domain': '.openlane.co.uk', 'path': '/'}, {'name': 'f0_uid', 'value': '7e80875d-26dc-45e3-b919-4afd4591f6eb.1774359025597', 'domain': 'www.openlane.co.uk', 'path': '/'}, {'name': 'f0_sid', 'value': '0c47ce5b-8d47-4d73-a60e-5cfde453fb5f.1774359025598.30', 'domain': 'www.openlane.co.uk', 'path': '/'}, {'name': 'wfx_unq', 'value': 'ZkjjALOsdDP52eb8', 'domain': '.www.openlane.co.uk', 'path': '/'}, {'name': '_gcl_au', 'value': '1.1.653803916.1774359014.576068813.1774359028.1774359027', 'domain': '.openlane.co.uk', 'path': '/'}, {'name': '_ga_123', 'value': 'GS2.1.s1774359027$o1$g0$t1774359027$j60$l0$h0', 'domain': '.openlane.co.uk', 'path': '/'}, {'name': '_ga', 'value': 'GA1.1.357707339.1774359028', 'domain': '.openlane.co.uk', 'path': '/'}, {'name': 'oktaStateToken', 'value': '009tQpgjf7p6GdV-7mXJpLtIR9LWkjRb6h87OblzRI', 'domain': 'www.openlane.co.uk', 'path': '/'}, {'name': 'JSESSIONID', 'value': 'BFF032FAE4D7E45576EB763F4701B7CF', 'domain': 'kareu.okta-emea.com', 'path': '/'}, {'name': 'DT', 'value': 'DI1lqFXmWeSSJiV94l56tVU9Q', 'domain': 'kareu.okta-emea.com', 'path': '/'}]
2026-03-24 13:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='OpenlaneGB',RowKey='cookies') HTTP/1.1" 204 0
2026-03-24 13:30:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:31:04 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.co.uk/en/findcarv6/search> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-24 13:31:04 [openlane.gb] INFO: Found listing with ID: 10717364
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710717364%27 HTTP/1.1" 200 None
2026-03-24 13:31:04 [openlane.gb] INFO: Scrape type for 10717364: 1
2026-03-24 13:31:04 [openlane.gb] INFO: Found listing with ID: 10717365
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710717365%27 HTTP/1.1" 200 None
2026-03-24 13:31:04 [openlane.gb] INFO: Scrape type for 10717365: 1
2026-03-24 13:31:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:31:04 [openlane.gb] INFO: Found listing with ID: 10717363
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710717363%27 HTTP/1.1" 200 None
2026-03-24 13:31:04 [openlane.gb] INFO: Scrape type for 10717363: 1
2026-03-24 13:31:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:31:04 [openlane.gb] INFO: Found listing with ID: 10717366
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710717366%27 HTTP/1.1" 200 None
2026-03-24 13:31:04 [openlane.gb] INFO: Scrape type for 10717366: 1
2026-03-24 13:31:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:31:04 [openlane.gb] INFO: Found listing with ID: 10717371
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710717371%27 HTTP/1.1" 200 None
2026-03-24 13:31:04 [openlane.gb] INFO: Scrape type for 10717371: 1
2026-03-24 13:31:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:31:04 [openlane.gb] INFO: Found listing with ID: 10717367
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710717367%27 HTTP/1.1" 200 None
2026-03-24 13:31:04 [openlane.gb] INFO: Scrape type for 10717367: 1
2026-03-24 13:31:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:31:04 [openlane.gb] INFO: Found listing with ID: 10717372
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710717372%27 HTTP/1.1" 200 None
2026-03-24 13:31:04 [openlane.gb] INFO: Scrape type for 10717372: 1
2026-03-24 13:31:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:31:04 [openlane.gb] INFO: Found listing with ID: 10717368
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710717368%27 HTTP/1.1" 200 None
2026-03-24 13:31:04 [openlane.gb] INFO: Scrape type for 10717368: 1
2026-03-24 13:31:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:31:04 [openlane.gb] INFO: Found listing with ID: 10717369
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710717369%27 HTTP/1.1" 200 None
2026-03-24 13:31:04 [openlane.gb] INFO: Scrape type for 10717369: 1
2026-03-24 13:31:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:31:04 [openlane.gb] INFO: Found listing with ID: 10717362
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710717362%27 HTTP/1.1" 200 None
2026-03-24 13:31:04 [openlane.gb] INFO: Scrape type for 10717362: 1
2026-03-24 13:31:04 [openlane.gb] INFO: Found listing with ID: 10717370
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710717370%27 HTTP/1.1" 200 None
2026-03-24 13:31:04 [openlane.gb] INFO: Scrape type for 10717370: 1
2026-03-24 13:31:04 [openlane.gb] INFO: Found listing with ID: 10716381
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716381%27 HTTP/1.1" 200 None
2026-03-24 13:31:04 [openlane.gb] INFO: Scrape type for 10716381: 0
2026-03-24 13:31:04 [openlane.gb] INFO: Found listing with ID: 10716380
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716380%27 HTTP/1.1" 200 None
2026-03-24 13:31:04 [openlane.gb] INFO: Scrape type for 10716380: 0
2026-03-24 13:31:04 [openlane.gb] INFO: Found listing with ID: 10716383
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716383%27 HTTP/1.1" 200 None
2026-03-24 13:31:04 [openlane.gb] INFO: Scrape type for 10716383: 0
2026-03-24 13:31:04 [openlane.gb] INFO: Found listing with ID: 10716424
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716424%27 HTTP/1.1" 200 None
2026-03-24 13:31:04 [openlane.gb] INFO: Scrape type for 10716424: 0
2026-03-24 13:31:04 [openlane.gb] INFO: Found listing with ID: 10716409
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716409%27 HTTP/1.1" 200 None
2026-03-24 13:31:04 [openlane.gb] INFO: Scrape type for 10716409: 0
2026-03-24 13:31:04 [openlane.gb] INFO: Found listing with ID: 10716441
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716441%27 HTTP/1.1" 200 None
2026-03-24 13:31:04 [openlane.gb] INFO: Scrape type for 10716441: 0
2026-03-24 13:31:04 [openlane.gb] INFO: Found listing with ID: 10716421
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716421%27 HTTP/1.1" 200 None
2026-03-24 13:31:04 [openlane.gb] INFO: Scrape type for 10716421: 0
2026-03-24 13:31:04 [openlane.gb] INFO: Found listing with ID: 10716394
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716394%27 HTTP/1.1" 200 None
2026-03-24 13:31:04 [openlane.gb] INFO: Scrape type for 10716394: 0
2026-03-24 13:31:04 [openlane.gb] INFO: Found listing with ID: 10716406
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716406%27 HTTP/1.1" 200 None
2026-03-24 13:31:04 [openlane.gb] INFO: Scrape type for 10716406: 0
2026-03-24 13:31:04 [openlane.gb] INFO: Found listing with ID: 10716392
2026-03-24 13:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716392%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716392: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716377
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716377%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716377: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716393
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716393%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716393: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716375
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716375%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716375: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716376
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716376%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716376: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716410
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716410%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716410: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716411
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716411%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716411: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716405
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716405%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716405: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716415
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716415%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716415: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716425
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716425%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716425: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716404
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716404%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716404: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716402
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716402%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716402: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716395
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716395%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716395: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716378
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716378%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716378: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716426
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716426%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716426: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716401
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716401%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716401: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716396
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716396%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716396: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716382
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716382%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716382: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716412
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716412%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716412: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716400
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716400%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716400: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716403
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716403%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716403: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716407
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716407%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716407: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716371
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716371%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716371: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716369
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716369%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716369: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716391
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716391%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716391: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716390
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716390%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716390: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716368
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716368%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716368: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716389
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716389%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716389: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716414
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716414%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716414: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716418
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716418%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716418: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716416
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716416%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716416: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716385
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716385%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716385: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716397
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716397%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716397: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716387
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716387%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716387: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716386
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716386%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716386: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716366
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716366%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716366: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716370
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716370%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716370: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716372
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716372%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716372: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716417
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716417%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716417: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716367
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716367%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716367: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716398
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716398%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716398: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716408
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716408%27 HTTP/1.1" 200 None
2026-03-24 13:31:05 [openlane.gb] INFO: Scrape type for 10716408: 0
2026-03-24 13:31:05 [openlane.gb] INFO: Found listing with ID: 10716373
2026-03-24 13:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716373%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10716373: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10716399
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716399%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10716399: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10716388
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716388%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10716388: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10716384
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716384%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10716384: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10716374
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716374%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10716374: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10716379
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716379%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10716379: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10716433
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716433%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10716433: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10716423
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716423%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10716423: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10716430
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716430%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10716430: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10716437
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716437%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10716437: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10716413
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716413%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10716413: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10716428
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716428%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10716428: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10716432
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716432%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10716432: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10716427
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716427%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10716427: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10716435
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716435%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10716435: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10716431
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716431%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10716431: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10716438
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716438%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10716438: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10716439
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716439%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10716439: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10716440
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716440%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10716440: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10716422
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716422%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10716422: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10716442
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716442%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10716442: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10716436
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716436%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10716436: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10716434
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716434%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10716434: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10716419
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716419%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10716419: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10716420
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716420%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10716420: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10716429
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716429%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10716429: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10709056
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710709056%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10709056: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10709057
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710709057%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10709057: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10709060
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710709060%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10709060: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10709059
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710709059%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10709059: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10709044
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710709044%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10709044: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10709055
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710709055%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10709055: 2
2026-03-24 13:31:06 [scrapy.extensions.logstats] INFO: Crawled 2 pages (at 2 pages/min), scraped 0 items (at 0 items/min)
2026-03-24 13:31:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 188MiB
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10709050
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710709050%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10709050: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10709042
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710709042%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10709042: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10709048
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710709048%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10709048: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10709046
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710709046%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10709046: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10709045
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710709045%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10709045: 0
2026-03-24 13:31:06 [openlane.gb] INFO: Found listing with ID: 10709040
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710709040%27 HTTP/1.1" 200 None
2026-03-24 13:31:06 [openlane.gb] INFO: Scrape type for 10709040: 0
2026-03-24 13:31:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10717372> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-24 13:31:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:31:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2c168a9-7a32-5d0e-b50d-cedbbe1b44fe with identifier: 10717372
2026-03-24 13:31:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2c168a9-7a32-5d0e-b50d-cedbbe1b44fe with scrape type 1
2026-03-24 13:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e2c168a9-7a32-5d0e-b50d-cedbbe1b44fe
2026-03-24 13:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720290%252Fgeneral%252F638b9deb-0ae6-4994-802a-be23799645f2.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720290/general/638b9deb-0ae6-4994-802a-be23799645f2.jpg already downloaded
2026-03-24 13:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720290%252Fgeneral%252F3058ab75-3e84-421d-a051-9866b0308b0a.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720290/general/3058ab75-3e84-421d-a051-9866b0308b0a.jpg already downloaded
2026-03-24 13:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720290%252Fgeneral%252Ff234cf49-0930-40ba-8d9c-5f4a1a10c17b.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720290/general/f234cf49-0930-40ba-8d9c-5f4a1a10c17b.jpg already downloaded
2026-03-24 13:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720290%252Fgeneral%252Fa5775a88-4c8e-4515-b657-f848e4373a6f.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720290/general/a5775a88-4c8e-4515-b657-f848e4373a6f.jpg already downloaded
2026-03-24 13:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720290%252Fgeneral%252Fbd4f8e64-2e54-48c4-8aec-83f53a6c95b5.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720290/general/bd4f8e64-2e54-48c4-8aec-83f53a6c95b5.jpg already downloaded
2026-03-24 13:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720290%252Fgeneral%252F4e1b7071-e1cd-4fa7-91a7-98044be7e13e.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720290/general/4e1b7071-e1cd-4fa7-91a7-98044be7e13e.jpg already downloaded
2026-03-24 13:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720290%252Fgeneral%252F728932d8-4fab-4fbf-80a3-292020bdcaf4.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720290/general/728932d8-4fab-4fbf-80a3-292020bdcaf4.jpg already downloaded
2026-03-24 13:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720290%252Fgeneral%252Fea54c830-eacf-4fb3-8bf1-fb8f0464cd23.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720290/general/ea54c830-eacf-4fb3-8bf1-fb8f0464cd23.jpg already downloaded
2026-03-24 13:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720290%252Fgeneral%252F36655f5e-2940-4887-bc81-268419dfa87b.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720290/general/36655f5e-2940-4887-bc81-268419dfa87b.jpg already downloaded
2026-03-24 13:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720290%252Fgeneral%252F46c9214f-b45f-45a6-98fe-62b50772a84f.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720290/general/46c9214f-b45f-45a6-98fe-62b50772a84f.jpg already downloaded
2026-03-24 13:31:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: e2c168a9-7a32-5d0e-b50d-cedbbe1b44fe, identifier: 10717372
2026-03-24 13:31:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: e2c168a9-7a32-5d0e-b50d-cedbbe1b44fe with identifier: 10717372
2026-03-24 13:31:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13:31:20 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Gray HTTP/1.1" 200 None
2026-03-24 13:31:20 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 13:31:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13:31:20 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Diesel HTTP/1.1" 200 None
2026-03-24 13:31:20 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 13:31:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: e2c168a9-7a32-5d0e-b50d-cedbbe1b44fe with identifier: 10717372
2026-03-24 13:31:20 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: e2c168a9-7a32-5d0e-b50d-cedbbe1b44fe with identifier: 10717372 to the API
2026-03-24 13:31:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:31:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:31:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10717372>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': 1,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Diesel',
'id': 'e2c168a9-7a32-5d0e-b50d-cedbbe1b44fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FY68DLZ',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10717372',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Grandland',
'odometer': 80876,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 20,
'photo_urls': ['https://images.openlane.eu/carimgs/5720290/general/638b9deb-0ae6-4994-802a-be23799645f2.jpg',
'https://images.openlane.eu/carimgs/5720290/general/3058ab75-3e84-421d-a051-9866b0308b0a.jpg',
'https://images.openlane.eu/carimgs/5720290/general/f234cf49-0930-40ba-8d9c-5f4a1a10c17b.jpg',
'https://images.openlane.eu/carimgs/5720290/general/a5775a88-4c8e-4515-b657-f848e4373a6f.jpg',
'https://images.openlane.eu/carimgs/5720290/general/bd4f8e64-2e54-48c4-8aec-83f53a6c95b5.jpg',
'https://images.openlane.eu/carimgs/5720290/general/4e1b7071-e1cd-4fa7-91a7-98044be7e13e.jpg',
'https://images.openlane.eu/carimgs/5720290/general/728932d8-4fab-4fbf-80a3-292020bdcaf4.jpg',
'https://images.openlane.eu/carimgs/5720290/general/ea54c830-eacf-4fb3-8bf1-fb8f0464cd23.jpg',
'https://images.openlane.eu/carimgs/5720290/general/36655f5e-2940-4887-bc81-268419dfa87b.jpg',
'https://images.openlane.eu/carimgs/5720290/general/46c9214f-b45f-45a6-98fe-62b50772a84f.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a5aed77-ba50-590c-be1f-d2ad53515ad9/0a5aed77-ba50-590c-be1f-d2ad53515ad9_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 262067,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720290/general/638b9deb-0ae6-4994-802a-be23799645f2.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a5aed77-ba50-590c-be1f-d2ad53515ad9/0a5aed77-ba50-590c-be1f-d2ad53515ad9_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 320747,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720290/general/3058ab75-3e84-421d-a051-9866b0308b0a.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a5aed77-ba50-590c-be1f-d2ad53515ad9/0a5aed77-ba50-590c-be1f-d2ad53515ad9_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 231753,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720290/general/f234cf49-0930-40ba-8d9c-5f4a1a10c17b.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a5aed77-ba50-590c-be1f-d2ad53515ad9/0a5aed77-ba50-590c-be1f-d2ad53515ad9_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 240836,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720290/general/a5775a88-4c8e-4515-b657-f848e4373a6f.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a5aed77-ba50-590c-be1f-d2ad53515ad9/0a5aed77-ba50-590c-be1f-d2ad53515ad9_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 275713,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720290/general/bd4f8e64-2e54-48c4-8aec-83f53a6c95b5.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a5aed77-ba50-590c-be1f-d2ad53515ad9/0a5aed77-ba50-590c-be1f-d2ad53515ad9_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 232790,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720290/general/4e1b7071-e1cd-4fa7-91a7-98044be7e13e.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a5aed77-ba50-590c-be1f-d2ad53515ad9/0a5aed77-ba50-590c-be1f-d2ad53515ad9_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 271984,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720290/general/728932d8-4fab-4fbf-80a3-292020bdcaf4.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a5aed77-ba50-590c-be1f-d2ad53515ad9/0a5aed77-ba50-590c-be1f-d2ad53515ad9_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 241042,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720290/general/ea54c830-eacf-4fb3-8bf1-fb8f0464cd23.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a5aed77-ba50-590c-be1f-d2ad53515ad9/0a5aed77-ba50-590c-be1f-d2ad53515ad9_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 266864,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720290/general/36655f5e-2940-4887-bc81-268419dfa87b.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a5aed77-ba50-590c-be1f-d2ad53515ad9/0a5aed77-ba50-590c-be1f-d2ad53515ad9_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 271233,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720290/general/46c9214f-b45f-45a6-98fe-62b50772a84f.jpg',
'Width': 1440}],
'price': 4000,
'price_includes_vat': True,
'registration_date': '2018-09-01',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Grandland 1.5 Turbo SE - Diesel - Manual - 1 hp - FY68DLZ '
'- 80,876 mi',
'transmission': 'manual',
'trim': 'SE',
'vin': None,
'year': 2018}
2026-03-24 13:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710717372%27 HTTP/1.1" 200 None
2026-03-24 13:31:22 [openlane.gb] INFO: Saving data for 10717372: {'created_time': 1774359082.541039, 'last_price_update_time': 1774359082.541052, 'auction_closing_time': 1774533600.0}
2026-03-24 13:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10717372') HTTP/1.1" 204 0
2026-03-24 13:31:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10717366> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-24 13:31:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:31:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bab7916f-4afb-56c4-8f31-7e4a93f2155f with identifier: 10717366
2026-03-24 13:31:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bab7916f-4afb-56c4-8f31-7e4a93f2155f with scrape type 1
2026-03-24 13:31:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item bab7916f-4afb-56c4-8f31-7e4a93f2155f
2026-03-24 13:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5714987%252Fgeneral%252F7f07fdb1-11ba-4002-840f-2ff8deef7fc6.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5714987/general/7f07fdb1-11ba-4002-840f-2ff8deef7fc6.jpg already downloaded
2026-03-24 13:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5714987%252Fgeneral%252Fa003fa7f-1ab3-4df7-aada-f685ae0abc83.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5714987/general/a003fa7f-1ab3-4df7-aada-f685ae0abc83.jpg already downloaded
2026-03-24 13:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5714987%252Fgeneral%252Fa8d2f5ee-702e-42dd-8b2c-314ea753ee31.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5714987/general/a8d2f5ee-702e-42dd-8b2c-314ea753ee31.jpg already downloaded
2026-03-24 13:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5714987%252Fgeneral%252Fc4974501-53ad-44c1-bfc8-d8738e5138d5.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5714987/general/c4974501-53ad-44c1-bfc8-d8738e5138d5.jpg already downloaded
2026-03-24 13:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5714987%252Fgeneral%252F1f586ac8-2494-47fe-b4cc-283b1882d614.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5714987/general/1f586ac8-2494-47fe-b4cc-283b1882d614.jpg already downloaded
2026-03-24 13:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5714987%252Fgeneral%252F211316e7-42ea-44c5-9a9b-a198d8df90a4.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5714987/general/211316e7-42ea-44c5-9a9b-a198d8df90a4.jpg already downloaded
2026-03-24 13:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5714987%252Fgeneral%252F81cb376e-3506-4f1c-89fc-f22e946df34b.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5714987/general/81cb376e-3506-4f1c-89fc-f22e946df34b.jpg already downloaded
2026-03-24 13:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5714987%252Fgeneral%252F8a73132c-d8ee-4c2b-b91d-af4903f33dfa.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5714987/general/8a73132c-d8ee-4c2b-b91d-af4903f33dfa.jpg already downloaded
2026-03-24 13:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5714987%252Fgeneral%252Ff2e782c8-62ab-4585-a276-f76518fabefc.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5714987/general/f2e782c8-62ab-4585-a276-f76518fabefc.jpg already downloaded
2026-03-24 13:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5714987%252Fgeneral%252F29318599-b762-4b96-9982-76060cbd951a.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5714987/general/29318599-b762-4b96-9982-76060cbd951a.jpg already downloaded
2026-03-24 13:31:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: bab7916f-4afb-56c4-8f31-7e4a93f2155f, identifier: 10717366
2026-03-24 13:31:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: bab7916f-4afb-56c4-8f31-7e4a93f2155f with identifier: 10717366
2026-03-24 13:31:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13:31:25 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Electric HTTP/1.1" 200 None
2026-03-24 13:31:25 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 13:31:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: bab7916f-4afb-56c4-8f31-7e4a93f2155f with identifier: 10717366
2026-03-24 13:31:25 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: bab7916f-4afb-56c4-8f31-7e4a93f2155f with identifier: 10717366 to the API
2026-03-24 13:31:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:31:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:31:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10717366>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': 'bab7916f-4afb-56c4-8f31-7e4a93f2155f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'LY71EWT',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10717366',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 69530,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 27,
'photo_urls': ['https://images.openlane.eu/carimgs/5714987/general/7f07fdb1-11ba-4002-840f-2ff8deef7fc6.jpg',
'https://images.openlane.eu/carimgs/5714987/general/a003fa7f-1ab3-4df7-aada-f685ae0abc83.jpg',
'https://images.openlane.eu/carimgs/5714987/general/a8d2f5ee-702e-42dd-8b2c-314ea753ee31.jpg',
'https://images.openlane.eu/carimgs/5714987/general/c4974501-53ad-44c1-bfc8-d8738e5138d5.jpg',
'https://images.openlane.eu/carimgs/5714987/general/1f586ac8-2494-47fe-b4cc-283b1882d614.jpg',
'https://images.openlane.eu/carimgs/5714987/general/211316e7-42ea-44c5-9a9b-a198d8df90a4.jpg',
'https://images.openlane.eu/carimgs/5714987/general/81cb376e-3506-4f1c-89fc-f22e946df34b.jpg',
'https://images.openlane.eu/carimgs/5714987/general/8a73132c-d8ee-4c2b-b91d-af4903f33dfa.jpg',
'https://images.openlane.eu/carimgs/5714987/general/f2e782c8-62ab-4585-a276-f76518fabefc.jpg',
'https://images.openlane.eu/carimgs/5714987/general/29318599-b762-4b96-9982-76060cbd951a.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e6eb97a-3e09-5bb6-9519-b01ed1140cc1/8e6eb97a-3e09-5bb6-9519-b01ed1140cc1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 215901,
'Height': 996,
'OriginUrl': 'https://images.openlane.eu/carimgs/5714987/general/7f07fdb1-11ba-4002-840f-2ff8deef7fc6.jpg',
'Width': 1328},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e6eb97a-3e09-5bb6-9519-b01ed1140cc1/8e6eb97a-3e09-5bb6-9519-b01ed1140cc1_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 288058,
'Height': 996,
'OriginUrl': 'https://images.openlane.eu/carimgs/5714987/general/a003fa7f-1ab3-4df7-aada-f685ae0abc83.jpg',
'Width': 1328},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e6eb97a-3e09-5bb6-9519-b01ed1140cc1/8e6eb97a-3e09-5bb6-9519-b01ed1140cc1_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 223042,
'Height': 996,
'OriginUrl': 'https://images.openlane.eu/carimgs/5714987/general/a8d2f5ee-702e-42dd-8b2c-314ea753ee31.jpg',
'Width': 1328},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e6eb97a-3e09-5bb6-9519-b01ed1140cc1/8e6eb97a-3e09-5bb6-9519-b01ed1140cc1_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 257244,
'Height': 996,
'OriginUrl': 'https://images.openlane.eu/carimgs/5714987/general/c4974501-53ad-44c1-bfc8-d8738e5138d5.jpg',
'Width': 1328},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e6eb97a-3e09-5bb6-9519-b01ed1140cc1/8e6eb97a-3e09-5bb6-9519-b01ed1140cc1_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 215581,
'Height': 996,
'OriginUrl': 'https://images.openlane.eu/carimgs/5714987/general/1f586ac8-2494-47fe-b4cc-283b1882d614.jpg',
'Width': 1328},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e6eb97a-3e09-5bb6-9519-b01ed1140cc1/8e6eb97a-3e09-5bb6-9519-b01ed1140cc1_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 197405,
'Height': 996,
'OriginUrl': 'https://images.openlane.eu/carimgs/5714987/general/211316e7-42ea-44c5-9a9b-a198d8df90a4.jpg',
'Width': 1328},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e6eb97a-3e09-5bb6-9519-b01ed1140cc1/8e6eb97a-3e09-5bb6-9519-b01ed1140cc1_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 174689,
'Height': 996,
'OriginUrl': 'https://images.openlane.eu/carimgs/5714987/general/81cb376e-3506-4f1c-89fc-f22e946df34b.jpg',
'Width': 1328},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e6eb97a-3e09-5bb6-9519-b01ed1140cc1/8e6eb97a-3e09-5bb6-9519-b01ed1140cc1_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95715,
'Height': 996,
'OriginUrl': 'https://images.openlane.eu/carimgs/5714987/general/8a73132c-d8ee-4c2b-b91d-af4903f33dfa.jpg',
'Width': 1328},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e6eb97a-3e09-5bb6-9519-b01ed1140cc1/8e6eb97a-3e09-5bb6-9519-b01ed1140cc1_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 175112,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5714987/general/f2e782c8-62ab-4585-a276-f76518fabefc.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e6eb97a-3e09-5bb6-9519-b01ed1140cc1/8e6eb97a-3e09-5bb6-9519-b01ed1140cc1_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 211034,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5714987/general/29318599-b762-4b96-9982-76060cbd951a.jpg',
'Width': 1440}],
'price': 5200,
'price_includes_vat': True,
'registration_date': '2022-01-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa-e 46 kWh SE Premium - Electric - Automatic - 1 hp - '
'LY71EWT - 69,530 mi',
'transmission': 'automatic',
'trim': 'SE Premium',
'vin': None,
'year': 2022}
2026-03-24 13:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710717366%27 HTTP/1.1" 200 None
2026-03-24 13:31:26 [openlane.gb] INFO: Saving data for 10717366: {'created_time': 1774359086.723594, 'last_price_update_time': 1774359086.723611, 'auction_closing_time': 1774533600.0}
2026-03-24 13:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10717366') HTTP/1.1" 204 0
2026-03-24 13:31:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10717364> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-24 13:31:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:31:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a9292ab-a765-537f-9c3c-219d0c68c331 with identifier: 10717364
2026-03-24 13:31:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a9292ab-a765-537f-9c3c-219d0c68c331 with scrape type 1
2026-03-24 13:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1a9292ab-a765-537f-9c3c-219d0c68c331
2026-03-24 13:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5714748%252Fgeneral%252Fed904060-d2cc-4704-bff8-5a541837b1ad.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5714748/general/ed904060-d2cc-4704-bff8-5a541837b1ad.jpg already downloaded
2026-03-24 13:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5714748%252Fgeneral%252F5124e119-bbf8-46ec-9208-59050c7e82f5.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5714748/general/5124e119-bbf8-46ec-9208-59050c7e82f5.jpg already downloaded
2026-03-24 13:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5714748%252Fgeneral%252F246dbad1-96b7-45f7-87a4-c7bb813fb763.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5714748/general/246dbad1-96b7-45f7-87a4-c7bb813fb763.jpg already downloaded
2026-03-24 13:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5714748%252Fgeneral%252Fa35aa6c1-ea91-4508-8a72-7ed3f584c7dd.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5714748/general/a35aa6c1-ea91-4508-8a72-7ed3f584c7dd.jpg already downloaded
2026-03-24 13:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5714748%252Fgeneral%252F0eace31e-0145-4519-babd-a32bff05a736.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5714748/general/0eace31e-0145-4519-babd-a32bff05a736.jpg already downloaded
2026-03-24 13:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5714748%252Fgeneral%252Fddde0474-41cf-472e-b6f0-45594a943c06.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5714748/general/ddde0474-41cf-472e-b6f0-45594a943c06.jpg already downloaded
2026-03-24 13:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5714748%252Fgeneral%252Fd955bb5d-a927-4e78-a4f9-1bd96a71ead1.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5714748/general/d955bb5d-a927-4e78-a4f9-1bd96a71ead1.jpg already downloaded
2026-03-24 13:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5714748%252Fgeneral%252Fef59fd86-24b6-43be-836f-bcd76d6ac164.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5714748/general/ef59fd86-24b6-43be-836f-bcd76d6ac164.jpg already downloaded
2026-03-24 13:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5714748%252Fgeneral%252Ffe852238-78c4-4f85-b4aa-61ee76422fd2.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5714748/general/fe852238-78c4-4f85-b4aa-61ee76422fd2.jpg already downloaded
2026-03-24 13:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5714748%252Fgeneral%252Fe074fcc1-91d0-4056-b1df-e0a4faf3f817.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5714748/general/e074fcc1-91d0-4056-b1df-e0a4faf3f817.jpg already downloaded
2026-03-24 13:31:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 1a9292ab-a765-537f-9c3c-219d0c68c331, identifier: 10717364
2026-03-24 13:31:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 1a9292ab-a765-537f-9c3c-219d0c68c331 with identifier: 10717364
2026-03-24 13:31:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13:31:27 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=White HTTP/1.1" 200 None
2026-03-24 13:31:27 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 13:31:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 1a9292ab-a765-537f-9c3c-219d0c68c331 with identifier: 10717364
2026-03-24 13:31:27 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 1a9292ab-a765-537f-9c3c-219d0c68c331 with identifier: 10717364 to the API
2026-03-24 13:31:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:31:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:31:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10717364>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'engine_horse_power': 110,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Diesel',
'id': '1a9292ab-a765-537f-9c3c-219d0c68c331',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SE17GZV',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10717364',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Astra',
'odometer': 85041,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 32,
'photo_urls': ['https://images.openlane.eu/carimgs/5714748/general/ed904060-d2cc-4704-bff8-5a541837b1ad.jpg',
'https://images.openlane.eu/carimgs/5714748/general/5124e119-bbf8-46ec-9208-59050c7e82f5.jpg',
'https://images.openlane.eu/carimgs/5714748/general/246dbad1-96b7-45f7-87a4-c7bb813fb763.jpg',
'https://images.openlane.eu/carimgs/5714748/general/a35aa6c1-ea91-4508-8a72-7ed3f584c7dd.jpg',
'https://images.openlane.eu/carimgs/5714748/general/0eace31e-0145-4519-babd-a32bff05a736.jpg',
'https://images.openlane.eu/carimgs/5714748/general/ddde0474-41cf-472e-b6f0-45594a943c06.jpg',
'https://images.openlane.eu/carimgs/5714748/general/d955bb5d-a927-4e78-a4f9-1bd96a71ead1.jpg',
'https://images.openlane.eu/carimgs/5714748/general/ef59fd86-24b6-43be-836f-bcd76d6ac164.jpg',
'https://images.openlane.eu/carimgs/5714748/general/fe852238-78c4-4f85-b4aa-61ee76422fd2.jpg',
'https://images.openlane.eu/carimgs/5714748/general/e074fcc1-91d0-4056-b1df-e0a4faf3f817.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4acc22e2-9b07-50b0-bee7-973d02b084a2/4acc22e2-9b07-50b0-bee7-973d02b084a2_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 254176,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5714748/general/ed904060-d2cc-4704-bff8-5a541837b1ad.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4acc22e2-9b07-50b0-bee7-973d02b084a2/4acc22e2-9b07-50b0-bee7-973d02b084a2_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 235087,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5714748/general/5124e119-bbf8-46ec-9208-59050c7e82f5.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4acc22e2-9b07-50b0-bee7-973d02b084a2/4acc22e2-9b07-50b0-bee7-973d02b084a2_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 210901,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5714748/general/246dbad1-96b7-45f7-87a4-c7bb813fb763.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4acc22e2-9b07-50b0-bee7-973d02b084a2/4acc22e2-9b07-50b0-bee7-973d02b084a2_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 227996,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5714748/general/a35aa6c1-ea91-4508-8a72-7ed3f584c7dd.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4acc22e2-9b07-50b0-bee7-973d02b084a2/4acc22e2-9b07-50b0-bee7-973d02b084a2_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 187912,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5714748/general/0eace31e-0145-4519-babd-a32bff05a736.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4acc22e2-9b07-50b0-bee7-973d02b084a2/4acc22e2-9b07-50b0-bee7-973d02b084a2_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 228541,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5714748/general/ddde0474-41cf-472e-b6f0-45594a943c06.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4acc22e2-9b07-50b0-bee7-973d02b084a2/4acc22e2-9b07-50b0-bee7-973d02b084a2_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 177128,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5714748/general/d955bb5d-a927-4e78-a4f9-1bd96a71ead1.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4acc22e2-9b07-50b0-bee7-973d02b084a2/4acc22e2-9b07-50b0-bee7-973d02b084a2_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 167722,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5714748/general/ef59fd86-24b6-43be-836f-bcd76d6ac164.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4acc22e2-9b07-50b0-bee7-973d02b084a2/4acc22e2-9b07-50b0-bee7-973d02b084a2_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 200689,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5714748/general/fe852238-78c4-4f85-b4aa-61ee76422fd2.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4acc22e2-9b07-50b0-bee7-973d02b084a2/4acc22e2-9b07-50b0-bee7-973d02b084a2_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 210816,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5714748/general/e074fcc1-91d0-4056-b1df-e0a4faf3f817.jpg',
'Width': 1440}],
'price': 2100,
'price_includes_vat': True,
'registration_date': '2017-06-16',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Astra 1.6 CDTI SRi Vx-line Nav - Diesel - Manual - 110 hp '
'- SE17GZV - 85,041 mi',
'transmission': 'manual',
'trim': 'SRi Vx-line Nav',
'vin': None,
'year': 2017}
2026-03-24 13:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710717364%27 HTTP/1.1" 200 None
2026-03-24 13:31:28 [openlane.gb] INFO: Saving data for 10717364: {'created_time': 1774359088.464217, 'last_price_update_time': 1774359088.46423, 'auction_closing_time': 1774533600.0}
2026-03-24 13:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10717364') HTTP/1.1" 204 0
2026-03-24 13:31:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10717370> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-24 13:31:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:31:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a4b7cad-581f-5b8c-8a35-37dc2c7b5c3c with identifier: 10717370
2026-03-24 13:31:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a4b7cad-581f-5b8c-8a35-37dc2c7b5c3c with scrape type 1
2026-03-24 13:31:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5a4b7cad-581f-5b8c-8a35-37dc2c7b5c3c
2026-03-24 13:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5651207%252Fgeneral%252F7ac228b3-0e2a-400f-bfd7-60db9ffd3dae.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5651207/general/7ac228b3-0e2a-400f-bfd7-60db9ffd3dae.jpg already downloaded
2026-03-24 13:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5651207%252Fgeneral%252F08f4ed9a-7a14-49b6-87d4-79978c64770b.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5651207/general/08f4ed9a-7a14-49b6-87d4-79978c64770b.jpg already downloaded
2026-03-24 13:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5651207%252Fgeneral%252Fc77ae424-4fb4-407f-9dfa-2115f59997f6.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5651207/general/c77ae424-4fb4-407f-9dfa-2115f59997f6.jpg already downloaded
2026-03-24 13:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5651207%252Fgeneral%252F2abb54bf-ade3-4349-ae52-650b56c554f8.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5651207/general/2abb54bf-ade3-4349-ae52-650b56c554f8.jpg already downloaded
2026-03-24 13:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5651207%252Fgeneral%252Feb1c4166-8e7c-48c9-ac5a-9d35e96914a7.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5651207/general/eb1c4166-8e7c-48c9-ac5a-9d35e96914a7.jpg already downloaded
2026-03-24 13:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5651207%252Fgeneral%252Fd66dac56-42c6-4757-abf0-8ae8632531b9.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5651207/general/d66dac56-42c6-4757-abf0-8ae8632531b9.jpg already downloaded
2026-03-24 13:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5651207%252Fgeneral%252F7dcbd82b-af7d-47f3-9daf-d38f53f033b2.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5651207/general/7dcbd82b-af7d-47f3-9daf-d38f53f033b2.jpg already downloaded
2026-03-24 13:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5651207%252Fgeneral%252F32e7ac50-c1c8-4cd4-9863-6a9bc76c8699.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5651207/general/32e7ac50-c1c8-4cd4-9863-6a9bc76c8699.jpg already downloaded
2026-03-24 13:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5651207%252Fgeneral%252Fe2790915-df1b-4960-907e-97f7cc953a4a.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5651207/general/e2790915-df1b-4960-907e-97f7cc953a4a.jpg already downloaded
2026-03-24 13:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5651207%252Fgeneral%252F96471e85-dec1-4ffe-ad41-88642f855ee1.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5651207/general/96471e85-dec1-4ffe-ad41-88642f855ee1.jpg already downloaded
2026-03-24 13:31:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 5a4b7cad-581f-5b8c-8a35-37dc2c7b5c3c, identifier: 10717370
2026-03-24 13:31:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 5a4b7cad-581f-5b8c-8a35-37dc2c7b5c3c with identifier: 10717370
2026-03-24 13:31:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 5a4b7cad-581f-5b8c-8a35-37dc2c7b5c3c with identifier: 10717370
2026-03-24 13:31:32 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 5a4b7cad-581f-5b8c-8a35-37dc2c7b5c3c with identifier: 10717370 to the API
2026-03-24 13:31:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:31:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:31:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10717370>
{'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-26T14:00:00Z',
'fuel_type': 'Electric',
'id': '5a4b7cad-581f-5b8c-8a35-37dc2c7b5c3c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'LL71XJV',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10717370',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 36205,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 20,
'photo_urls': ['https://images.openlane.eu/carimgs/5651207/general/7ac228b3-0e2a-400f-bfd7-60db9ffd3dae.jpg',
'https://images.openlane.eu/carimgs/5651207/general/08f4ed9a-7a14-49b6-87d4-79978c64770b.jpg',
'https://images.openlane.eu/carimgs/5651207/general/c77ae424-4fb4-407f-9dfa-2115f59997f6.jpg',
'https://images.openlane.eu/carimgs/5651207/general/2abb54bf-ade3-4349-ae52-650b56c554f8.jpg',
'https://images.openlane.eu/carimgs/5651207/general/eb1c4166-8e7c-48c9-ac5a-9d35e96914a7.jpg',
'https://images.openlane.eu/carimgs/5651207/general/d66dac56-42c6-4757-abf0-8ae8632531b9.jpg',
'https://images.openlane.eu/carimgs/5651207/general/7dcbd82b-af7d-47f3-9daf-d38f53f033b2.jpg',
'https://images.openlane.eu/carimgs/5651207/general/32e7ac50-c1c8-4cd4-9863-6a9bc76c8699.jpg',
'https://images.openlane.eu/carimgs/5651207/general/e2790915-df1b-4960-907e-97f7cc953a4a.jpg',
'https://images.openlane.eu/carimgs/5651207/general/96471e85-dec1-4ffe-ad41-88642f855ee1.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f74b9b7c-4168-5151-a7f4-e1d4c9e4380e/f74b9b7c-4168-5151-a7f4-e1d4c9e4380e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 258225,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5651207/general/7ac228b3-0e2a-400f-bfd7-60db9ffd3dae.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f74b9b7c-4168-5151-a7f4-e1d4c9e4380e/f74b9b7c-4168-5151-a7f4-e1d4c9e4380e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 238867,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5651207/general/08f4ed9a-7a14-49b6-87d4-79978c64770b.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f74b9b7c-4168-5151-a7f4-e1d4c9e4380e/f74b9b7c-4168-5151-a7f4-e1d4c9e4380e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 247032,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5651207/general/c77ae424-4fb4-407f-9dfa-2115f59997f6.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f74b9b7c-4168-5151-a7f4-e1d4c9e4380e/f74b9b7c-4168-5151-a7f4-e1d4c9e4380e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 250111,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5651207/general/2abb54bf-ade3-4349-ae52-650b56c554f8.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f74b9b7c-4168-5151-a7f4-e1d4c9e4380e/f74b9b7c-4168-5151-a7f4-e1d4c9e4380e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 231823,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5651207/general/eb1c4166-8e7c-48c9-ac5a-9d35e96914a7.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f74b9b7c-4168-5151-a7f4-e1d4c9e4380e/f74b9b7c-4168-5151-a7f4-e1d4c9e4380e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 188034,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5651207/general/d66dac56-42c6-4757-abf0-8ae8632531b9.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f74b9b7c-4168-5151-a7f4-e1d4c9e4380e/f74b9b7c-4168-5151-a7f4-e1d4c9e4380e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 201596,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5651207/general/7dcbd82b-af7d-47f3-9daf-d38f53f033b2.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f74b9b7c-4168-5151-a7f4-e1d4c9e4380e/f74b9b7c-4168-5151-a7f4-e1d4c9e4380e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137973,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5651207/general/32e7ac50-c1c8-4cd4-9863-6a9bc76c8699.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f74b9b7c-4168-5151-a7f4-e1d4c9e4380e/f74b9b7c-4168-5151-a7f4-e1d4c9e4380e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 198861,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5651207/general/e2790915-df1b-4960-907e-97f7cc953a4a.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f74b9b7c-4168-5151-a7f4-e1d4c9e4380e/f74b9b7c-4168-5151-a7f4-e1d4c9e4380e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 205636,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5651207/general/96471e85-dec1-4ffe-ad41-88642f855ee1.jpg',
'Width': 1440}],
'price': 8800,
'price_includes_vat': True,
'registration_date': '2021-11-30',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate Edition - Electric - Automatic - '
'136 hp - LL71XJV - 36,205 mi',
'transmission': 'automatic',
'trim': 'Ultimate Edition',
'vin': None,
'year': 2021}
2026-03-24 13:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710717370%27 HTTP/1.1" 200 None
2026-03-24 13:31:32 [openlane.gb] INFO: Saving data for 10717370: {'created_time': 1774359092.84824, 'last_price_update_time': 1774359092.848253, 'auction_closing_time': 1774533600.0}
2026-03-24 13:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10717370') HTTP/1.1" 204 0
2026-03-24 13:31:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10717362> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-24 13:31:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:31:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6237afa3-c686-5073-981d-b3df18ebb455 with identifier: 10717362
2026-03-24 13:31:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6237afa3-c686-5073-981d-b3df18ebb455 with scrape type 1
2026-03-24 13:31:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6237afa3-c686-5073-981d-b3df18ebb455
2026-03-24 13:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5642523%252Fgeneral%252Fbcbc138a-659e-447c-8569-ff578c2cc03b.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5642523/general/bcbc138a-659e-447c-8569-ff578c2cc03b.jpg already downloaded
2026-03-24 13:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5642523%252Fgeneral%252Fed9ee9d3-deca-48ef-8174-8ba52abafb83.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5642523/general/ed9ee9d3-deca-48ef-8174-8ba52abafb83.jpg already downloaded
2026-03-24 13:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5642523%252Fgeneral%252F96c26a79-0802-4c82-aeb1-8d0ec65fdd9e.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5642523/general/96c26a79-0802-4c82-aeb1-8d0ec65fdd9e.jpg already downloaded
2026-03-24 13:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5642523%252Fgeneral%252F25953847-64a4-4f6b-90bb-98f249558ccb.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5642523/general/25953847-64a4-4f6b-90bb-98f249558ccb.jpg already downloaded
2026-03-24 13:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5642523%252Fgeneral%252F5075e465-2c53-4777-a9f5-e7b68ee04722.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5642523/general/5075e465-2c53-4777-a9f5-e7b68ee04722.jpg already downloaded
2026-03-24 13:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5642523%252Fgeneral%252F6d50410f-7886-48cf-afca-8c209a7d2628.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5642523/general/6d50410f-7886-48cf-afca-8c209a7d2628.jpg already downloaded
2026-03-24 13:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5642523%252Fgeneral%252Ff061b853-c636-47b3-ae5b-1d42eb0b2b7f.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5642523/general/f061b853-c636-47b3-ae5b-1d42eb0b2b7f.jpg already downloaded
2026-03-24 13:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5642523%252Fgeneral%252F9909ecb4-b03b-4df0-8a07-0e582c9c11a4.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5642523/general/9909ecb4-b03b-4df0-8a07-0e582c9c11a4.jpg already downloaded
2026-03-24 13:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5642523%252Fgeneral%252Fb9cdf53e-8379-44ba-ac85-593702278f36.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5642523/general/b9cdf53e-8379-44ba-ac85-593702278f36.jpg already downloaded
2026-03-24 13:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5642523%252Fgeneral%252F416a589e-eb0d-4f45-94dd-2bac4f074b18.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5642523/general/416a589e-eb0d-4f45-94dd-2bac4f074b18.jpg already downloaded
2026-03-24 13:31:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 6237afa3-c686-5073-981d-b3df18ebb455, identifier: 10717362
2026-03-24 13:31:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 6237afa3-c686-5073-981d-b3df18ebb455 with identifier: 10717362
2026-03-24 13:31:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13:31:41 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Benzine HTTP/1.1" 200 None
2026-03-24 13:31:41 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 13:31:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 6237afa3-c686-5073-981d-b3df18ebb455 with identifier: 10717362
2026-03-24 13:31:41 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 6237afa3-c686-5073-981d-b3df18ebb455 with identifier: 10717362 to the API
2026-03-24 13:31:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:31:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:31:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10717362>
{'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-26T14:00:00Z',
'fuel_type': 'Petrol',
'id': '6237afa3-c686-5073-981d-b3df18ebb455',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'WR71JWE',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10717362',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka',
'odometer': 54387,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 20,
'photo_urls': ['https://images.openlane.eu/carimgs/5642523/general/bcbc138a-659e-447c-8569-ff578c2cc03b.jpg',
'https://images.openlane.eu/carimgs/5642523/general/ed9ee9d3-deca-48ef-8174-8ba52abafb83.jpg',
'https://images.openlane.eu/carimgs/5642523/general/96c26a79-0802-4c82-aeb1-8d0ec65fdd9e.jpg',
'https://images.openlane.eu/carimgs/5642523/general/25953847-64a4-4f6b-90bb-98f249558ccb.jpg',
'https://images.openlane.eu/carimgs/5642523/general/5075e465-2c53-4777-a9f5-e7b68ee04722.jpg',
'https://images.openlane.eu/carimgs/5642523/general/6d50410f-7886-48cf-afca-8c209a7d2628.jpg',
'https://images.openlane.eu/carimgs/5642523/general/f061b853-c636-47b3-ae5b-1d42eb0b2b7f.jpg',
'https://images.openlane.eu/carimgs/5642523/general/9909ecb4-b03b-4df0-8a07-0e582c9c11a4.jpg',
'https://images.openlane.eu/carimgs/5642523/general/b9cdf53e-8379-44ba-ac85-593702278f36.jpg',
'https://images.openlane.eu/carimgs/5642523/general/416a589e-eb0d-4f45-94dd-2bac4f074b18.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_48e4d6bd-e755-59b9-a0f1-7506a2ccf7ff/48e4d6bd-e755-59b9-a0f1-7506a2ccf7ff_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 177972,
'Height': 1064,
'OriginUrl': 'https://images.openlane.eu/carimgs/5642523/general/bcbc138a-659e-447c-8569-ff578c2cc03b.jpg',
'Width': 1423},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_48e4d6bd-e755-59b9-a0f1-7506a2ccf7ff/48e4d6bd-e755-59b9-a0f1-7506a2ccf7ff_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 208629,
'Height': 1064,
'OriginUrl': 'https://images.openlane.eu/carimgs/5642523/general/ed9ee9d3-deca-48ef-8174-8ba52abafb83.jpg',
'Width': 1423},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_48e4d6bd-e755-59b9-a0f1-7506a2ccf7ff/48e4d6bd-e755-59b9-a0f1-7506a2ccf7ff_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 187926,
'Height': 1064,
'OriginUrl': 'https://images.openlane.eu/carimgs/5642523/general/96c26a79-0802-4c82-aeb1-8d0ec65fdd9e.jpg',
'Width': 1423},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_48e4d6bd-e755-59b9-a0f1-7506a2ccf7ff/48e4d6bd-e755-59b9-a0f1-7506a2ccf7ff_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 185358,
'Height': 1064,
'OriginUrl': 'https://images.openlane.eu/carimgs/5642523/general/25953847-64a4-4f6b-90bb-98f249558ccb.jpg',
'Width': 1423},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_48e4d6bd-e755-59b9-a0f1-7506a2ccf7ff/48e4d6bd-e755-59b9-a0f1-7506a2ccf7ff_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 185084,
'Height': 1064,
'OriginUrl': 'https://images.openlane.eu/carimgs/5642523/general/5075e465-2c53-4777-a9f5-e7b68ee04722.jpg',
'Width': 1423},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_48e4d6bd-e755-59b9-a0f1-7506a2ccf7ff/48e4d6bd-e755-59b9-a0f1-7506a2ccf7ff_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 130865,
'Height': 1064,
'OriginUrl': 'https://images.openlane.eu/carimgs/5642523/general/6d50410f-7886-48cf-afca-8c209a7d2628.jpg',
'Width': 1423},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_48e4d6bd-e755-59b9-a0f1-7506a2ccf7ff/48e4d6bd-e755-59b9-a0f1-7506a2ccf7ff_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 142442,
'Height': 1064,
'OriginUrl': 'https://images.openlane.eu/carimgs/5642523/general/f061b853-c636-47b3-ae5b-1d42eb0b2b7f.jpg',
'Width': 1423},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_48e4d6bd-e755-59b9-a0f1-7506a2ccf7ff/48e4d6bd-e755-59b9-a0f1-7506a2ccf7ff_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121254,
'Height': 1064,
'OriginUrl': 'https://images.openlane.eu/carimgs/5642523/general/9909ecb4-b03b-4df0-8a07-0e582c9c11a4.jpg',
'Width': 1423},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_48e4d6bd-e755-59b9-a0f1-7506a2ccf7ff/48e4d6bd-e755-59b9-a0f1-7506a2ccf7ff_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 139592,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5642523/general/b9cdf53e-8379-44ba-ac85-593702278f36.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_48e4d6bd-e755-59b9-a0f1-7506a2ccf7ff/48e4d6bd-e755-59b9-a0f1-7506a2ccf7ff_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 159562,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5642523/general/416a589e-eb0d-4f45-94dd-2bac4f074b18.jpg',
'Width': 1440}],
'price': 7700,
'price_includes_vat': True,
'registration_date': '2021-11-30',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka 1.2 Turbo SRi - Petrol - Manual - 101 hp - WR71JWE - '
'54,387 mi',
'transmission': 'manual',
'trim': 'SRi',
'vin': None,
'year': 2021}
2026-03-24 13:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710717362%27 HTTP/1.1" 200 None
2026-03-24 13:31:43 [openlane.gb] INFO: Saving data for 10717362: {'created_time': 1774359103.267105, 'last_price_update_time': 1774359103.267117, 'auction_closing_time': 1774533600.0}
2026-03-24 13:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10717362') HTTP/1.1" 204 0
2026-03-24 13:31:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10717368> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-24 13:31:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52de775c-0c31-54e5-91b2-e883d4fd3ab1 with identifier: 10717368
2026-03-24 13:31:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52de775c-0c31-54e5-91b2-e883d4fd3ab1 with scrape type 1
2026-03-24 13:31:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 52de775c-0c31-54e5-91b2-e883d4fd3ab1
2026-03-24 13:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5716824%252Fgeneral%252F005541d4-e431-4fcb-9998-06563d594acb.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5716824/general/005541d4-e431-4fcb-9998-06563d594acb.jpg already downloaded
2026-03-24 13:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5716824%252Fgeneral%252F2afd28af-52cb-40bf-b540-d23840266db5.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5716824/general/2afd28af-52cb-40bf-b540-d23840266db5.jpg already downloaded
2026-03-24 13:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5716824%252Fgeneral%252F0654b2e8-bbd0-4962-ad14-6292b53f1f3c.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5716824/general/0654b2e8-bbd0-4962-ad14-6292b53f1f3c.jpg already downloaded
2026-03-24 13:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5716824%252Fgeneral%252F509d4135-92d5-47c8-982e-107e00ad8e0d.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5716824/general/509d4135-92d5-47c8-982e-107e00ad8e0d.jpg already downloaded
2026-03-24 13:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5716824%252Fgeneral%252F7ba561c9-2f5a-4857-bc50-31536514d244.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5716824/general/7ba561c9-2f5a-4857-bc50-31536514d244.jpg already downloaded
2026-03-24 13:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5716824%252Fgeneral%252F9720a133-6a02-45d3-ba6d-0cef6045d9d5.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5716824/general/9720a133-6a02-45d3-ba6d-0cef6045d9d5.jpg already downloaded
2026-03-24 13:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5716824%252Fgeneral%252Fb224ff3b-77af-4275-bbdc-c45063cf03c7.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5716824/general/b224ff3b-77af-4275-bbdc-c45063cf03c7.jpg already downloaded
2026-03-24 13:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5716824%252Fgeneral%252F592b708d-0f9e-4bbb-b860-cbd311658957.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5716824/general/592b708d-0f9e-4bbb-b860-cbd311658957.jpg already downloaded
2026-03-24 13:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5716824%252Fgeneral%252F09bcb5a8-68ab-46e9-8e71-b45c340551a0.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5716824/general/09bcb5a8-68ab-46e9-8e71-b45c340551a0.jpg already downloaded
2026-03-24 13:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5716824%252Fgeneral%252F9898f5c0-7349-4480-aff6-30f85ce64b16.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5716824/general/9898f5c0-7349-4480-aff6-30f85ce64b16.jpg already downloaded
2026-03-24 13:31:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 52de775c-0c31-54e5-91b2-e883d4fd3ab1, identifier: 10717368
2026-03-24 13:31:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 52de775c-0c31-54e5-91b2-e883d4fd3ab1 with identifier: 10717368
2026-03-24 13:31:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13:31:43 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Black HTTP/1.1" 200 None
2026-03-24 13:31:43 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 13:31:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 52de775c-0c31-54e5-91b2-e883d4fd3ab1 with identifier: 10717368
2026-03-24 13:31:43 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 52de775c-0c31-54e5-91b2-e883d4fd3ab1 with identifier: 10717368 to the API
2026-03-24 13:31:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:31:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:31:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10717368>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'engine_horse_power': 136,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Diesel',
'id': '52de775c-0c31-54e5-91b2-e883d4fd3ab1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BF18EUV',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10717368',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Insignia',
'odometer': 84114,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 29,
'photo_urls': ['https://images.openlane.eu/carimgs/5716824/general/005541d4-e431-4fcb-9998-06563d594acb.jpg',
'https://images.openlane.eu/carimgs/5716824/general/2afd28af-52cb-40bf-b540-d23840266db5.jpg',
'https://images.openlane.eu/carimgs/5716824/general/0654b2e8-bbd0-4962-ad14-6292b53f1f3c.jpg',
'https://images.openlane.eu/carimgs/5716824/general/509d4135-92d5-47c8-982e-107e00ad8e0d.jpg',
'https://images.openlane.eu/carimgs/5716824/general/7ba561c9-2f5a-4857-bc50-31536514d244.jpg',
'https://images.openlane.eu/carimgs/5716824/general/9720a133-6a02-45d3-ba6d-0cef6045d9d5.jpg',
'https://images.openlane.eu/carimgs/5716824/general/b224ff3b-77af-4275-bbdc-c45063cf03c7.jpg',
'https://images.openlane.eu/carimgs/5716824/general/592b708d-0f9e-4bbb-b860-cbd311658957.jpg',
'https://images.openlane.eu/carimgs/5716824/general/09bcb5a8-68ab-46e9-8e71-b45c340551a0.jpg',
'https://images.openlane.eu/carimgs/5716824/general/9898f5c0-7349-4480-aff6-30f85ce64b16.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79e2e281-efdc-5c78-964b-61cd07abdec1/79e2e281-efdc-5c78-964b-61cd07abdec1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 341639,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5716824/general/005541d4-e431-4fcb-9998-06563d594acb.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79e2e281-efdc-5c78-964b-61cd07abdec1/79e2e281-efdc-5c78-964b-61cd07abdec1_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 350168,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5716824/general/2afd28af-52cb-40bf-b540-d23840266db5.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79e2e281-efdc-5c78-964b-61cd07abdec1/79e2e281-efdc-5c78-964b-61cd07abdec1_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 187559,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5716824/general/0654b2e8-bbd0-4962-ad14-6292b53f1f3c.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79e2e281-efdc-5c78-964b-61cd07abdec1/79e2e281-efdc-5c78-964b-61cd07abdec1_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 305915,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5716824/general/509d4135-92d5-47c8-982e-107e00ad8e0d.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79e2e281-efdc-5c78-964b-61cd07abdec1/79e2e281-efdc-5c78-964b-61cd07abdec1_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 277916,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5716824/general/7ba561c9-2f5a-4857-bc50-31536514d244.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79e2e281-efdc-5c78-964b-61cd07abdec1/79e2e281-efdc-5c78-964b-61cd07abdec1_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 196867,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5716824/general/9720a133-6a02-45d3-ba6d-0cef6045d9d5.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79e2e281-efdc-5c78-964b-61cd07abdec1/79e2e281-efdc-5c78-964b-61cd07abdec1_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 215011,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5716824/general/b224ff3b-77af-4275-bbdc-c45063cf03c7.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79e2e281-efdc-5c78-964b-61cd07abdec1/79e2e281-efdc-5c78-964b-61cd07abdec1_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158318,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5716824/general/592b708d-0f9e-4bbb-b860-cbd311658957.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79e2e281-efdc-5c78-964b-61cd07abdec1/79e2e281-efdc-5c78-964b-61cd07abdec1_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 145141,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5716824/general/09bcb5a8-68ab-46e9-8e71-b45c340551a0.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79e2e281-efdc-5c78-964b-61cd07abdec1/79e2e281-efdc-5c78-964b-61cd07abdec1_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 141094,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5716824/general/9898f5c0-7349-4480-aff6-30f85ce64b16.jpg',
'Width': 1440}],
'price': 3200,
'price_includes_vat': True,
'registration_date': '2018-07-02',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Insignia 1.6 Turbo Elite Nav - Diesel - Manual - 136 hp - '
'BF18EUV - 84,114 mi',
'transmission': 'manual',
'trim': 'Elite Nav',
'vin': None,
'year': 2018}
2026-03-24 13:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710717368%27 HTTP/1.1" 200 None
2026-03-24 13:31:44 [openlane.gb] INFO: Saving data for 10717368: {'created_time': 1774359104.920956, 'last_price_update_time': 1774359104.920969, 'auction_closing_time': 1774533600.0}
2026-03-24 13:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10717368') HTTP/1.1" 204 0
2026-03-24 13:31:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10709055> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-24 13:31:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4be03b5a-2266-5667-a0f3-fe551387ea8e with identifier: 10709055
2026-03-24 13:31:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4be03b5a-2266-5667-a0f3-fe551387ea8e with scrape type 2
2026-03-24 13:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4be03b5a-2266-5667-a0f3-fe551387ea8e with scrape type 2
2026-03-24 13:31:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 4be03b5a-2266-5667-a0f3-fe551387ea8e, identifier: 10709055
2026-03-24 13:31:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 4be03b5a-2266-5667-a0f3-fe551387ea8e with identifier: 10709055
2026-03-24 13:31:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 4be03b5a-2266-5667-a0f3-fe551387ea8e with identifier: 10709055
2026-03-24 13:31:45 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 4be03b5a-2266-5667-a0f3-fe551387ea8e with identifier: 10709055 to the API
2026-03-24 13:31:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:31:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:31:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10709055>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'GBP',
'doors_number': 6,
'emission_standard': None,
'engine': '1.9L',
'engine_horse_power': 136,
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Diesel',
'id': '4be03b5a-2266-5667-a0f3-fe551387ea8e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KR71EYF',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10709055',
'listing': 'auction',
'location': 'Wigan',
'make': 'Mercedes-Benz',
'model': 'Vito',
'odometer': 86000,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14200,
'price_includes_vat': True,
'registration_date': '2022-01-07',
'seats_number': 3,
'seller_name': 'LBM Sales',
'title': 'Mercedes-Benz Vito L3 114 CDI Premium - Diesel - Automatic - 136 hp '
'- KR71EYF - 86,000 mi',
'transmission': 'automatic',
'trim': 'Premium',
'vin': None,
'year': 2022}
2026-03-24 13:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710709055%27 HTTP/1.1" 200 None
2026-03-24 13:31:46 [openlane.gb] INFO: Saving data for 10709055: {'auction_closing_time': 1774612800.0, 'created_time': 1774258268.039359, 'last_price_update_time': 1774359106.680515}
2026-03-24 13:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10709055') HTTP/1.1" 204 0
2026-03-24 13:31:51 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.co.uk/en/findcarv6/search> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10709053
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710709053%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10709053: 2
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10709052
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710709052%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10709052: 2
2026-03-24 13:31:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10709051
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710709051%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10709051: 0
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10709058
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710709058%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10709058: 2
2026-03-24 13:31:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10709041
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710709041%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10709041: 2
2026-03-24 13:31:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10709049
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710709049%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10709049: 2
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10709047
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710709047%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10709047: 0
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10700907
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710700907%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10700907: 0
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10700911
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710700911%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10700911: 0
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10700915
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710700915%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10700915: 0
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10700910
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710700910%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10700910: 0
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10700908
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710700908%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10700908: 0
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10700906
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710700906%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10700906: 0
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10700909
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710700909%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10700909: 0
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10700913
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710700913%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10700913: 0
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10700912
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710700912%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10700912: 0
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10700914
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710700914%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10700914: 0
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10701433
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701433%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10701433: 0
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10701420
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701420%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10701420: 0
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10701452
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701452%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10701452: 0
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10701418
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701418%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10701418: 0
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10701451
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701451%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10701451: 0
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10701470
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701470%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10701470: 0
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10701464
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701464%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10701464: 0
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10700904
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710700904%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10700904: 0
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10701441
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701441%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10701441: 0
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10701448
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701448%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10701448: 0
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10701467
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701467%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10701467: 0
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10701466
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701466%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10701466: 0
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10701468
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701468%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10701468: 0
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10701469
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701469%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10701469: 0
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10701463
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701463%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10701463: 0
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10701465
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701465%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10701465: 0
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10701454
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701454%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10701454: 0
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10701427
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701427%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10701427: 0
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10701426
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701426%27 HTTP/1.1" 200 None
2026-03-24 13:31:51 [openlane.gb] INFO: Scrape type for 10701426: 0
2026-03-24 13:31:51 [openlane.gb] INFO: Found listing with ID: 10701447
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701447%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701447: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701455
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701455%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701455: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701446
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701446%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701446: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701456
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701456%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701456: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701457
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701457%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701457: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701458
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701458%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701458: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701430
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701430%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701430: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701425
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701425%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701425: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10707697
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710707697%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10707697: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701462
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701462%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701462: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701460
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701460%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701460: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701461
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701461%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701461: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10702611
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710702611%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10702611: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701421
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701421%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701421: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701422
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701422%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701422: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701471
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701471%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701471: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701423
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701423%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701423: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701476
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701476%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701476: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701477
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701477%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701477: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701438
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701438%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701438: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701419
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701419%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701419: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701498
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701498%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701498: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701478
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701478%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701478: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701479
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701479%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701479: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701480
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701480%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701480: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701439
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701439%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701439: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701449
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701449%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701449: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701607
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701607%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701607: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701431
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701431%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701431: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701437
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701437%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701437: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701442
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701442%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701442: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701434
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701434%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701434: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701443
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701443%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701443: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701485
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701485%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701485: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701483
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701483%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701483: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701481
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701481%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701481: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701484
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701484%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701484: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701486
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701486%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701486: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10700905
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710700905%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10700905: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701482
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701482%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701482: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701445
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701445%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701445: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701424
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701424%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701424: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701440
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701440%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701440: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701444
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701444%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701444: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701428
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701428%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701428: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701493
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701493%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701493: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701496
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701496%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701496: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701497
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701497%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701497: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701494
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701494%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701494: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701495
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701495%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701495: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701491
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701491%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701491: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701488
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701488%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701488: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701608
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701608%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701608: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701489
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701489%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701489: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701490
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701490%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701490: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701492
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701492%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701492: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701487
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701487%27 HTTP/1.1" 200 None
2026-03-24 13:31:52 [openlane.gb] INFO: Scrape type for 10701487: 0
2026-03-24 13:31:52 [openlane.gb] INFO: Found listing with ID: 10701429
2026-03-24 13:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710701429%27 HTTP/1.1" 200 None
2026-03-24 13:31:53 [openlane.gb] INFO: Scrape type for 10701429: 0
2026-03-24 13:31:53 [openlane.gb] INFO: Found listing with ID: 10709008
2026-03-24 13:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710709008%27 HTTP/1.1" 200 None
2026-03-24 13:31:53 [openlane.gb] INFO: Scrape type for 10709008: 0
2026-03-24 13:31:53 [openlane.gb] INFO: Found listing with ID: 10707311
2026-03-24 13:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710707311%27 HTTP/1.1" 200 None
2026-03-24 13:31:53 [openlane.gb] INFO: Scrape type for 10707311: 0
2026-03-24 13:31:53 [openlane.gb] INFO: Found listing with ID: 10715371
2026-03-24 13:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710715371%27 HTTP/1.1" 200 None
2026-03-24 13:31:53 [openlane.gb] INFO: Scrape type for 10715371: 0
2026-03-24 13:31:53 [openlane.gb] INFO: Found listing with ID: 10715370
2026-03-24 13:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710715370%27 HTTP/1.1" 200 None
2026-03-24 13:31:53 [openlane.gb] INFO: Scrape type for 10715370: 0
2026-03-24 13:31:53 [openlane.gb] INFO: Found listing with ID: 10715369
2026-03-24 13:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710715369%27 HTTP/1.1" 200 None
2026-03-24 13:31:53 [openlane.gb] INFO: Scrape type for 10715369: 0
2026-03-24 13:31:53 [openlane.gb] INFO: Found listing with ID: 10706007
2026-03-24 13:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710706007%27 HTTP/1.1" 200 None
2026-03-24 13:31:53 [openlane.gb] INFO: Scrape type for 10706007: 0
2026-03-24 13:31:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10709053> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-24 13:31:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:31:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 568d34bc-c16d-5b30-a3ed-01f1bb28a64d with identifier: 10709053
2026-03-24 13:31:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 568d34bc-c16d-5b30-a3ed-01f1bb28a64d with scrape type 2
2026-03-24 13:31:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 568d34bc-c16d-5b30-a3ed-01f1bb28a64d with scrape type 2
2026-03-24 13:31:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 568d34bc-c16d-5b30-a3ed-01f1bb28a64d, identifier: 10709053
2026-03-24 13:31:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 568d34bc-c16d-5b30-a3ed-01f1bb28a64d with identifier: 10709053
2026-03-24 13:31:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 568d34bc-c16d-5b30-a3ed-01f1bb28a64d with identifier: 10709053
2026-03-24 13:31:55 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 568d34bc-c16d-5b30-a3ed-01f1bb28a64d with identifier: 10709053 to the API
2026-03-24 13:31:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:31:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:31:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10709053>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 1,
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Diesel',
'id': '568d34bc-c16d-5b30-a3ed-01f1bb28a64d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DT75NRN',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10709053',
'listing': 'auction',
'location': 'Stoke-on-Trent',
'make': 'Vauxhall',
'model': 'Vivaro',
'odometer': 10,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 20900,
'price_includes_vat': True,
'registration_date': '2026-01-31',
'seats_number': 3,
'seller_name': None,
'title': 'Vauxhall Vivaro 2.0 Turbo Prime XL - Diesel - Automatic - 1 hp - '
'DT75NRN - 10 mi',
'transmission': 'automatic',
'trim': 'Prime XL',
'vin': None,
'year': 2026}
2026-03-24 13:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710709053%27 HTTP/1.1" 200 None
2026-03-24 13:31:56 [openlane.gb] INFO: Saving data for 10709053: {'auction_closing_time': 1774612800.0, 'created_time': 1774258286.382425, 'last_price_update_time': 1774359116.242929}
2026-03-24 13:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10709053') HTTP/1.1" 204 0
2026-03-24 13:31:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10709058> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-24 13:31:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:31:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b4ac577-1e65-525c-90a3-f3056cf2575d with identifier: 10709058
2026-03-24 13:31:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b4ac577-1e65-525c-90a3-f3056cf2575d with scrape type 2
2026-03-24 13:31:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b4ac577-1e65-525c-90a3-f3056cf2575d with scrape type 2
2026-03-24 13:31:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 7b4ac577-1e65-525c-90a3-f3056cf2575d, identifier: 10709058
2026-03-24 13:31:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 7b4ac577-1e65-525c-90a3-f3056cf2575d with identifier: 10709058
2026-03-24 13:31:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 7b4ac577-1e65-525c-90a3-f3056cf2575d with identifier: 10709058
2026-03-24 13:31:56 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 7b4ac577-1e65-525c-90a3-f3056cf2575d with identifier: 10709058 to the API
2026-03-24 13:31:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:31:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:31:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10709058>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': 1,
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Diesel',
'id': '7b4ac577-1e65-525c-90a3-f3056cf2575d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VK23EDV',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10709058',
'listing': 'auction',
'location': 'Wigan',
'make': 'Vauxhall',
'model': 'Vivaro',
'odometer': 64000,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9500,
'price_includes_vat': True,
'registration_date': '2023-03-16',
'seats_number': 3,
'seller_name': 'LBM Sales',
'title': 'Vauxhall Vivaro L2H1 1.5 CDTI Dynamic - Diesel - Manual - 1 hp - '
'VK23EDV - 64,000 mi',
'transmission': 'manual',
'trim': 'Dynamic',
'vin': None,
'year': 2023}
2026-03-24 13:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710709058%27 HTTP/1.1" 200 None
2026-03-24 13:31:58 [openlane.gb] INFO: Saving data for 10709058: {'auction_closing_time': 1774612800.0, 'created_time': 1774258693.152672, 'last_price_update_time': 1774359118.893086}
2026-03-24 13:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10709058') HTTP/1.1" 204 0
2026-03-24 13:31:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10717369> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-24 13:31:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:31:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00516573-b67a-5c52-8860-591bb346e66d with identifier: 10717369
2026-03-24 13:31:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00516573-b67a-5c52-8860-591bb346e66d with scrape type 1
2026-03-24 13:31:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 00516573-b67a-5c52-8860-591bb346e66d
2026-03-24 13:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5713667%252Fgeneral%252F09b2eb1d-e7d9-4235-a701-20f58d9c3f53.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5713667/general/09b2eb1d-e7d9-4235-a701-20f58d9c3f53.jpg already downloaded
2026-03-24 13:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5713667%252Fgeneral%252F2b6e03a5-e386-4435-b4c3-81ca0af364fc.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5713667/general/2b6e03a5-e386-4435-b4c3-81ca0af364fc.jpg already downloaded
2026-03-24 13:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5713667%252Fgeneral%252F83c05df3-85fd-477a-a46a-dbe1abd2c8e0.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5713667/general/83c05df3-85fd-477a-a46a-dbe1abd2c8e0.jpg already downloaded
2026-03-24 13:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5713667%252Fgeneral%252F5f184211-0aa5-48fb-9169-ea0696227b2a.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5713667/general/5f184211-0aa5-48fb-9169-ea0696227b2a.jpg already downloaded
2026-03-24 13:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5713667%252Fgeneral%252F9cc8b5a1-c14e-4ead-b04d-5ec670321df0.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5713667/general/9cc8b5a1-c14e-4ead-b04d-5ec670321df0.jpg already downloaded
2026-03-24 13:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5713667%252Fgeneral%252Fbb763363-e81d-4457-b494-4618dc2e4f43.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5713667/general/bb763363-e81d-4457-b494-4618dc2e4f43.jpg already downloaded
2026-03-24 13:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5713667%252Fgeneral%252F565eb3a3-662e-4d04-ad23-a784e4ee54b0.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5713667/general/565eb3a3-662e-4d04-ad23-a784e4ee54b0.jpg already downloaded
2026-03-24 13:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5713667%252Fgeneral%252F27306f0b-8c02-4de2-a3cc-0e6f1dfcbe2f.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5713667/general/27306f0b-8c02-4de2-a3cc-0e6f1dfcbe2f.jpg already downloaded
2026-03-24 13:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5713667%252Fgeneral%252F86780598-b510-429d-9c80-a01d89b582a6.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5713667/general/86780598-b510-429d-9c80-a01d89b582a6.jpg already downloaded
2026-03-24 13:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5713667%252Fgeneral%252Fbb928046-b9de-4bdc-ba7a-9f03f4ec70e7.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:31:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5713667/general/bb928046-b9de-4bdc-ba7a-9f03f4ec70e7.jpg already downloaded
2026-03-24 13:31:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 00516573-b67a-5c52-8860-591bb346e66d, identifier: 10717369
2026-03-24 13:31:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 00516573-b67a-5c52-8860-591bb346e66d with identifier: 10717369
2026-03-24 13:31:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 00516573-b67a-5c52-8860-591bb346e66d with identifier: 10717369
2026-03-24 13:32:00 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 00516573-b67a-5c52-8860-591bb346e66d with identifier: 10717369 to the API
2026-03-24 13:32:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:32:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:32:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10717369>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 1,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Petrol',
'id': '00516573-b67a-5c52-8860-591bb346e66d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CV71XZR',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10717369',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka',
'odometer': 62135,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 30,
'photo_urls': ['https://images.openlane.eu/carimgs/5713667/general/09b2eb1d-e7d9-4235-a701-20f58d9c3f53.jpg',
'https://images.openlane.eu/carimgs/5713667/general/2b6e03a5-e386-4435-b4c3-81ca0af364fc.jpg',
'https://images.openlane.eu/carimgs/5713667/general/83c05df3-85fd-477a-a46a-dbe1abd2c8e0.jpg',
'https://images.openlane.eu/carimgs/5713667/general/5f184211-0aa5-48fb-9169-ea0696227b2a.jpg',
'https://images.openlane.eu/carimgs/5713667/general/9cc8b5a1-c14e-4ead-b04d-5ec670321df0.jpg',
'https://images.openlane.eu/carimgs/5713667/general/bb763363-e81d-4457-b494-4618dc2e4f43.jpg',
'https://images.openlane.eu/carimgs/5713667/general/565eb3a3-662e-4d04-ad23-a784e4ee54b0.jpg',
'https://images.openlane.eu/carimgs/5713667/general/27306f0b-8c02-4de2-a3cc-0e6f1dfcbe2f.jpg',
'https://images.openlane.eu/carimgs/5713667/general/86780598-b510-429d-9c80-a01d89b582a6.jpg',
'https://images.openlane.eu/carimgs/5713667/general/bb928046-b9de-4bdc-ba7a-9f03f4ec70e7.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_176bf8d2-a270-5e66-81f8-617be672aa27/176bf8d2-a270-5e66-81f8-617be672aa27_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 183284,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5713667/general/09b2eb1d-e7d9-4235-a701-20f58d9c3f53.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_176bf8d2-a270-5e66-81f8-617be672aa27/176bf8d2-a270-5e66-81f8-617be672aa27_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 311467,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5713667/general/2b6e03a5-e386-4435-b4c3-81ca0af364fc.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_176bf8d2-a270-5e66-81f8-617be672aa27/176bf8d2-a270-5e66-81f8-617be672aa27_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 280244,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5713667/general/83c05df3-85fd-477a-a46a-dbe1abd2c8e0.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_176bf8d2-a270-5e66-81f8-617be672aa27/176bf8d2-a270-5e66-81f8-617be672aa27_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 288069,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5713667/general/5f184211-0aa5-48fb-9169-ea0696227b2a.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_176bf8d2-a270-5e66-81f8-617be672aa27/176bf8d2-a270-5e66-81f8-617be672aa27_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 235322,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5713667/general/9cc8b5a1-c14e-4ead-b04d-5ec670321df0.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_176bf8d2-a270-5e66-81f8-617be672aa27/176bf8d2-a270-5e66-81f8-617be672aa27_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 196068,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5713667/general/bb763363-e81d-4457-b494-4618dc2e4f43.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_176bf8d2-a270-5e66-81f8-617be672aa27/176bf8d2-a270-5e66-81f8-617be672aa27_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 154664,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5713667/general/565eb3a3-662e-4d04-ad23-a784e4ee54b0.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_176bf8d2-a270-5e66-81f8-617be672aa27/176bf8d2-a270-5e66-81f8-617be672aa27_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 147233,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5713667/general/27306f0b-8c02-4de2-a3cc-0e6f1dfcbe2f.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_176bf8d2-a270-5e66-81f8-617be672aa27/176bf8d2-a270-5e66-81f8-617be672aa27_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 175049,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5713667/general/86780598-b510-429d-9c80-a01d89b582a6.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_176bf8d2-a270-5e66-81f8-617be672aa27/176bf8d2-a270-5e66-81f8-617be672aa27_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 223461,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5713667/general/bb928046-b9de-4bdc-ba7a-9f03f4ec70e7.jpg',
'Width': 1440}],
'price': 7900,
'price_includes_vat': True,
'registration_date': '2021-11-17',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka 1.2 Turbo SRi Nav Premium - Petrol - Manual - 1 hp - '
'CV71XZR - 62,135 mi',
'transmission': 'manual',
'trim': 'SRi Nav Premium',
'vin': None,
'year': 2021}
2026-03-24 13:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710717369%27 HTTP/1.1" 200 None
2026-03-24 13:32:01 [openlane.gb] INFO: Saving data for 10717369: {'created_time': 1774359121.859319, 'last_price_update_time': 1774359121.859332, 'auction_closing_time': 1774533600.0}
2026-03-24 13:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10717369') HTTP/1.1" 204 0
2026-03-24 13:32:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10709049> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-24 13:32:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c44ab663-f841-5699-8118-173c26d37077 with identifier: 10709049
2026-03-24 13:32:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c44ab663-f841-5699-8118-173c26d37077 with scrape type 2
2026-03-24 13:32:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c44ab663-f841-5699-8118-173c26d37077 with scrape type 2
2026-03-24 13:32:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: c44ab663-f841-5699-8118-173c26d37077, identifier: 10709049
2026-03-24 13:32:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: c44ab663-f841-5699-8118-173c26d37077 with identifier: 10709049
2026-03-24 13:32:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13:32:02 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Red HTTP/1.1" 200 None
2026-03-24 13:32:02 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 13:32:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: c44ab663-f841-5699-8118-173c26d37077 with identifier: 10709049
2026-03-24 13:32:02 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: c44ab663-f841-5699-8118-173c26d37077 with identifier: 10709049 to the API
2026-03-24 13:32:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:32:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:32:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10709049>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'Red',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 110,
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'c44ab663-f841-5699-8118-173c26d37077',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MT07XFC',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10709049',
'listing': 'auction',
'location': 'Holywell',
'make': 'Volkswagen',
'model': 'Transporter',
'odometer': 53174,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 3100,
'price_includes_vat': True,
'registration_date': '2007-01-01',
'seats_number': 3,
'seller_name': 'E & J Hone Ltd',
'title': 'Volkswagen Transporter dropside 1.9 TDI - Diesel - Manual - 110 hp '
'- MT07XFC - 53,174 mi',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2007}
2026-03-24 13:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710709049%27 HTTP/1.1" 200 None
2026-03-24 13:32:03 [openlane.gb] INFO: Saving data for 10709049: {'auction_closing_time': 1774612800.0, 'created_time': 1774258693.472503, 'last_price_update_time': 1774359123.413973}
2026-03-24 13:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10709049') HTTP/1.1" 204 0
2026-03-24 13:32:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10709052> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-24 13:32:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6590e79d-3830-583a-a0e1-0a95f725f655 with identifier: 10709052
2026-03-24 13:32:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6590e79d-3830-583a-a0e1-0a95f725f655 with scrape type 2
2026-03-24 13:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6590e79d-3830-583a-a0e1-0a95f725f655 with scrape type 2
2026-03-24 13:32:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 6590e79d-3830-583a-a0e1-0a95f725f655, identifier: 10709052
2026-03-24 13:32:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 6590e79d-3830-583a-a0e1-0a95f725f655 with identifier: 10709052
2026-03-24 13:32:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 6590e79d-3830-583a-a0e1-0a95f725f655 with identifier: 10709052
2026-03-24 13:32:05 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 6590e79d-3830-583a-a0e1-0a95f725f655 with identifier: 10709052 to the API
2026-03-24 13:32:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:32:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:32:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10709052>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'GBP',
'doors_number': 6,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 146,
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Diesel',
'id': '6590e79d-3830-583a-a0e1-0a95f725f655',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DS25ERJ',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10709052',
'listing': 'auction',
'location': 'Stoke-on-Trent',
'make': 'Vauxhall',
'model': 'Vivaro',
'odometer': 19031,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 17900,
'price_includes_vat': True,
'registration_date': '2025-04-30',
'seats_number': 3,
'seller_name': None,
'title': 'Vauxhall Vivaro 2.0 Turbo Prime XL - Diesel - Manual - 146 hp - '
'DS25ERJ - 19,031 mi',
'transmission': 'manual',
'trim': 'Prime XL',
'vin': None,
'year': 2025}
2026-03-24 13:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710709052%27 HTTP/1.1" 200 None
2026-03-24 13:32:06 [openlane.gb] INFO: Saving data for 10709052: {'auction_closing_time': 1774612800.0, 'created_time': 1774258695.247821, 'last_price_update_time': 1774359126.898177}
2026-03-24 13:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10709052') HTTP/1.1" 204 0
2026-03-24 13:32:06 [scrapy.extensions.logstats] INFO: Crawled 15 pages (at 13 pages/min), scraped 12 items (at 12 items/min)
2026-03-24 13:32:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 188MiB
2026-03-24 13:32:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10709041> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-24 13:32:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1f8212f-3ee3-57c5-8db5-b5d84590d302 with identifier: 10709041
2026-03-24 13:32:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1f8212f-3ee3-57c5-8db5-b5d84590d302 with scrape type 2
2026-03-24 13:32:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1f8212f-3ee3-57c5-8db5-b5d84590d302 with scrape type 2
2026-03-24 13:32:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: e1f8212f-3ee3-57c5-8db5-b5d84590d302, identifier: 10709041
2026-03-24 13:32:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: e1f8212f-3ee3-57c5-8db5-b5d84590d302 with identifier: 10709041
2026-03-24 13:32:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: e1f8212f-3ee3-57c5-8db5-b5d84590d302 with identifier: 10709041
2026-03-24 13:32:07 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: e1f8212f-3ee3-57c5-8db5-b5d84590d302 with identifier: 10709041 to the API
2026-03-24 13:32:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:32:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:32:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10709041>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 110,
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'e1f8212f-3ee3-57c5-8db5-b5d84590d302',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MC21VFN',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10709041',
'listing': 'auction',
'location': 'Wigan',
'make': 'Volkswagen',
'model': 'Transporter',
'odometer': 120000,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 12100,
'price_includes_vat': True,
'registration_date': '2021-08-04',
'seats_number': 3,
'seller_name': 'LBM Sales',
'title': 'Volkswagen Transporter 2.0 TDI Highline - Diesel - Manual - 110 hp '
'- MC21VFN - 120,000 mi',
'transmission': 'manual',
'trim': 'Highline',
'vin': None,
'year': 2021}
2026-03-24 13:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710709041%27 HTTP/1.1" 200 None
2026-03-24 13:32:08 [openlane.gb] INFO: Saving data for 10709041: {'auction_closing_time': 1774612800.0, 'created_time': 1774258692.202928, 'last_price_update_time': 1774359128.570769}
2026-03-24 13:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10709041') HTTP/1.1" 204 0
2026-03-24 13:32:10 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.co.uk/en/findcarv6/search> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-24 13:32:10 [openlane.gb] INFO: Found listing with ID: 10711372
2026-03-24 13:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710711372%27 HTTP/1.1" 200 None
2026-03-24 13:32:10 [openlane.gb] INFO: Scrape type for 10711372: 0
2026-03-24 13:32:10 [openlane.gb] INFO: Found listing with ID: 10707698
2026-03-24 13:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710707698%27 HTTP/1.1" 200 None
2026-03-24 13:32:10 [openlane.gb] INFO: Scrape type for 10707698: 0
2026-03-24 13:32:10 [openlane.gb] INFO: Found listing with ID: 10707699
2026-03-24 13:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710707699%27 HTTP/1.1" 200 None
2026-03-24 13:32:10 [openlane.gb] INFO: Scrape type for 10707699: 0
2026-03-24 13:32:10 [openlane.gb] INFO: Found listing with ID: 10606319
2026-03-24 13:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710606319%27 HTTP/1.1" 200 None
2026-03-24 13:32:10 [openlane.gb] INFO: Scrape type for 10606319: 2
2026-03-24 13:32:10 [openlane.gb] INFO: Found listing with ID: 10711373
2026-03-24 13:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710711373%27 HTTP/1.1" 200 None
2026-03-24 13:32:10 [openlane.gb] INFO: Scrape type for 10711373: 0
2026-03-24 13:32:10 [openlane.gb] INFO: Found listing with ID: 10709009
2026-03-24 13:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710709009%27 HTTP/1.1" 200 None
2026-03-24 13:32:10 [openlane.gb] INFO: Scrape type for 10709009: 2
2026-03-24 13:32:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:32:10 [openlane.gb] INFO: Found listing with ID: 10709007
2026-03-24 13:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710709007%27 HTTP/1.1" 200 None
2026-03-24 13:32:10 [openlane.gb] INFO: Scrape type for 10709007: 0
2026-03-24 13:32:10 [openlane.gb] INFO: Found listing with ID: 10674518
2026-03-24 13:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710674518%27 HTTP/1.1" 200 None
2026-03-24 13:32:10 [openlane.gb] INFO: Scrape type for 10674518: 2
2026-03-24 13:32:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:32:10 [openlane.gb] INFO: Found listing with ID: 10606304
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710606304%27 HTTP/1.1" 200 None
2026-03-24 13:32:11 [openlane.gb] INFO: Scrape type for 10606304: 0
2026-03-24 13:32:11 [openlane.gb] INFO: Found listing with ID: 10606317
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710606317%27 HTTP/1.1" 200 None
2026-03-24 13:32:11 [openlane.gb] INFO: Scrape type for 10606317: 0
2026-03-24 13:32:11 [openlane.gb] INFO: Found listing with ID: 10630715
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710630715%27 HTTP/1.1" 200 None
2026-03-24 13:32:11 [openlane.gb] INFO: Scrape type for 10630715: 0
2026-03-24 13:32:11 [openlane.gb] INFO: Found listing with ID: 10692823
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710692823%27 HTTP/1.1" 200 None
2026-03-24 13:32:11 [openlane.gb] INFO: Scrape type for 10692823: 0
2026-03-24 13:32:11 [openlane.gb] INFO: Found listing with ID: 10691303
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710691303%27 HTTP/1.1" 200 None
2026-03-24 13:32:11 [openlane.gb] INFO: Scrape type for 10691303: 2
2026-03-24 13:32:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:32:11 [openlane.gb] INFO: Found listing with ID: 10692824
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710692824%27 HTTP/1.1" 200 None
2026-03-24 13:32:11 [openlane.gb] INFO: Scrape type for 10692824: 2
2026-03-24 13:32:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:32:11 [openlane.gb] INFO: Found listing with ID: 10619051
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710619051%27 HTTP/1.1" 200 None
2026-03-24 13:32:11 [openlane.gb] INFO: Scrape type for 10619051: 2
2026-03-24 13:32:11 [openlane.gb] INFO: Found listing with ID: 10619050
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710619050%27 HTTP/1.1" 200 None
2026-03-24 13:32:11 [openlane.gb] INFO: Scrape type for 10619050: 0
2026-03-24 13:32:11 [openlane.gb] INFO: Found listing with ID: 10630207
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710630207%27 HTTP/1.1" 200 None
2026-03-24 13:32:11 [openlane.gb] INFO: Scrape type for 10630207: 0
2026-03-24 13:32:11 [openlane.gb] INFO: Found listing with ID: 10630206
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710630206%27 HTTP/1.1" 200 None
2026-03-24 13:32:11 [openlane.gb] INFO: Scrape type for 10630206: 0
2026-03-24 13:32:11 [openlane.gb] INFO: Found listing with ID: 10707310
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710707310%27 HTTP/1.1" 200 None
2026-03-24 13:32:11 [openlane.gb] INFO: Scrape type for 10707310: 0
2026-03-24 13:32:11 [openlane.gb] INFO: Found listing with ID: 10707309
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710707309%27 HTTP/1.1" 200 None
2026-03-24 13:32:11 [openlane.gb] INFO: Scrape type for 10707309: 0
2026-03-24 13:32:11 [openlane.gb] INFO: Found listing with ID: 10707307
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710707307%27 HTTP/1.1" 200 None
2026-03-24 13:32:11 [openlane.gb] INFO: Scrape type for 10707307: 0
2026-03-24 13:32:11 [openlane.gb] INFO: Found listing with ID: 10707308
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710707308%27 HTTP/1.1" 200 None
2026-03-24 13:32:11 [openlane.gb] INFO: Scrape type for 10707308: 0
2026-03-24 13:32:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10717363> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-24 13:32:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:32:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bc472ca-72bf-54cd-a796-42487eb49492 with identifier: 10717363
2026-03-24 13:32:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bc472ca-72bf-54cd-a796-42487eb49492 with scrape type 1
2026-03-24 13:32:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0bc472ca-72bf-54cd-a796-42487eb49492
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5641924%252Fgeneral%252F934a1e42-e7cc-4b4c-bb9e-9e0dbc52dbcd.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:32:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5641924/general/934a1e42-e7cc-4b4c-bb9e-9e0dbc52dbcd.jpg already downloaded
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5641924%252Fgeneral%252F2ee8bb8e-db13-4b9c-b574-8c94df41b0ee.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:32:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5641924/general/2ee8bb8e-db13-4b9c-b574-8c94df41b0ee.jpg already downloaded
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5641924%252Fgeneral%252Fdcb79c8b-d2d3-4018-91f5-bec4b1a8eada.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:32:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5641924/general/dcb79c8b-d2d3-4018-91f5-bec4b1a8eada.jpg already downloaded
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5641924%252Fgeneral%252F419d5950-fe16-488a-a2d5-a70178cb6b18.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:32:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5641924/general/419d5950-fe16-488a-a2d5-a70178cb6b18.jpg already downloaded
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5641924%252Fgeneral%252Fa76de43c-cfc3-44f4-ae7c-214aa4559f0c.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:32:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5641924/general/a76de43c-cfc3-44f4-ae7c-214aa4559f0c.jpg already downloaded
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5641924%252Fgeneral%252Fb1b60b83-fb75-420c-94a8-fbcf13876525.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:32:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5641924/general/b1b60b83-fb75-420c-94a8-fbcf13876525.jpg already downloaded
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5641924%252Fgeneral%252Ffcde290f-08e1-4cff-be22-a813b3f62053.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:32:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5641924/general/fcde290f-08e1-4cff-be22-a813b3f62053.jpg already downloaded
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5641924%252Fgeneral%252Fe9139716-e202-4706-99ca-d607a076d487.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:32:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5641924/general/e9139716-e202-4706-99ca-d607a076d487.jpg already downloaded
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5641924%252Fgeneral%252Fcec09de1-d088-4bb4-8d12-e6cd029c73a4.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:32:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5641924/general/cec09de1-d088-4bb4-8d12-e6cd029c73a4.jpg already downloaded
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5641924%252Fgeneral%252F73b72722-edf0-41e5-a106-9798538ee41e.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:32:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5641924/general/73b72722-edf0-41e5-a106-9798538ee41e.jpg already downloaded
2026-03-24 13:32:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 0bc472ca-72bf-54cd-a796-42487eb49492, identifier: 10717363
2026-03-24 13:32:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 0bc472ca-72bf-54cd-a796-42487eb49492 with identifier: 10717363
2026-03-24 13:32:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 0bc472ca-72bf-54cd-a796-42487eb49492 with identifier: 10717363
2026-03-24 13:32:12 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 0bc472ca-72bf-54cd-a796-42487eb49492 with identifier: 10717363 to the API
2026-03-24 13:32:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:32:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:32:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10717363>
{'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-26T14:00:00Z',
'fuel_type': 'Electric',
'id': '0bc472ca-72bf-54cd-a796-42487eb49492',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'LR71EVV',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10717363',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 62766,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 22,
'photo_urls': ['https://images.openlane.eu/carimgs/5641924/general/934a1e42-e7cc-4b4c-bb9e-9e0dbc52dbcd.jpg',
'https://images.openlane.eu/carimgs/5641924/general/2ee8bb8e-db13-4b9c-b574-8c94df41b0ee.jpg',
'https://images.openlane.eu/carimgs/5641924/general/dcb79c8b-d2d3-4018-91f5-bec4b1a8eada.jpg',
'https://images.openlane.eu/carimgs/5641924/general/419d5950-fe16-488a-a2d5-a70178cb6b18.jpg',
'https://images.openlane.eu/carimgs/5641924/general/a76de43c-cfc3-44f4-ae7c-214aa4559f0c.jpg',
'https://images.openlane.eu/carimgs/5641924/general/b1b60b83-fb75-420c-94a8-fbcf13876525.jpg',
'https://images.openlane.eu/carimgs/5641924/general/fcde290f-08e1-4cff-be22-a813b3f62053.jpg',
'https://images.openlane.eu/carimgs/5641924/general/e9139716-e202-4706-99ca-d607a076d487.jpg',
'https://images.openlane.eu/carimgs/5641924/general/cec09de1-d088-4bb4-8d12-e6cd029c73a4.jpg',
'https://images.openlane.eu/carimgs/5641924/general/73b72722-edf0-41e5-a106-9798538ee41e.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_91bc9384-6a4a-5934-a6ad-1af5867d4709/91bc9384-6a4a-5934-a6ad-1af5867d4709_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 148369,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5641924/general/934a1e42-e7cc-4b4c-bb9e-9e0dbc52dbcd.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_91bc9384-6a4a-5934-a6ad-1af5867d4709/91bc9384-6a4a-5934-a6ad-1af5867d4709_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 174836,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5641924/general/2ee8bb8e-db13-4b9c-b574-8c94df41b0ee.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_91bc9384-6a4a-5934-a6ad-1af5867d4709/91bc9384-6a4a-5934-a6ad-1af5867d4709_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 183722,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5641924/general/dcb79c8b-d2d3-4018-91f5-bec4b1a8eada.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_91bc9384-6a4a-5934-a6ad-1af5867d4709/91bc9384-6a4a-5934-a6ad-1af5867d4709_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 183775,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5641924/general/419d5950-fe16-488a-a2d5-a70178cb6b18.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_91bc9384-6a4a-5934-a6ad-1af5867d4709/91bc9384-6a4a-5934-a6ad-1af5867d4709_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 168993,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5641924/general/a76de43c-cfc3-44f4-ae7c-214aa4559f0c.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_91bc9384-6a4a-5934-a6ad-1af5867d4709/91bc9384-6a4a-5934-a6ad-1af5867d4709_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158682,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5641924/general/b1b60b83-fb75-420c-94a8-fbcf13876525.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_91bc9384-6a4a-5934-a6ad-1af5867d4709/91bc9384-6a4a-5934-a6ad-1af5867d4709_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 146534,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5641924/general/fcde290f-08e1-4cff-be22-a813b3f62053.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_91bc9384-6a4a-5934-a6ad-1af5867d4709/91bc9384-6a4a-5934-a6ad-1af5867d4709_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115806,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5641924/general/e9139716-e202-4706-99ca-d607a076d487.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_91bc9384-6a4a-5934-a6ad-1af5867d4709/91bc9384-6a4a-5934-a6ad-1af5867d4709_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129554,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5641924/general/cec09de1-d088-4bb4-8d12-e6cd029c73a4.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_91bc9384-6a4a-5934-a6ad-1af5867d4709/91bc9384-6a4a-5934-a6ad-1af5867d4709_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 174211,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5641924/general/73b72722-edf0-41e5-a106-9798538ee41e.jpg',
'Width': 1440}],
'price': 5700,
'price_includes_vat': True,
'registration_date': '2021-10-28',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa-e 46 kWh Elite Nav Premium - Electric - Automatic - '
'136 hp - LR71EVV - 62,766 mi',
'transmission': 'automatic',
'trim': 'Elite Nav Premium',
'vin': None,
'year': 2021}
2026-03-24 13:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710717363%27 HTTP/1.1" 200 None
2026-03-24 13:32:13 [openlane.gb] INFO: Saving data for 10717363: {'created_time': 1774359133.766617, 'last_price_update_time': 1774359133.766627, 'auction_closing_time': 1774533600.0}
2026-03-24 13:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10717363') HTTP/1.1" 204 0
2026-03-24 13:32:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10674518> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-24 13:32:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:32:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc2e033c-3e63-5af9-8e5b-93391091cac6 with identifier: 10674518
2026-03-24 13:32:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc2e033c-3e63-5af9-8e5b-93391091cac6 with scrape type 2
2026-03-24 13:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc2e033c-3e63-5af9-8e5b-93391091cac6 with scrape type 2
2026-03-24 13:32:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: cc2e033c-3e63-5af9-8e5b-93391091cac6, identifier: 10674518
2026-03-24 13:32:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: cc2e033c-3e63-5af9-8e5b-93391091cac6 with identifier: 10674518
2026-03-24 13:32:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: cc2e033c-3e63-5af9-8e5b-93391091cac6 with identifier: 10674518
2026-03-24 13:32:15 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: cc2e033c-3e63-5af9-8e5b-93391091cac6 with identifier: 10674518 to the API
2026-03-24 13:32:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:32:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:32:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10674518>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '2.2L',
'engine_horse_power': 140,
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'cc2e033c-3e63-5af9-8e5b-93391091cac6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DT75NSF',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10674518',
'listing': 'auctionplusdirectbuy',
'location': 'Stoke-on-Trent',
'make': 'Vauxhall',
'model': 'Movano',
'odometer': 13,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 23700,
'price_includes_vat': True,
'registration_date': '2026-01-31',
'seats_number': 4,
'seller_name': 'OPENLANE Remarketing Ltd',
'title': 'Vauxhall Movano 2.2 Turbo Prime - Diesel - Manual - 140 hp - '
'DT75NSF - 13 mi',
'transmission': 'manual',
'trim': 'Prime',
'vin': None,
'year': 2026}
2026-03-24 13:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710674518%27 HTTP/1.1" 200 None
2026-03-24 13:32:16 [openlane.gb] INFO: Saving data for 10674518: {'auction_closing_time': 1775034000.0, 'created_time': 1773437578.392805, 'last_price_update_time': 1774359136.658646}
2026-03-24 13:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10674518') HTTP/1.1" 204 0
2026-03-24 13:32:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10692824> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-24 13:32:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32933db4-6b31-5530-beda-9f1653481159 with identifier: 10692824
2026-03-24 13:32:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32933db4-6b31-5530-beda-9f1653481159 with scrape type 2
2026-03-24 13:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32933db4-6b31-5530-beda-9f1653481159 with scrape type 2
2026-03-24 13:32:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 32933db4-6b31-5530-beda-9f1653481159, identifier: 10692824
2026-03-24 13:32:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 32933db4-6b31-5530-beda-9f1653481159 with identifier: 10692824
2026-03-24 13:32:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 32933db4-6b31-5530-beda-9f1653481159 with identifier: 10692824
2026-03-24 13:32:16 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 32933db4-6b31-5530-beda-9f1653481159 with identifier: 10692824 to the API
2026-03-24 13:32:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:32:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:32:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10692824>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 146,
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': '32933db4-6b31-5530-beda-9f1653481159',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DT75YDJ',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10692824',
'listing': 'auctionplusdirectbuy',
'location': 'Stoke-on-Trent',
'make': 'Vauxhall',
'model': 'Vivaro',
'odometer': 10,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 20900,
'price_includes_vat': True,
'registration_date': '2026-02-05',
'seats_number': 3,
'seller_name': 'OPENLANE Remarketing Ltd',
'title': 'Vauxhall Vivaro 2.0 Turbo Prime XL - Diesel - Manual - 146 hp - '
'DT75YDJ - 10 mi',
'transmission': 'manual',
'trim': 'Prime XL',
'vin': None,
'year': 2026}
2026-03-24 13:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710692824%27 HTTP/1.1" 200 None
2026-03-24 13:32:18 [openlane.gb] INFO: Saving data for 10692824: {'auction_closing_time': 1775034000.0, 'created_time': 1773869458.077901, 'last_price_update_time': 1774359138.044162}
2026-03-24 13:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10692824') HTTP/1.1" 204 0
2026-03-24 13:32:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10606319> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-24 13:32:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b37423a6-745f-5951-8ec1-77785fe594d2 with identifier: 10606319
2026-03-24 13:32:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b37423a6-745f-5951-8ec1-77785fe594d2 with scrape type 2
2026-03-24 13:32:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b37423a6-745f-5951-8ec1-77785fe594d2 with scrape type 2
2026-03-24 13:32:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: b37423a6-745f-5951-8ec1-77785fe594d2, identifier: 10606319
2026-03-24 13:32:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: b37423a6-745f-5951-8ec1-77785fe594d2 with identifier: 10606319
2026-03-24 13:32:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: b37423a6-745f-5951-8ec1-77785fe594d2 with identifier: 10606319
2026-03-24 13:32:28 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: b37423a6-745f-5951-8ec1-77785fe594d2 with identifier: 10606319 to the API
2026-03-24 13:32:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:32:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:32:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/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': 'b37423a6-745f-5951-8ec1-77785fe594d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DY75JXX',
'link_to_web_offer': 'https://www.openlane.co.uk/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': None,
'title': 'Vauxhall Movano tipper 2.2 Turbo - Diesel - Manual - 140 hp - '
'DY75JXX - 20 mi',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2026}
2026-03-24 13:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710606319%27 HTTP/1.1" 200 None
2026-03-24 13:32:29 [openlane.gb] INFO: Saving data for 10606319: {'auction_closing_time': 1775034000.0, 'created_time': 1773403863.16252, 'last_price_update_time': 1774359149.856669}
2026-03-24 13:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10606319') HTTP/1.1" 204 0
2026-03-24 13:32:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10691303> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-24 13:32:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0d0471f-6fe0-5d47-85d4-f2c952e9c006 with identifier: 10691303
2026-03-24 13:32:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0d0471f-6fe0-5d47-85d4-f2c952e9c006 with scrape type 2
2026-03-24 13:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0d0471f-6fe0-5d47-85d4-f2c952e9c006 with scrape type 2
2026-03-24 13:32:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: f0d0471f-6fe0-5d47-85d4-f2c952e9c006, identifier: 10691303
2026-03-24 13:32:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: f0d0471f-6fe0-5d47-85d4-f2c952e9c006 with identifier: 10691303
2026-03-24 13:32:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: f0d0471f-6fe0-5d47-85d4-f2c952e9c006 with identifier: 10691303
2026-03-24 13:32:32 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: f0d0471f-6fe0-5d47-85d4-f2c952e9c006 with identifier: 10691303 to the API
2026-03-24 13:32:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:32:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:32:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10691303>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 6,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 146,
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'f0d0471f-6fe0-5d47-85d4-f2c952e9c006',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DP75SXT',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10691303',
'listing': 'auctionplusdirectbuy',
'location': 'Stoke-on-Trent',
'make': 'Vauxhall',
'model': 'Vivaro',
'odometer': 10,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 20900,
'price_includes_vat': True,
'registration_date': '2026-01-02',
'seats_number': 3,
'seller_name': 'OPENLANE Remarketing Ltd',
'title': 'Vauxhall Vivaro 2.0 Turbo Prime XL - Diesel - Manual - 146 hp - '
'DP75SXT - 10 mi',
'transmission': 'manual',
'trim': 'Prime XL',
'vin': None,
'year': 2026}
2026-03-24 13:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710691303%27 HTTP/1.1" 200 None
2026-03-24 13:32:33 [openlane.gb] INFO: Saving data for 10691303: {'auction_closing_time': 1775034000.0, 'created_time': 1773869458.74244, 'last_price_update_time': 1774359153.311926}
2026-03-24 13:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10691303') HTTP/1.1" 204 0
2026-03-24 13:32:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10619051> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-24 13:32:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4fd394ff-4152-529a-9e5d-80111dff0261 with identifier: 10619051
2026-03-24 13:32:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fd394ff-4152-529a-9e5d-80111dff0261 with scrape type 2
2026-03-24 13:32:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4fd394ff-4152-529a-9e5d-80111dff0261 with scrape type 2
2026-03-24 13:32:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 4fd394ff-4152-529a-9e5d-80111dff0261, identifier: 10619051
2026-03-24 13:32:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 4fd394ff-4152-529a-9e5d-80111dff0261 with identifier: 10619051
2026-03-24 13:32:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 4fd394ff-4152-529a-9e5d-80111dff0261 with identifier: 10619051
2026-03-24 13:32:36 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 4fd394ff-4152-529a-9e5d-80111dff0261 with identifier: 10619051 to the API
2026-03-24 13:32:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:32:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:32:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10619051>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'GBP',
'doors_number': 6,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': 120,
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': '4fd394ff-4152-529a-9e5d-80111dff0261',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DP75RJU',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10619051',
'listing': 'auctionplusdirectbuy',
'location': 'Stoke-on-Trent',
'make': 'Vauxhall',
'model': 'Vivaro',
'odometer': 20,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 18650,
'price_includes_vat': True,
'registration_date': '2025-12-31',
'seats_number': 3,
'seller_name': 'OPENLANE Remarketing Ltd',
'title': 'Vauxhall Vivaro L1H1 1.5d Prime - Diesel - Manual - 120 hp - '
'DP75RJU - 20 mi',
'transmission': 'manual',
'trim': 'Prime',
'vin': None,
'year': 2025}
2026-03-24 13:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710619051%27 HTTP/1.1" 200 None
2026-03-24 13:32:36 [openlane.gb] INFO: Saving data for 10619051: {'auction_closing_time': 1775034000.0, 'created_time': 1773403858.490174, 'last_price_update_time': 1774359156.76837}
2026-03-24 13:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10619051') HTTP/1.1" 204 0
2026-03-24 13:33:05 [scrapy.extensions.logstats] INFO: Crawled 23 pages (at 8 pages/min), scraped 19 items (at 7 items/min)
2026-03-24 13:33:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 188MiB
2026-03-24 13:33:14 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.843(s), this was the 1st time calling it.
2026-03-24 13:33:14 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 7.8515487367694154 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:33:14 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.926(s), this was the 1st time calling it.
2026-03-24 13:33:14 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.1099654362487055 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:33:14 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.867(s), this was the 1st time calling it.
2026-03-24 13:33:14 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 4.519393032022046 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:33:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:33:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:33:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:33:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10709009> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-24 13:33:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d09bbd0-6405-5e52-8bc2-260f83f9f933 with identifier: 10709009
2026-03-24 13:33:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d09bbd0-6405-5e52-8bc2-260f83f9f933 with scrape type 2
2026-03-24 13:33:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d09bbd0-6405-5e52-8bc2-260f83f9f933 with scrape type 2
2026-03-24 13:33:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 0d09bbd0-6405-5e52-8bc2-260f83f9f933, identifier: 10709009
2026-03-24 13:33:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 0d09bbd0-6405-5e52-8bc2-260f83f9f933 with identifier: 10709009
2026-03-24 13:33:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 0d09bbd0-6405-5e52-8bc2-260f83f9f933 with identifier: 10709009
2026-03-24 13:33:23 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 0d09bbd0-6405-5e52-8bc2-260f83f9f933 with identifier: 10709009 to the API
2026-03-24 13:33:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:33:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:33:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/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': '0d09bbd0-6405-5e52-8bc2-260f83f9f933',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DL75YWK',
'link_to_web_offer': 'https://www.openlane.co.uk/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-24 13:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710709009%27 HTTP/1.1" 200 None
2026-03-24 13:33:23 [openlane.gb] INFO: Saving data for 10709009: {'auction_closing_time': 1775034000.0, 'created_time': 1774258398.986711, 'last_price_update_time': 1774359203.849845}
2026-03-24 13:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10709009') HTTP/1.1" 204 0
2026-03-24 13:33:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10717367> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-24 13:33:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f01b96d-b188-5f05-8e8b-ca54b9859a26 with identifier: 10717367
2026-03-24 13:33:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f01b96d-b188-5f05-8e8b-ca54b9859a26 with scrape type 1
2026-03-24 13:33:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7f01b96d-b188-5f05-8e8b-ca54b9859a26
2026-03-24 13:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5716715%252Fgeneral%252F28c0dcda-5315-4cdb-93bf-c06fe3919ab6.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:33:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5716715/general/28c0dcda-5315-4cdb-93bf-c06fe3919ab6.jpg already downloaded
2026-03-24 13:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5716715%252Fgeneral%252Ff7eedf1d-fe84-44da-baf4-258c0ee31e84.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:33:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5716715/general/f7eedf1d-fe84-44da-baf4-258c0ee31e84.jpg already downloaded
2026-03-24 13:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5716715%252Fgeneral%252F58087f1d-b512-4bc5-8615-d5cbd48f9ba9.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:33:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5716715/general/58087f1d-b512-4bc5-8615-d5cbd48f9ba9.jpg already downloaded
2026-03-24 13:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5716715%252Fgeneral%252F1c2f2b3f-d340-4627-a264-2125bae846f9.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:33:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5716715/general/1c2f2b3f-d340-4627-a264-2125bae846f9.jpg already downloaded
2026-03-24 13:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5716715%252Fgeneral%252F645ad67b-f1c2-4db0-b1a7-ce74dc733568.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:33:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5716715/general/645ad67b-f1c2-4db0-b1a7-ce74dc733568.jpg already downloaded
2026-03-24 13:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5716715%252Fgeneral%252Fc9b4fc5e-8378-49dc-ae8d-7465264e6d7d.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:33:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5716715/general/c9b4fc5e-8378-49dc-ae8d-7465264e6d7d.jpg already downloaded
2026-03-24 13:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5716715%252Fgeneral%252F2a14e4f1-9592-44e1-af43-8e3af36cee19.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:33:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5716715/general/2a14e4f1-9592-44e1-af43-8e3af36cee19.jpg already downloaded
2026-03-24 13:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5716715%252Fgeneral%252F9126d107-0d21-4ea2-9979-45a6c30374d4.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:33:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5716715/general/9126d107-0d21-4ea2-9979-45a6c30374d4.jpg already downloaded
2026-03-24 13:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5716715%252Fgeneral%252Fcb1de757-4420-45f0-8b7b-fadb0dc357ab.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:33:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5716715/general/cb1de757-4420-45f0-8b7b-fadb0dc357ab.jpg already downloaded
2026-03-24 13:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5716715%252Fgeneral%252F0b1cd141-84a4-43df-9e20-e94f6936df49.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:33:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5716715/general/0b1cd141-84a4-43df-9e20-e94f6936df49.jpg already downloaded
2026-03-24 13:33:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 7f01b96d-b188-5f05-8e8b-ca54b9859a26, identifier: 10717367
2026-03-24 13:33:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 7f01b96d-b188-5f05-8e8b-ca54b9859a26 with identifier: 10717367
2026-03-24 13:33:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 7f01b96d-b188-5f05-8e8b-ca54b9859a26 with identifier: 10717367
2026-03-24 13:33:25 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 7f01b96d-b188-5f05-8e8b-ca54b9859a26 with identifier: 10717367 to the API
2026-03-24 13:33:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:33:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:33:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10717367>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 1,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Petrol',
'id': '7f01b96d-b188-5f05-8e8b-ca54b9859a26',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HV68UXX',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10717367',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Grandland',
'odometer': 49463,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 32,
'photo_urls': ['https://images.openlane.eu/carimgs/5716715/general/28c0dcda-5315-4cdb-93bf-c06fe3919ab6.jpg',
'https://images.openlane.eu/carimgs/5716715/general/f7eedf1d-fe84-44da-baf4-258c0ee31e84.jpg',
'https://images.openlane.eu/carimgs/5716715/general/58087f1d-b512-4bc5-8615-d5cbd48f9ba9.jpg',
'https://images.openlane.eu/carimgs/5716715/general/1c2f2b3f-d340-4627-a264-2125bae846f9.jpg',
'https://images.openlane.eu/carimgs/5716715/general/645ad67b-f1c2-4db0-b1a7-ce74dc733568.jpg',
'https://images.openlane.eu/carimgs/5716715/general/c9b4fc5e-8378-49dc-ae8d-7465264e6d7d.jpg',
'https://images.openlane.eu/carimgs/5716715/general/2a14e4f1-9592-44e1-af43-8e3af36cee19.jpg',
'https://images.openlane.eu/carimgs/5716715/general/9126d107-0d21-4ea2-9979-45a6c30374d4.jpg',
'https://images.openlane.eu/carimgs/5716715/general/cb1de757-4420-45f0-8b7b-fadb0dc357ab.jpg',
'https://images.openlane.eu/carimgs/5716715/general/0b1cd141-84a4-43df-9e20-e94f6936df49.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3bac0366-61da-578e-a6ce-65247b23f5a0/3bac0366-61da-578e-a6ce-65247b23f5a0_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 313970,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5716715/general/28c0dcda-5315-4cdb-93bf-c06fe3919ab6.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3bac0366-61da-578e-a6ce-65247b23f5a0/3bac0366-61da-578e-a6ce-65247b23f5a0_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 219881,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5716715/general/f7eedf1d-fe84-44da-baf4-258c0ee31e84.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3bac0366-61da-578e-a6ce-65247b23f5a0/3bac0366-61da-578e-a6ce-65247b23f5a0_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 311364,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5716715/general/58087f1d-b512-4bc5-8615-d5cbd48f9ba9.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3bac0366-61da-578e-a6ce-65247b23f5a0/3bac0366-61da-578e-a6ce-65247b23f5a0_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 320382,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5716715/general/1c2f2b3f-d340-4627-a264-2125bae846f9.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3bac0366-61da-578e-a6ce-65247b23f5a0/3bac0366-61da-578e-a6ce-65247b23f5a0_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156934,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5716715/general/645ad67b-f1c2-4db0-b1a7-ce74dc733568.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3bac0366-61da-578e-a6ce-65247b23f5a0/3bac0366-61da-578e-a6ce-65247b23f5a0_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 266220,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5716715/general/c9b4fc5e-8378-49dc-ae8d-7465264e6d7d.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3bac0366-61da-578e-a6ce-65247b23f5a0/3bac0366-61da-578e-a6ce-65247b23f5a0_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 214033,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5716715/general/2a14e4f1-9592-44e1-af43-8e3af36cee19.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3bac0366-61da-578e-a6ce-65247b23f5a0/3bac0366-61da-578e-a6ce-65247b23f5a0_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155133,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5716715/general/9126d107-0d21-4ea2-9979-45a6c30374d4.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3bac0366-61da-578e-a6ce-65247b23f5a0/3bac0366-61da-578e-a6ce-65247b23f5a0_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 172691,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5716715/general/cb1de757-4420-45f0-8b7b-fadb0dc357ab.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3bac0366-61da-578e-a6ce-65247b23f5a0/3bac0366-61da-578e-a6ce-65247b23f5a0_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 138811,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5716715/general/0b1cd141-84a4-43df-9e20-e94f6936df49.jpg',
'Width': 1440}],
'price': 4800,
'price_includes_vat': True,
'registration_date': '2018-10-19',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Grandland 1.2 Turbo Sport Nav - Petrol - Manual - 1 hp - '
'HV68UXX - 49,463 mi',
'transmission': 'manual',
'trim': 'Sport Nav',
'vin': None,
'year': 2018}
2026-03-24 13:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710717367%27 HTTP/1.1" 200 None
2026-03-24 13:33:26 [openlane.gb] INFO: Saving data for 10717367: {'created_time': 1774359206.260043, 'last_price_update_time': 1774359206.260055, 'auction_closing_time': 1774533600.0}
2026-03-24 13:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10717367') HTTP/1.1" 204 0
2026-03-24 13:33:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10717365> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-24 13:33:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3f28d81-8ec0-568e-adbc-df837b8d16db with identifier: 10717365
2026-03-24 13:33:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3f28d81-8ec0-568e-adbc-df837b8d16db with scrape type 1
2026-03-24 13:33:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e3f28d81-8ec0-568e-adbc-df837b8d16db
2026-03-24 13:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5713399%252Fgeneral%252F38705008-2589-4a06-bb5e-74bc9d5ae268.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:33:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5713399/general/38705008-2589-4a06-bb5e-74bc9d5ae268.jpg already downloaded
2026-03-24 13:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5713399%252Fgeneral%252F97bdad62-5439-4a5f-bc94-dce7f1bee671.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:33:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5713399/general/97bdad62-5439-4a5f-bc94-dce7f1bee671.jpg already downloaded
2026-03-24 13:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5713399%252Fgeneral%252Fe2d2267e-33c3-41e6-a01a-a7eb39d140da.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:33:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5713399/general/e2d2267e-33c3-41e6-a01a-a7eb39d140da.jpg already downloaded
2026-03-24 13:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5713399%252Fgeneral%252Ff61b38a1-726a-4079-8c68-d61500f436af.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:33:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5713399/general/f61b38a1-726a-4079-8c68-d61500f436af.jpg already downloaded
2026-03-24 13:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5713399%252Fgeneral%252Fcce63d90-9cf6-49e3-98a1-7966f8112d8e.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:33:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5713399/general/cce63d90-9cf6-49e3-98a1-7966f8112d8e.jpg already downloaded
2026-03-24 13:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5713399%252Fgeneral%252F186ac079-8cad-41c2-87a8-8e73d5cd39bf.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:33:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5713399/general/186ac079-8cad-41c2-87a8-8e73d5cd39bf.jpg already downloaded
2026-03-24 13:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5713399%252Fgeneral%252F61ba8e15-474d-4510-949c-a73bc2f3b445.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:33:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5713399/general/61ba8e15-474d-4510-949c-a73bc2f3b445.jpg already downloaded
2026-03-24 13:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5713399%252Fgeneral%252F7095cd33-0c13-42e2-9e13-985d81f814b2.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:33:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5713399/general/7095cd33-0c13-42e2-9e13-985d81f814b2.jpg already downloaded
2026-03-24 13:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5713399%252Fgeneral%252F3f6f5a5d-38fd-4213-aacc-ada4600f736d.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:33:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5713399/general/3f6f5a5d-38fd-4213-aacc-ada4600f736d.jpg already downloaded
2026-03-24 13:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5713399%252Fgeneral%252Ff65eb31e-33bc-4a61-b7a6-f457645082a7.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:33:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5713399/general/f65eb31e-33bc-4a61-b7a6-f457645082a7.jpg already downloaded
2026-03-24 13:33:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: e3f28d81-8ec0-568e-adbc-df837b8d16db, identifier: 10717365
2026-03-24 13:33:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: e3f28d81-8ec0-568e-adbc-df837b8d16db with identifier: 10717365
2026-03-24 13:33:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13:33:30 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Orange HTTP/1.1" 200 None
2026-03-24 13:33:30 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 13:33:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: e3f28d81-8ec0-568e-adbc-df837b8d16db with identifier: 10717365
2026-03-24 13:33:30 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: e3f28d81-8ec0-568e-adbc-df837b8d16db with identifier: 10717365 to the API
2026-03-24 13:33:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:33:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:33:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10717365>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Orange',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 75,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Petrol',
'id': 'e3f28d81-8ec0-568e-adbc-df837b8d16db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'VA71XTV',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10717365',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 91414,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 24,
'photo_urls': ['https://images.openlane.eu/carimgs/5713399/general/38705008-2589-4a06-bb5e-74bc9d5ae268.jpg',
'https://images.openlane.eu/carimgs/5713399/general/97bdad62-5439-4a5f-bc94-dce7f1bee671.jpg',
'https://images.openlane.eu/carimgs/5713399/general/e2d2267e-33c3-41e6-a01a-a7eb39d140da.jpg',
'https://images.openlane.eu/carimgs/5713399/general/f61b38a1-726a-4079-8c68-d61500f436af.jpg',
'https://images.openlane.eu/carimgs/5713399/general/cce63d90-9cf6-49e3-98a1-7966f8112d8e.jpg',
'https://images.openlane.eu/carimgs/5713399/general/186ac079-8cad-41c2-87a8-8e73d5cd39bf.jpg',
'https://images.openlane.eu/carimgs/5713399/general/61ba8e15-474d-4510-949c-a73bc2f3b445.jpg',
'https://images.openlane.eu/carimgs/5713399/general/7095cd33-0c13-42e2-9e13-985d81f814b2.jpg',
'https://images.openlane.eu/carimgs/5713399/general/3f6f5a5d-38fd-4213-aacc-ada4600f736d.jpg',
'https://images.openlane.eu/carimgs/5713399/general/f65eb31e-33bc-4a61-b7a6-f457645082a7.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2426aa2-5c6c-5429-9c87-8100972e567d/e2426aa2-5c6c-5429-9c87-8100972e567d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 301573,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5713399/general/38705008-2589-4a06-bb5e-74bc9d5ae268.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2426aa2-5c6c-5429-9c87-8100972e567d/e2426aa2-5c6c-5429-9c87-8100972e567d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 294404,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5713399/general/97bdad62-5439-4a5f-bc94-dce7f1bee671.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2426aa2-5c6c-5429-9c87-8100972e567d/e2426aa2-5c6c-5429-9c87-8100972e567d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 251136,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5713399/general/e2d2267e-33c3-41e6-a01a-a7eb39d140da.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2426aa2-5c6c-5429-9c87-8100972e567d/e2426aa2-5c6c-5429-9c87-8100972e567d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 263336,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5713399/general/f61b38a1-726a-4079-8c68-d61500f436af.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2426aa2-5c6c-5429-9c87-8100972e567d/e2426aa2-5c6c-5429-9c87-8100972e567d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 240505,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5713399/general/cce63d90-9cf6-49e3-98a1-7966f8112d8e.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2426aa2-5c6c-5429-9c87-8100972e567d/e2426aa2-5c6c-5429-9c87-8100972e567d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 246252,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5713399/general/186ac079-8cad-41c2-87a8-8e73d5cd39bf.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2426aa2-5c6c-5429-9c87-8100972e567d/e2426aa2-5c6c-5429-9c87-8100972e567d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 161394,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5713399/general/61ba8e15-474d-4510-949c-a73bc2f3b445.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2426aa2-5c6c-5429-9c87-8100972e567d/e2426aa2-5c6c-5429-9c87-8100972e567d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 142156,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5713399/general/7095cd33-0c13-42e2-9e13-985d81f814b2.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2426aa2-5c6c-5429-9c87-8100972e567d/e2426aa2-5c6c-5429-9c87-8100972e567d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 150219,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5713399/general/3f6f5a5d-38fd-4213-aacc-ada4600f736d.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2426aa2-5c6c-5429-9c87-8100972e567d/e2426aa2-5c6c-5429-9c87-8100972e567d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 176265,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5713399/general/f65eb31e-33bc-4a61-b7a6-f457645082a7.jpg',
'Width': 1440}],
'price': 3900,
'price_includes_vat': True,
'registration_date': '2021-12-08',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa 1.2 SE - Petrol - Manual - 75 hp - VA71XTV - 91,414 '
'mi',
'transmission': 'manual',
'trim': 'SE',
'vin': None,
'year': 2021}
2026-03-24 13:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710717365%27 HTTP/1.1" 200 None
2026-03-24 13:33:32 [openlane.gb] INFO: Saving data for 10717365: {'created_time': 1774359212.08284, 'last_price_update_time': 1774359212.082852, 'auction_closing_time': 1774533600.0}
2026-03-24 13:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10717365') HTTP/1.1" 204 0
2026-03-24 13:33:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10717371> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-24 13:33:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c95bf58-bb9b-5d00-b54f-f9fcdc672492 with identifier: 10717371
2026-03-24 13:33:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c95bf58-bb9b-5d00-b54f-f9fcdc672492 with scrape type 1
2026-03-24 13:33:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2c95bf58-bb9b-5d00-b54f-f9fcdc672492
2026-03-24 13:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5713685%252Fgeneral%252F4423c63d-52c7-4f11-b153-1987c4321d86.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:33:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5713685/general/4423c63d-52c7-4f11-b153-1987c4321d86.jpg already downloaded
2026-03-24 13:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5713685%252Fgeneral%252F0c5b3e5e-30b9-4ded-a3f4-d4c3869ef3e1.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:33:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5713685/general/0c5b3e5e-30b9-4ded-a3f4-d4c3869ef3e1.jpg already downloaded
2026-03-24 13:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5713685%252Fgeneral%252Fe2437f47-8cb4-47a0-aa61-232b430a0a4f.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:33:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5713685/general/e2437f47-8cb4-47a0-aa61-232b430a0a4f.jpg already downloaded
2026-03-24 13:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5713685%252Fgeneral%252F71f75070-9110-4178-8254-199d1ee59269.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:33:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5713685/general/71f75070-9110-4178-8254-199d1ee59269.jpg already downloaded
2026-03-24 13:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5713685%252Fgeneral%252F3895598e-4a9d-4a0e-bc49-5a2d39ae82c8.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:33:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5713685/general/3895598e-4a9d-4a0e-bc49-5a2d39ae82c8.jpg already downloaded
2026-03-24 13:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5713685%252Fgeneral%252Fb77936d8-fafb-4e17-ac06-4a7144b2f112.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:33:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5713685/general/b77936d8-fafb-4e17-ac06-4a7144b2f112.jpg already downloaded
2026-03-24 13:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5713685%252Fgeneral%252F91c96707-1385-4b80-b19d-a58afa6a7da4.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:33:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5713685/general/91c96707-1385-4b80-b19d-a58afa6a7da4.jpg already downloaded
2026-03-24 13:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5713685%252Fgeneral%252Ff3d18049-6217-4434-af11-2425661a4de6.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:33:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5713685/general/f3d18049-6217-4434-af11-2425661a4de6.jpg already downloaded
2026-03-24 13:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5713685%252Fgeneral%252Fb573525d-8c49-4e46-a91d-b0640c9cfccd.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:33:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5713685/general/b573525d-8c49-4e46-a91d-b0640c9cfccd.jpg already downloaded
2026-03-24 13:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5713685%252Fgeneral%252F29481b79-bee8-4145-8128-ac3c8461cd3e.jpg%27 HTTP/1.1" 200 None
2026-03-24 13:33:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5713685/general/29481b79-bee8-4145-8128-ac3c8461cd3e.jpg already downloaded
2026-03-24 13:33:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 2c95bf58-bb9b-5d00-b54f-f9fcdc672492, identifier: 10717371
2026-03-24 13:33:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 2c95bf58-bb9b-5d00-b54f-f9fcdc672492 with identifier: 10717371
2026-03-24 13:33:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 2c95bf58-bb9b-5d00-b54f-f9fcdc672492 with identifier: 10717371
2026-03-24 13:33:41 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 2c95bf58-bb9b-5d00-b54f-f9fcdc672492 with identifier: 10717371 to the API
2026-03-24 13:33:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:33:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:33:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10717371>
{'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': 130,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Petrol',
'id': '2c95bf58-bb9b-5d00-b54f-f9fcdc672492',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WR68TCZ',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10717371',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Grandland',
'odometer': 75353,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 28,
'photo_urls': ['https://images.openlane.eu/carimgs/5713685/general/4423c63d-52c7-4f11-b153-1987c4321d86.jpg',
'https://images.openlane.eu/carimgs/5713685/general/0c5b3e5e-30b9-4ded-a3f4-d4c3869ef3e1.jpg',
'https://images.openlane.eu/carimgs/5713685/general/e2437f47-8cb4-47a0-aa61-232b430a0a4f.jpg',
'https://images.openlane.eu/carimgs/5713685/general/71f75070-9110-4178-8254-199d1ee59269.jpg',
'https://images.openlane.eu/carimgs/5713685/general/3895598e-4a9d-4a0e-bc49-5a2d39ae82c8.jpg',
'https://images.openlane.eu/carimgs/5713685/general/b77936d8-fafb-4e17-ac06-4a7144b2f112.jpg',
'https://images.openlane.eu/carimgs/5713685/general/91c96707-1385-4b80-b19d-a58afa6a7da4.jpg',
'https://images.openlane.eu/carimgs/5713685/general/f3d18049-6217-4434-af11-2425661a4de6.jpg',
'https://images.openlane.eu/carimgs/5713685/general/b573525d-8c49-4e46-a91d-b0640c9cfccd.jpg',
'https://images.openlane.eu/carimgs/5713685/general/29481b79-bee8-4145-8128-ac3c8461cd3e.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c96bf85b-b99a-515b-a360-bad6f4c44367/c96bf85b-b99a-515b-a360-bad6f4c44367_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 201620,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5713685/general/4423c63d-52c7-4f11-b153-1987c4321d86.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c96bf85b-b99a-515b-a360-bad6f4c44367/c96bf85b-b99a-515b-a360-bad6f4c44367_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 202660,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5713685/general/0c5b3e5e-30b9-4ded-a3f4-d4c3869ef3e1.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c96bf85b-b99a-515b-a360-bad6f4c44367/c96bf85b-b99a-515b-a360-bad6f4c44367_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 220512,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5713685/general/e2437f47-8cb4-47a0-aa61-232b430a0a4f.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c96bf85b-b99a-515b-a360-bad6f4c44367/c96bf85b-b99a-515b-a360-bad6f4c44367_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 198340,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5713685/general/71f75070-9110-4178-8254-199d1ee59269.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c96bf85b-b99a-515b-a360-bad6f4c44367/c96bf85b-b99a-515b-a360-bad6f4c44367_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 166764,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5713685/general/3895598e-4a9d-4a0e-bc49-5a2d39ae82c8.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c96bf85b-b99a-515b-a360-bad6f4c44367/c96bf85b-b99a-515b-a360-bad6f4c44367_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 151382,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5713685/general/b77936d8-fafb-4e17-ac06-4a7144b2f112.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c96bf85b-b99a-515b-a360-bad6f4c44367/c96bf85b-b99a-515b-a360-bad6f4c44367_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 172682,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5713685/general/91c96707-1385-4b80-b19d-a58afa6a7da4.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c96bf85b-b99a-515b-a360-bad6f4c44367/c96bf85b-b99a-515b-a360-bad6f4c44367_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 161478,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5713685/general/f3d18049-6217-4434-af11-2425661a4de6.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c96bf85b-b99a-515b-a360-bad6f4c44367/c96bf85b-b99a-515b-a360-bad6f4c44367_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 203326,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5713685/general/b573525d-8c49-4e46-a91d-b0640c9cfccd.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c96bf85b-b99a-515b-a360-bad6f4c44367/c96bf85b-b99a-515b-a360-bad6f4c44367_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 205241,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5713685/general/29481b79-bee8-4145-8128-ac3c8461cd3e.jpg',
'Width': 1440}],
'price': 4000,
'price_includes_vat': True,
'registration_date': '2019-01-11',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Grandland 1.2 Turbo Sport Nav - Petrol - Manual - 130 hp - '
'WR68TCZ - 75,353 mi',
'transmission': 'manual',
'trim': 'Sport Nav',
'vin': None,
'year': 2019}
2026-03-24 13:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710717371%27 HTTP/1.1" 200 None
2026-03-24 13:33:42 [openlane.gb] INFO: Saving data for 10717371: {'created_time': 1774359222.631946, 'last_price_update_time': 1774359222.631958, 'auction_closing_time': 1774533600.0}
2026-03-24 13:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10717371') HTTP/1.1" 204 0
2026-03-24 13:33:42 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-24 13:33:42 [openlane.gb] INFO: openlane.gb 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-24 13:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20last_price_update_time%20lt%201773927222 HTTP/1.1" 200 None
2026-03-24 13:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='openlane.gb',RowKey='10606280') HTTP/1.1" 204 0
2026-03-24 13:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='openlane.gb',RowKey='10606301') HTTP/1.1" 204 0
2026-03-24 13:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='openlane.gb',RowKey='10606307') HTTP/1.1" 204 0
2026-03-24 13:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='openlane.gb',RowKey='10606321') HTTP/1.1" 204 0
2026-03-24 13:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='openlane.gb',RowKey='10612249') HTTP/1.1" 204 0
2026-03-24 13:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='openlane.gb',RowKey='10612258') HTTP/1.1" 204 0
2026-03-24 13:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='openlane.gb',RowKey='10612264') HTTP/1.1" 204 0
2026-03-24 13:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='openlane.gb',RowKey='10668200') HTTP/1.1" 204 0
2026-03-24 13:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='openlane.gb',RowKey='10668969') HTTP/1.1" 204 0
2026-03-24 13:33:42 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (23 items) in: file:///var/lib/scrapyd/items/sourcing_v2/openlane.gb/task_10_2026-03-24T13_30_00.jl
2026-03-24 13:33:42 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 50378,
'downloader/request_count': 27,
'downloader/request_method_count/GET': 24,
'downloader/request_method_count/POST': 3,
'downloader/response_bytes': 4523232,
'downloader/response_count': 27,
'downloader/response_status_count/200': 27,
'elapsed_time_seconds': 217.473133,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 24, 13, 33, 42, 865731, tzinfo=datetime.timezone.utc),
'item_scraped_count': 23,
'log_count/DEBUG': 1492,
'log_count/INFO': 797,
'memusage/max': 197156864,
'memusage/startup': 147640320,
'playwright/context_count': 1,
'playwright/context_count/max_concurrent': 1,
'playwright/context_count/persistent/False': 1,
'playwright/context_count/remote/False': 1,
'playwright/page_count': 1,
'playwright/page_count/max_concurrent': 1,
'playwright/request_count': 309,
'playwright/request_count/method/GET': 283,
'playwright/request_count/method/POST': 26,
'playwright/request_count/navigation': 2,
'playwright/request_count/resource_type/document': 2,
'playwright/request_count/resource_type/fetch': 58,
'playwright/request_count/resource_type/font': 6,
'playwright/request_count/resource_type/image': 140,
'playwright/request_count/resource_type/other': 2,
'playwright/request_count/resource_type/script': 82,
'playwright/request_count/resource_type/stylesheet': 6,
'playwright/request_count/resource_type/xhr': 13,
'playwright/response_count': 249,
'playwright/response_count/method/GET': 224,
'playwright/response_count/method/POST': 25,
'playwright/response_count/resource_type/document': 2,
'playwright/response_count/resource_type/fetch': 58,
'playwright/response_count/resource_type/font': 6,
'playwright/response_count/resource_type/image': 82,
'playwright/response_count/resource_type/other': 2,
'playwright/response_count/resource_type/script': 82,
'playwright/response_count/resource_type/stylesheet': 6,
'playwright/response_count/resource_type/xhr': 11,
'request_depth_max': 4,
'response_received_count': 27,
'scheduler/dequeued': 27,
'scheduler/dequeued/memory': 27,
'scheduler/enqueued': 27,
'scheduler/enqueued/memory': 27,
'scrape_type/new': 11,
'scrape_type/price_update': 12,
'scrape_type/skipped': 199,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 29,
'scrapy-zyte-api/error_ratio': 0.10344827586206896,
'scrapy-zyte-api/errors': 3,
"scrapy-zyte-api/exception_types/<class 'aiohttp.client_exceptions.ClientConnectorError'>": 3,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 18.72296979572051,
'scrapy-zyte-api/mean_response_seconds': 18.758595551722323,
'scrapy-zyte-api/processed': 26,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 26,
'scrapy-zyte-api/request_args/experimental.requestCookies': 26,
'scrapy-zyte-api/request_args/experimental.responseCookies': 26,
'scrapy-zyte-api/request_args/httpRequestBody': 3,
'scrapy-zyte-api/request_args/httpRequestMethod': 3,
'scrapy-zyte-api/request_args/httpResponseBody': 26,
'scrapy-zyte-api/request_args/httpResponseHeaders': 26,
'scrapy-zyte-api/request_args/url': 26,
'scrapy-zyte-api/status_codes/0': 3,
'scrapy-zyte-api/status_codes/200': 26,
'scrapy-zyte-api/success': 26,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'source/items_encountered': 222,
'source/total_available': 222,
'start_time': datetime.datetime(2026, 3, 24, 13, 30, 5, 392598, tzinfo=datetime.timezone.utc)}
2026-03-24 13:33:42 [scrapy.core.engine] INFO: Spider closed (finished)