2026-03-26 05:30:04 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-26 05: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-26 05:30:04 [openlane.gb] INFO: Starting spider openlane.gb
2026-03-26 05:30:04 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-26 05:30:04 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-26 05:30:04 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-26 05:30:04 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-26 05:30:04 [scrapy.extensions.telnet] INFO: Telnet Password: f48d1faa2aa2c9bd
2026-03-26 05: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-26 05: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-26T05_30_00.log',
'LOG_FORMATTER': 'crawlers.log_formatter.SourcingLogFormatter',
'MEMUSAGE_LIMIT_MB': 2048,
'MEMUSAGE_WARNING_MB': 1536,
'NEWSPIDER_MODULE': 'spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7',
'SPIDER_MODULES': ['spiders', 'auth_check'],
'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor',
'USER_AGENT': ''}
2026-03-26 05:30:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-26 05:30:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-26 05: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-26 05:30:05 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-26 05:30:05 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'crawlers.middlewares.monitoring_spider_middleware.MonitoringSpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
'crawlers.middlewares.report_download_middleware.ReportDownloadMiddleware',
'crawlers.middlewares.id_gen_middleware.IdGenMiddleware']
2026-03-26 05:30:05 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-26 05:30:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-26 05:30:05 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2114
2026-03-26 05:30:05 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-26 05:30:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-26 05:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:05 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
2026-03-26 05: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-26 05:30:05 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-26 05:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-26 05:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-26 05:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-26 05:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-26 05:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-26 05:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-26 05:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-26 05:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-26 05:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-26 05:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-26 05:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-26 05:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-26 05:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-26 05:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-26 05:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-26 05:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-26 05:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-26 05:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-26 05: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-26 05: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-26 05:30:05 [scrapy.core.engine] INFO: Spider opened
2026-03-26 05:30:05 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-26 05:30:05 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-26 05:30:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 142MiB
2026-03-26 05:30:05 [scrapy-playwright] INFO: Starting download handler
2026-03-26 05:30:05 [scrapy-playwright] INFO: Starting download handler
2026-03-26 05:30:10 [scrapy-playwright] INFO: Launching browser firefox
2026-03-26 05:30:10 [scrapy-playwright] INFO: Browser firefox launched
2026-03-26 05:30:10 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-26 05:30:11 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-26 05:30:12 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/en/home> (resource type: document)
2026-03-26 05:30:12 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/en/home>
2026-03-26 05: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-26 05: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-26 05: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-26 05: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-26 05: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-26 05: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-26 05: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-26 05: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-26 05: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-26 05: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-26 05: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-26 05:30:12 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/otSDKStub.js>
2026-03-26 05:30:12 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/index-B6JHJVAN.js>
2026-03-26 05: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-26 05:30:12 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://privacyportal-cdn.onetrust.com/privacy-notice-scripts/otnotice-1.0.min.js>
2026-03-26 05: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-26 05: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-26 05:30:12 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/bundles/NotificationJs?v=mXVJ3IZ6BHb1WcOVsLldtpDHvMVHW-Qd1m63IplVrhY1>
2026-03-26 05: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-26 05: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-26 05: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-26 05:30:12 [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-26 05:30:12 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtm.js?id=GTM-KXNGWLG>
2026-03-26 05:30:12 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js>
2026-03-26 05:30:12 [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-26 05:30:12 [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-26 05:30:13 [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-26 05:30:13 [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-26 05:30:13 [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-26 05:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/appsettings.json?2026032605> (resource type: fetch, referrer: https://www.openlane.co.uk/en/home)
2026-03-26 05:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.lr-in-prod.com/logger-1.min.js>
2026-03-26 05:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/appsettings.json?2026032605>
2026-03-26 05:30:13 [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-26 05: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-26 05: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-26 05: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-26 05: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-26 05: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-26 05:30:13 [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-26 05:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/Content/images/favicon_Openlane.ico>
2026-03-26 05:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otFlat.json>
2026-03-26 05: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-26 05:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/v2/otPcPanel.json>
2026-03-26 05:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otCommonStyles.css>
2026-03-26 05: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-26 05: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-26 05:30:13 [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-26 05:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://bt.fraud0.com/api/v2/event>
2026-03-26 05:30:13 [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-26 05:30:13 [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-26 05: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-26 05: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-26 05: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-26 05:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2>
2026-03-26 05:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2>
2026-03-26 05:30:13 [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-26 05:30:13 [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-26 05:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/destination?id=AW-860706599&cx=c>m=4e63o1> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-26 05: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-26 05: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-26 05: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-26 05:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/logos/static/powered_by_logo.svg>
2026-03-26 05:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg>
2026-03-26 05: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-26 05:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <500 https://www.openlane.co.uk/en/TBD/.well-known/openid-configuration>
2026-03-26 05:30:14 [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-26 05:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/en/homev6/currentUserDetails>
2026-03-26 05:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/destination?id=AW-860706599&cx=c>m=4e63o1>
2026-03-26 05:30:14 [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-26 05:30:14 [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-26 05:30:14 [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-26 05:30:14 [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-26 05:30:14 [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-26 05:30:14 [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-26 05:30:14 [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-26 05:30:14 [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-26 05:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://bt.fraud0.com/api/v2/telemetry>
2026-03-26 05:30:14 [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-26 05:30:14 [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-26 05:30:14 [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-26 05:30:14 [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-26 05:30:14 [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-26 05:30:14 [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=1264589817.1774503014&dt=Online%20Used%20Car%20Auctions%20%E2%80%93%20Buy%20%26%20Sell%20Cars%20%E2%80%93%20OPENLANE&auid=810382395.1774503014&navt=n&npa=1&ep.F0flag=1&did=dYWJhMj&gdid=dYWJhMj&_tu=CA>m=45be63o1v9181636268z876626767za20gzb76626767zd76626767xea&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tag_exp=103116026~103200004~115616986~115938466~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-860706599&tid=AW-860706599&tft=1774503014028&tfd=1750> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://bt.fraud0.com/api/v2/event>
2026-03-26 05:30:14 [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-26 05:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/assets/CarsCarousel-CisTIdyo.js>
2026-03-26 05:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/assets/selectors-CN_a7hkT.js>
2026-03-26 05:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/assets/index-DNZOAMxS.js>
2026-03-26 05:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/assets/Sticker-DJBB3I56.js>
2026-03-26 05:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/images/openlane-logo.svg>
2026-03-26 05:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/images/primary-banners/@1x/primary-banner-v8.jpg> (resource type: image, referrer: https://www.openlane.co.uk/en/home)
2026-03-26 05:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/images/openlane-logo-light.svg>
2026-03-26 05:30:14 [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-26 05:30:14 [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-26 05:30:14 [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-26 05:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <500 https://www.openlane.co.uk/en/login/UpdateJwt>
2026-03-26 05:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/en/homev6/serverData>
2026-03-26 05:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://metadataservice.openlane.eu/api/Language/GetLanguages>
2026-03-26 05:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://metadataservice.openlane.eu/api/metadata/options>
2026-03-26 05:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://metadataservice.openlane.eu/api/metadata/hubs>
2026-03-26 05:30:14 [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-26 05:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://metadataservice.openlane.eu/api/metadata/seller-groups>
2026-03-26 05:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://bt.fraud0.com/api/v2/telemetry>
2026-03-26 05: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=1264589817.1774503014&dt=Online%20Used%20Car%20Auctions%20%E2%80%93%20Buy%20%26%20Sell%20Cars%20%E2%80%93%20OPENLANE&auid=810382395.1774503014&navt=n&npa=1&ep.F0flag=1&did=dYWJhMj&gdid=dYWJhMj&_tu=CA>m=45be63o1v9181636268z876626767za20gzb76626767zd76626767xea&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tag_exp=103116026~103200004~115616986~115938466~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-860706599&tid=AW-860706599&tft=1774503014028&tfd=1750>
2026-03-26 05:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://connect.facebook.net/en_US/fbevents.js>
2026-03-26 05:30:14 [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-26 05:30:14 [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-26 05:30:14 [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-26 05:30:14 [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-26 05:30:14 [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-26 05:30:14 [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-26 05:30:14 [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-26 05:30:14 [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-26 05:30:14 [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-26 05:30:14 [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-26 05:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cms.openlane.eu/images/default-source/2019/secondary/type=buyer-app.png?sfvrsn=2>
2026-03-26 05:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/images/primary-banners/@1x/primary-banner-v8.jpg>
2026-03-26 05:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://metadataservice.openlane.eu/api/search/metadata>
2026-03-26 05:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cms.openlane.eu/images/default-source/2019/secondary/banner-840x275-en.jpg?sfvrsn=2>
2026-03-26 05:30:14 [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-26 05:30:14 [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-26 05:30:15 [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-26 05:30:15 [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-26 05:30:15 [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-26 05:30:15 [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-26 05:30:15 [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-26 05:30:15 [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-26 05:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/images/sellers/@1x/athlon.png>
2026-03-26 05:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/images/sellers/@1x/alphabet.png>
2026-03-26 05:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/images/sellers/@1x/arval.png>
2026-03-26 05:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/images/sellers/@1x/avis.png>
2026-03-26 05:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/images/sellers/@1x/hertz.png>
2026-03-26 05:30:15 [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-26 05:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/images/sellers/@1x/europcar.png>
2026-03-26 05:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/images/sellers/@1x/ahag.png>
2026-03-26 05:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/images/sellers/@1x/vanmosselautomotivegroep.png>
2026-03-26 05:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/en/findcarv6/search>
2026-03-26 05:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/en/homev6/newsarticles?language=en>
2026-03-26 05:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/en/homev6/currentcountry>
2026-03-26 05:30:15 [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-26 05:30:15 [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-26 05:30:15 [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-26 05:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://info.openlane.eu/wp-content/uploads/2026/02/PARTNERSHIP-1150-x-780-px.png>
2026-03-26 05:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://info.openlane.eu/wp-content/uploads/2025/10/banner368x250-EN.jpg>
2026-03-26 05:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://info.openlane.eu/wp-content/uploads/2025/11/NEW-2.png>
2026-03-26 05:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/en/homev6/popularbodytypes>
2026-03-26 05:30:15 [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-26 05:30:15 [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-26 05:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/fonts/body-types.woff?72397526>
2026-03-26 05:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/en/homev6/popularsellers>
2026-03-26 05:30:15 [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-26 05:30:15 [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-26 05:30:15 [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-26 05:30:15 [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-26 05:30:15 [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-26 05:30:15 [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=1774503015698&sw=1280&sh=720&v=2.9.281&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=4126&fbp=fb.1.1774503013.4445218492&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=833&it=1774503014886&coo=false&tm=2&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=GET> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/images/sellers/@1x/santander.png>
2026-03-26 05:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/images/sellers/@1x/ayvensexald.png>
2026-03-26 05:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/images/sellers/@1x/allanemobilitygroup.png>
2026-03-26 05:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/images/sellers/@1x/stellantis.png>
2026-03-26 05:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/images/sellers/@1x/openlaneselect.png>
2026-03-26 05:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/en/homev6/popularmakes>
2026-03-26 05:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/en/homev6/recommendedauctions?template=Country>
2026-03-26 05:30:16 [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=1774503015698&sw=1280&sh=720&v=2.9.281&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=4126&fbp=fb.1.1774503013.4445218492&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=833&it=1774503014886&coo=false&tm=2&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=GET>
2026-03-26 05:30:16 [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-26 05:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5736894/39839fa8-40a8-4dac-b0fc-c86c37d53ce8.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740959/660eca13-794e-43e9-9871-15c49c434dd2.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5743649/70ce49d4-64f2-4487-946f-30311b4009b9.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5744631/df4844f9-983f-4749-806b-b45e26cdd331.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5744059/cac65ddd-3e9e-4661-9553-7b52035a079a.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5744793/6665873c-61ff-47f7-8418-2fe09cfe656c.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5742271/684a4afa-6be0-4ff0-a99e-1b773ed0df9d.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5743729/d7b7df2c-294b-40ac-b2a3-79f0a8cc6c64.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5744907/ceefd276-b4f9-4726-8ed5-10fc0be48435.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5744516/696a873d-4b94-416c-81e8-834c21e24af2.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5741010/b554cfd4-a852-4c80-aac1-fed12373c647.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5729785/f6f59cf2-f3d1-40c7-bc15-597439dd0167.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5620253/47d4a796-6db6-41f0-ab6f-b17d8ec26420.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5743535/19debecc-eaf2-4c34-a127-38c721b599a7.jpeg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5743629/44d957f6-b5e1-4f22-ae3b-37f37196e50b.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5667158/a90d3ac9-163b-430e-941e-9743e1c2a1ab.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:16 [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-26 05:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5743526/8824e3cf-3aec-47af-ac0b-3efeb92481f0.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5744473/75b2e738-35ef-46e4-bc5d-3a107b29ed4b.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5719564/3f493f2a-3a50-4e27-bbda-36330a18ed0d.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5672816/9b227c79-e6f9-4660-8469-50174208ba33.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5743755/43b6ed72-e25a-4f5c-be2c-0e7ab207ea31.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5743871/09dc807e-70f2-4349-acf7-7cdb5ecdd86f.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [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-26 05:30:17 [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-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5736894/39839fa8-40a8-4dac-b0fc-c86c37d53ce8.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740959/660eca13-794e-43e9-9871-15c49c434dd2.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5743649/70ce49d4-64f2-4487-946f-30311b4009b9.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5744631/df4844f9-983f-4749-806b-b45e26cdd331.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5744059/cac65ddd-3e9e-4661-9553-7b52035a079a.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5744793/6665873c-61ff-47f7-8418-2fe09cfe656c.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5742271/684a4afa-6be0-4ff0-a99e-1b773ed0df9d.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5743729/d7b7df2c-294b-40ac-b2a3-79f0a8cc6c64.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5744907/ceefd276-b4f9-4726-8ed5-10fc0be48435.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5744516/696a873d-4b94-416c-81e8-834c21e24af2.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5741010/b554cfd4-a852-4c80-aac1-fed12373c647.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5729785/f6f59cf2-f3d1-40c7-bc15-597439dd0167.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5620253/47d4a796-6db6-41f0-ab6f-b17d8ec26420.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5743535/19debecc-eaf2-4c34-a127-38c721b599a7.jpeg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5743629/44d957f6-b5e1-4f22-ae3b-37f37196e50b.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5667158/a90d3ac9-163b-430e-941e-9743e1c2a1ab.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [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-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5743526/8824e3cf-3aec-47af-ac0b-3efeb92481f0.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5744473/75b2e738-35ef-46e4-bc5d-3a107b29ed4b.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5719564/3f493f2a-3a50-4e27-bbda-36330a18ed0d.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5672816/9b227c79-e6f9-4660-8469-50174208ba33.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5743755/43b6ed72-e25a-4f5c-be2c-0e7ab207ea31.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5743871/09dc807e-70f2-4349-acf7-7cdb5ecdd86f.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/en/homev6/recommendedauctions?template=24_7Stock>
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5746295/f586a14d-e556-4a77-9804-c7c29bae6c81.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5741844/c9a41219-a160-4836-a8d8-173c35e5d050.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5741790/8e786e3b-eeef-425b-9a97-ac40fe357158.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5741789/5275dbde-dd6e-434b-99ed-51851e36c4ca.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5733877/599e4a7e-a8b2-4559-b346-548993f51835.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5746277/46ba9607-9967-4f91-8127-9a28feba9eff.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5746280/be711111-bc62-4056-8cd3-3d3576f88763.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5746281/a6b26388-c865-42b7-83d3-23dbdebd0409.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5746287/5df6a061-e520-484e-82c9-519baaa75d92.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5737544/645d67d6-23cb-4e4e-9f20-8cb2d6f1d61a.jpeg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5743145/036f8c89-e690-48f7-a70d-27ec37b12b5e.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5743146/89515472-e71d-45a1-bd06-9b6ac538e170.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5743186/6384cc5c-fdbb-4246-89ce-5525a95d6fec.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5743197/714f1dfb-af11-45fc-acb7-db6ec4b4348e.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740171/d09d4652-c907-445d-b0ff-afee5c399446.jpeg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5735476/eda6040d-ce6d-4ae3-a700-bf7c4a2b5e3c.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5739875/c63768a0-3d2d-4e92-bd51-639ed5e7813a.jpeg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5742489/53d659ea-d6c3-4b20-8009-db54378a2490.jpeg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5745736/128e2188-e651-4a1c-9596-f8a1ab4401e0.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5745740/dd38915d-62ce-4de0-ac88-cedbe2baea27.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5605497/db0c97f3-7926-46b5-8e75-bb19a0f56091.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5743906/9dacb1b6-f47b-41a0-84e1-49469172d00b.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5743912/655c7388-36f1-4831-a85d-546f533ed8dc.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5746295/f586a14d-e556-4a77-9804-c7c29bae6c81.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5741844/c9a41219-a160-4836-a8d8-173c35e5d050.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5741790/8e786e3b-eeef-425b-9a97-ac40fe357158.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5741789/5275dbde-dd6e-434b-99ed-51851e36c4ca.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5733877/599e4a7e-a8b2-4559-b346-548993f51835.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5746277/46ba9607-9967-4f91-8127-9a28feba9eff.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5746280/be711111-bc62-4056-8cd3-3d3576f88763.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5746281/a6b26388-c865-42b7-83d3-23dbdebd0409.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5746287/5df6a061-e520-484e-82c9-519baaa75d92.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5737544/645d67d6-23cb-4e4e-9f20-8cb2d6f1d61a.jpeg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5743145/036f8c89-e690-48f7-a70d-27ec37b12b5e.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5743146/89515472-e71d-45a1-bd06-9b6ac538e170.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5743186/6384cc5c-fdbb-4246-89ce-5525a95d6fec.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5743197/714f1dfb-af11-45fc-acb7-db6ec4b4348e.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5740171/d09d4652-c907-445d-b0ff-afee5c399446.jpeg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5735476/eda6040d-ce6d-4ae3-a700-bf7c4a2b5e3c.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5739875/c63768a0-3d2d-4e92-bd51-639ed5e7813a.jpeg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5742489/53d659ea-d6c3-4b20-8009-db54378a2490.jpeg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5745736/128e2188-e651-4a1c-9596-f8a1ab4401e0.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5745740/dd38915d-62ce-4de0-ac88-cedbe2baea27.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5605497/db0c97f3-7926-46b5-8e75-bb19a0f56091.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5743906/9dacb1b6-f47b-41a0-84e1-49469172d00b.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://images.openlane.eu/thumbnail/5743912/655c7388-36f1-4831-a85d-546f533ed8dc.jpg?size=300> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:18 [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-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5736894/39839fa8-40a8-4dac-b0fc-c86c37d53ce8.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5736799/d435feb8-0e0f-4cd3-9ce4-da3e9b84fe02.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5740959/660eca13-794e-43e9-9871-15c49c434dd2.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5743649/70ce49d4-64f2-4487-946f-30311b4009b9.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5744631/df4844f9-983f-4749-806b-b45e26cdd331.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5744059/cac65ddd-3e9e-4661-9553-7b52035a079a.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5744793/6665873c-61ff-47f7-8418-2fe09cfe656c.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5742271/684a4afa-6be0-4ff0-a99e-1b773ed0df9d.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5743729/d7b7df2c-294b-40ac-b2a3-79f0a8cc6c64.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5744907/ceefd276-b4f9-4726-8ed5-10fc0be48435.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5744516/696a873d-4b94-416c-81e8-834c21e24af2.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5741010/b554cfd4-a852-4c80-aac1-fed12373c647.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5729785/f6f59cf2-f3d1-40c7-bc15-597439dd0167.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5620253/47d4a796-6db6-41f0-ab6f-b17d8ec26420.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5743535/19debecc-eaf2-4c34-a127-38c721b599a7.jpeg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5667158/a90d3ac9-163b-430e-941e-9743e1c2a1ab.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5743629/44d957f6-b5e1-4f22-ae3b-37f37196e50b.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5740884/5dc7ff4e-06e9-46b4-8eca-6e64b9f70cc0.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5743526/8824e3cf-3aec-47af-ac0b-3efeb92481f0.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5744473/75b2e738-35ef-46e4-bc5d-3a107b29ed4b.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5719564/3f493f2a-3a50-4e27-bbda-36330a18ed0d.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5672816/9b227c79-e6f9-4660-8469-50174208ba33.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5743755/43b6ed72-e25a-4f5c-be2c-0e7ab207ea31.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5743871/09dc807e-70f2-4349-acf7-7cdb5ecdd86f.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5746295/f586a14d-e556-4a77-9804-c7c29bae6c81.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5741844/c9a41219-a160-4836-a8d8-173c35e5d050.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5741790/8e786e3b-eeef-425b-9a97-ac40fe357158.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5741789/5275dbde-dd6e-434b-99ed-51851e36c4ca.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5733877/599e4a7e-a8b2-4559-b346-548993f51835.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5746277/46ba9607-9967-4f91-8127-9a28feba9eff.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5746280/be711111-bc62-4056-8cd3-3d3576f88763.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5746281/a6b26388-c865-42b7-83d3-23dbdebd0409.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5746287/5df6a061-e520-484e-82c9-519baaa75d92.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5737544/645d67d6-23cb-4e4e-9f20-8cb2d6f1d61a.jpeg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5743145/036f8c89-e690-48f7-a70d-27ec37b12b5e.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5743146/89515472-e71d-45a1-bd06-9b6ac538e170.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5743186/6384cc5c-fdbb-4246-89ce-5525a95d6fec.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5743197/714f1dfb-af11-45fc-acb7-db6ec4b4348e.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5740171/d09d4652-c907-445d-b0ff-afee5c399446.jpeg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5735476/eda6040d-ce6d-4ae3-a700-bf7c4a2b5e3c.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5739875/c63768a0-3d2d-4e92-bd51-639ed5e7813a.jpeg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5742489/53d659ea-d6c3-4b20-8009-db54378a2490.jpeg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5745736/128e2188-e651-4a1c-9596-f8a1ab4401e0.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5745740/dd38915d-62ce-4de0-ac88-cedbe2baea27.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5605497/db0c97f3-7926-46b5-8e75-bb19a0f56091.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5743906/9dacb1b6-f47b-41a0-84e1-49469172d00b.jpg?size=300>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://images.openlane.eu/thumbnail/5743912/655c7388-36f1-4831-a85d-546f533ed8dc.jpg?size=300>
2026-03-26 05:30:18 [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-26 05:30:18 [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-26 05:30:18 [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-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/initiatorembed/initiatorembed_conf_cb.js>
2026-03-26 05:30:18 [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-26 05:30:18 [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=1774503018585&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=stable&a=tmSimo-GTM-WebTemplate&ec=1&o=4126&fbp=fb.1.1774503013.4445218492&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=833&it=1774503014886&coo=false&es=automatic&tm=3&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=GET> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/embed/embed.nocache.js>
2026-03-26 05:30:18 [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-26 05:30:18 [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=1774503018585&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=stable&a=tmSimo-GTM-WebTemplate&ec=1&o=4126&fbp=fb.1.1774503013.4445218492&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=833&it=1774503014886&coo=false&es=automatic&tm=3&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=GET>
2026-03-26 05:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/embed/B96C39DE5EA1548EB4C2CCE22F11D416.cache.js>
2026-03-26 05: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=1774503019200&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=stable&a=tmSimo-GTM-WebTemplate&ec=2&o=6174&fbp=fb.1.1774503013.4445218492&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=833&it=1774503014886&coo=false&es=automatic&tm=3&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=GET> (resource type: image, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:19 [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-26 05:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/en/Login/ValidateOktaUser?username=rupesh3@hotmail.com>
2026-03-26 05: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-26 05:30:19 [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=1774503019200&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=stable&a=tmSimo-GTM-WebTemplate&ec=2&o=6174&fbp=fb.1.1774503013.4445218492&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=833&it=1774503014886&coo=false&es=automatic&tm=3&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=GET>
2026-03-26 05:30:19 [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-26 05:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/conf/environment_cb.nocache.js>
2026-03-26 05:30:19 [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-26 05:30:19 [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-26 05:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://bt.fraud0.com/api/v2/event>
2026-03-26 05:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/en/login/okta>
2026-03-26 05:30:19 [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-26 05:30:19 [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-26 05:30:19 [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-26 05:30:19 [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-26 05:30:19 [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-26 05:30:19 [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-26 05:30:19 [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-26 05:30:19 [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-26 05:30:19 [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-26 05:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <201 https://kar-privacy.my.onetrust.com/request/v1/consentreceipts/anonymous>
2026-03-26 05:30:19 [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-26 05:30:19 [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-26 05:30:19 [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-26 05:30:19 [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-26 05:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/otSDKStub.js>
2026-03-26 05:30:19 [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-26 05:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://privacyportal-cdn.onetrust.com/privacy-notice-scripts/otnotice-1.0.min.js>
2026-03-26 05:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdnjs.cloudflare.com/ajax/libs/firebase/8.2.0/firebase-app.min.js>
2026-03-26 05:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdnjs.cloudflare.com/ajax/libs/firebase/8.2.0/firebase-messaging.min.js>
2026-03-26 05:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/index-B6JHJVAN.js>
2026-03-26 05:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/bundles/NotificationJs?v=mXVJ3IZ6BHb1WcOVsLldtpDHvMVHW-Qd1m63IplVrhY1>
2026-03-26 05:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtm.js?id=GTM-KXNGWLG>
2026-03-26 05:30:19 [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-26 05:30:19 [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-26 05:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js>
2026-03-26 05:30:20 [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-26 05:30:20 [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-26 05:30:20 [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-26 05:30:20 [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-26 05:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.openlane.co.uk/v6/appsettings.json?2026032605> (resource type: fetch, referrer: https://www.openlane.co.uk/en/login/okta)
2026-03-26 05:30:20 [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-26 05:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.lr-in-prod.com/logger-1.min.js>
2026-03-26 05:30:20 [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-26 05:30:20 [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-26 05:30:20 [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-26 05:30:20 [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-26 05:30:20 [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-26 05:30:20 [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-26 05:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/appsettings.json?2026032605>
2026-03-26 05:30:20 [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-26 05:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://bt.fraud0.com/api/v2/fz.js?cid=c7cb0742-7da0-4df2-a656-a66e3d0a28b0>
2026-03-26 05:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/initiatorembed/initiatorembed.nocache.js>
2026-03-26 05:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/Content/images/favicon_Openlane.ico>
2026-03-26 05:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otFlat.json>
2026-03-26 05:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/v2/otPcPanel.json>
2026-03-26 05:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otCommonStyles.css>
2026-03-26 05:30:20 [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-26 05:30:20 [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-26 05:30:20 [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-26 05:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://bt.fraud0.com/api/v2/event>
2026-03-26 05:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2>
2026-03-26 05:30:20 [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-26 05:30:20 [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-26 05:30:20 [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-26 05:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/destination?id=AW-860706599&cx=c>m=4e63o1> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:20 [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-26 05:30:20 [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-26 05:30:20 [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-26 05:30:20 [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-26 05:30:20 [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-26 05:30:21 [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-26 05:30:21 [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-26 05:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <404 https://www.openlane.co.uk/en/login/TBD/.well-known/openid-configuration>
2026-03-26 05:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/en/homev6/currentUserDetails>
2026-03-26 05:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/destination?id=AW-860706599&cx=c>m=4e63o1>
2026-03-26 05:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2>
2026-03-26 05:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://bt.fraud0.com/api/v2/telemetry>
2026-03-26 05:30:21 [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-26 05:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/logos/static/powered_by_logo.svg>
2026-03-26 05:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg>
2026-03-26 05:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://connect.facebook.net/en_US/fbevents.js>
2026-03-26 05:30:21 [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-26 05:30:21 [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-26 05:30:21 [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-26 05:30:21 [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-26 05:30:21 [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-26 05:30:21 [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-26 05:30:21 [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-26 05:30:21 [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-26 05:30:21 [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-26 05:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/initiatorembed/initiatorembed_conf_cb.js>
2026-03-26 05:30:21 [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-26 05:30:21 [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=1916169774.1774503021&auid=810382395.1774503014&navt=n&npa=1&ep.F0flag=1&did=dYWJhMj&gdid=dYWJhMj&_tu=CA>m=45be63o1v9181636268z876626767za20gzb76626767zd76626767xea&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~118199988&apve=1&apvf=f&apvc=0&tids=AW-860706599&tid=AW-860706599&tft=1774503021320&tfd=1917> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/assets/LoginOkta-B03sZ_29.js>
2026-03-26 05:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/assets/okta-sign-in.min-C_xfwmYi.js>
2026-03-26 05:30:21 [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-26 05:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/en/homev6/serverData>
2026-03-26 05:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://metadataservice.openlane.eu/api/Language/GetLanguages>
2026-03-26 05:30:21 [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-26 05:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://metadataservice.openlane.eu/api/metadata/options>
2026-03-26 05:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://metadataservice.openlane.eu/api/metadata/hubs>
2026-03-26 05:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://bt.fraud0.com/api/v2/event>
2026-03-26 05:30:21 [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-26 05:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://metadataservice.openlane.eu/api/metadata/seller-groups>
2026-03-26 05:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/embed/embed.nocache.js>
2026-03-26 05:30:21 [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=1916169774.1774503021&auid=810382395.1774503014&navt=n&npa=1&ep.F0flag=1&did=dYWJhMj&gdid=dYWJhMj&_tu=CA>m=45be63o1v9181636268z876626767za20gzb76626767zd76626767xea&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~118199988&apve=1&apvf=f&apvc=0&tids=AW-860706599&tid=AW-860706599&tft=1774503021320&tfd=1917>
2026-03-26 05:30:21 [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-26 05:30:21 [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-26 05:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://bt.fraud0.com/api/v2/telemetry>
2026-03-26 05:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://metadataservice.openlane.eu/api/search/metadata>
2026-03-26 05:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/1772040526928/embed/B96C39DE5EA1548EB4C2CCE22F11D416.cache.js>
2026-03-26 05:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.openlane.co.uk/v6/images/openlane-logo.svg>
2026-03-26 05:30:21 [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-26 05:30:21 [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=1774503021840&sw=1280&sh=720&v=2.9.281&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=4126&fbp=fb.1.1774503013.4445218492&ler=empty&cdl=API_unavailable&pmd[locale]=en&plt=850&it=1774503021401&coo=false&tm=2&expv2[0]=pl0&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-26 05:30:22 [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=1774503021840&sw=1280&sh=720&v=2.9.281&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=4126&fbp=fb.1.1774503013.4445218492&ler=empty&cdl=API_unavailable&pmd[locale]=en&plt=850&it=1774503021401&coo=false&tm=2&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=GET>
2026-03-26 05:30:22 [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-26 05:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/conf/environment_cb.nocache.js>
2026-03-26 05:30:22 [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-26 05:30:22 [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-26 05:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/pagead/form-data/860706599?gtm=45be63o1v9181636268za20gzb76626767zd76626767xec&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~118199988&did=dYWJhMj&gdid=dYWJhMj&npa=1&frm=0&pscdl=noapi&auid=810382395.1774503014&_tu=CA> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-26 05: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-26 05:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/form-data/860706599?gtm=45be63o1v9181636268za20gzb76626767zd76626767xec&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~118199988&did=dYWJhMj&gdid=dYWJhMj&npa=1&frm=0&pscdl=noapi&auid=810382395.1774503014&ec_mode=a&em=tv.1~em.U6zAEcGWghF6IoWfxDmk9U0NUrlQsI1kJjj85vZ0rrk&ecsid=154103960.1774503022> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:22 [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=1774503022491&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.1774503013.4445218492&cs_est=true&ler=empty&cdl=API_unavailable&pmd[locale]=en&plt=850&it=1774503021401&coo=false&es=automatic&tm=3&expv2[0]=pl0&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-26 05: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-26 05:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/destination?id=G-123&cx=c>m=4e63o1> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/pagead/form-data/860706599?gtm=45be63o1v9181636268za20gzb76626767zd76626767xec&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~118199988&did=dYWJhMj&gdid=dYWJhMj&npa=1&frm=0&pscdl=noapi&auid=810382395.1774503014> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/form-data/860706599?gtm=45be63o1v9181636268za20gzb76626767zd76626767xec&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~118199988&did=dYWJhMj&gdid=dYWJhMj&npa=1&frm=0&pscdl=noapi&auid=810382395.1774503014&ec_mode=a&em=tv.1~em.U6zAEcGWghF6IoWfxDmk9U0NUrlQsI1kJjj85vZ0rrk&ecsid=154103960.1774503022> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:22 [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-26 05:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/form-data/860706599?gtm=45be63o1v9181636268za20gzb76626767zd76626767xec&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~118199988&did=dYWJhMj&gdid=dYWJhMj&npa=1&frm=0&pscdl=noapi&auid=810382395.1774503014&_tu=CA>
2026-03-26 05:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://www.google.com/ccm/form-data/860706599?gtm=45be63o1v9181636268za20gzb76626767zd76626767xec&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~118199988&did=dYWJhMj&gdid=dYWJhMj&npa=1&frm=0&pscdl=noapi&auid=810382395.1774503014&ec_mode=a&em=tv.1~em.U6zAEcGWghF6IoWfxDmk9U0NUrlQsI1kJjj85vZ0rrk&ecsid=154103960.1774503022>
2026-03-26 05:30:22 [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_1774503022595_462625427> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:22 [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-26 05:30:22 [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-26 05:30:22 [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-26 05:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/destination?id=G-123&cx=c>m=4e63o1>
2026-03-26 05:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/form-data/860706599?gtm=45be63o1v9181636268za20gzb76626767zd76626767xec&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~118199988&did=dYWJhMj&gdid=dYWJhMj&npa=1&frm=0&pscdl=noapi&auid=810382395.1774503014>
2026-03-26 05:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://www.google.com/ccm/form-data/860706599?gtm=45be63o1v9181636268za20gzb76626767zd76626767xec&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~118199988&did=dYWJhMj&gdid=dYWJhMj&npa=1&frm=0&pscdl=noapi&auid=810382395.1774503014&ec_mode=a&em=tv.1~em.U6zAEcGWghF6IoWfxDmk9U0NUrlQsI1kJjj85vZ0rrk&ecsid=154103960.1774503022>
2026-03-26 05:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.google-analytics.com/g/collect?v=2&tid=G-123>m=45je63o1z876626767za20gzb76626767zd76626767&_p=1774503019719&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dYWJhMj&cid=1892763309.1774503023&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_s=1&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252&sid=1774503022&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=3359> (resource type: fetch, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:22 [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=1774503022491&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.1774503013.4445218492&cs_est=true&ler=empty&cdl=API_unavailable&pmd[locale]=en&plt=850&it=1774503021401&coo=false&es=automatic&tm=3&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=GET>
2026-03-26 05: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-26 05:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/configuration_cb.js>
2026-03-26 05:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774455041791/data/enterprise_cb.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.google-analytics.com/g/collect?v=2&tid=G-123>m=45je63o1z876626767za20gzb76626767zd76626767&_p=1774503019719&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dYWJhMj&cid=1892763309.1774503023&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_s=1&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252&sid=1774503022&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=3359>
2026-03-26 05:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eu.whatfix.com/service/dac986dc-554c-4528-8f6a-ebeb6094b8bd/cconfig/ent-config>
2026-03-26 05:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774455041791/data/enterprise_cb.js>
2026-03-26 05: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_1774503022595_462625427>
2026-03-26 05:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774455041791/data/visibility_cb.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774455041791/data/visibility_cb.js>
2026-03-26 05:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774455041791/data/custom_variables_cb.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774455041791/data/custom_variables_cb.js>
2026-03-26 05: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-26 05:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://kareu.okta-emea.com/api/v1/authn>
2026-03-26 05: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-26 05: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-26 05:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774455041791/data/icon/associated_icons_cb.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774455041791/data/user_action/user_actions_cb.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774455041791/data/icon/associated_icons_cb.js>
2026-03-26 05:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774455041791/data/user_action/user_actions_cb.js>
2026-03-26 05:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eu.whatfix.com/service/event/collect/v2/dac986dc-554c-4528-8f6a-ebeb6094b8bd>
2026-03-26 05:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774455041791/data/beacon/4473c6cd-bd8c-416f-9c6b-9e29004e8503.json> (resource type: xhr, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774455041791/data/beacon/4473c6cd-bd8c-416f-9c6b-9e29004e8503.json> (resource type: xhr, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774455041791/data/beacon/4473c6cd-bd8c-416f-9c6b-9e29004e8503.json>
2026-03-26 05:30:23 [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%225Uhmz5RS6yCLNj3d%22%2C+%22is_encrypted%22%3Afalse%7D&callback=callback_1774503023394_938930777> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:23 [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-26 05: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.683.chunk.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-26 05: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.517.chunk.js> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eucdn.whatfix.com/prod/dac986dc-554c-4528-8f6a-ebeb6094b8bd/content/1774455041791/data/beacon/4473c6cd-bd8c-416f-9c6b-9e29004e8503.json>
2026-03-26 05:30:23 [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%225Uhmz5RS6yCLNj3d%22%2C+%22is_encrypted%22%3Afalse%7D&callback=callback_1774503023442_1735888757> (resource type: script, referrer: https://www.openlane.co.uk/)
2026-03-26 05:30:23 [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%225Uhmz5RS6yCLNj3d%22%2C+%22is_encrypted%22%3Afalse%7D&callback=callback_1774503023394_938930777>
2026-03-26 05: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.683.chunk.js>
2026-03-26 05: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.517.chunk.js>
2026-03-26 05:30:23 [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%225Uhmz5RS6yCLNj3d%22%2C+%22is_encrypted%22%3Afalse%7D&callback=callback_1774503023442_1735888757>
2026-03-26 05:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eu.whatfix.com/service/log/collect/dac986dc-554c-4528-8f6a-ebeb6094b8bd>
2026-03-26 05:30:26 [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-26 05:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eu.whatfix.com/service/event/collect/v2/dac986dc-554c-4528-8f6a-ebeb6094b8bd>
2026-03-26 05:30:42 [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-26 05:30:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/home> (referer: None) ['playwright']
2026-03-26 05:30:42 [openlane.gb] INFO: Cookies from Playwright: [{'name': '_cfuvid', 'value': 'oo1wxraK2ZtWeDtaORyKaK2r3bMs6mdeERtdNRwD_MM-1774503023003-0.0.1.1-604800000', 'domain': '.whatfix.com', 'path': '/', 'expires': -1, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': '__cf_bm', 'value': 'CcB0JE74RsmVM_wUYlLLHNIyBa7cssADKGGsALSQYmU-1774503014.5834694-1.0.1.1-zyyhGl6_jxK0g.fePEGkgH_otHp7bg1O6DuznMrccn_FdfjzfbZzz97t2VEDtnUOWKH.GY25miBIM471AgpIJbEhovFqafjNCNBfs3teTzBzdudGhnAKToM7JXjipTL0', 'domain': '.openlane.eu', 'path': '/', 'expires': 1774504814, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'ASP.NET_SessionId', 'value': 'adtn0wjqqplrvpuqyr4dpwto', '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': 1806039012, 'httpOnly': True, 'secure': False, 'sameSite': 'None'}, {'name': '__RequestVerificationToken', 'value': 'kiiN78irsWCoiz0ylP2vu-3qs-ncMaB6lttEJgPX43K8crNFDR2DYZ1QY6wNRfKNdGXOCifqPxATSw5g3yE6OlZCNzME4hcZE7ys7obVJwJMb-Hj0hWb7SzbvOYGxsUADZEhISNWJW2o1A_TpeC4IA2', 'domain': 'www.openlane.co.uk', 'path': '/', 'expires': -1, 'httpOnly': True, 'secure': False, 'sameSite': 'None'}, {'name': '__cf_bm', 'value': 'i.4.jEpGBzHYiVMBamCtM33f2jCoQWg1N_yTmfakTxc-1774503012.3612678-1.0.1.1-1aPNJweTIJrOOPORnTHycv3eEqD_2T1lWYVD_fj2bu5KnCiF.F6eWWiF_plk69L6dMBxLb0Bu8dCQbF09SwHd_PaYAh_2ScvtzUvuCCoL4QO3A4bZfztLfIbYJJajmDq', 'domain': '.openlane.co.uk', 'path': '/', 'expires': 1774504812, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': '_fbp', 'value': 'fb.1.1774503013.4445218492', 'domain': 'www.openlane.co.uk', 'path': '/', 'expires': 1782279013, 'httpOnly': False, 'secure': True, 'sameSite': 'Lax'}, {'name': '_cfuvid', 'value': '8_.CXNeQu7LDRL7WMux1HgyrKPyKPaRp1MkagiXcAC0-1774503015.0190923-1.0.1.1-Q5fiAUju4PMzEqVq2cViX7WCMFGE2aZqGHXFmtCcbJ4', 'domain': '.openlane.co.uk', 'path': '/', 'expires': -1, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'OptanonConsent', 'value': 'isGpcEnabled=0&datestamp=Thu+Mar+26+2026+05%3A30%3A20+GMT%2B0000+(Coordinated+Universal+Time)&version=202601.1.0&browserGpcFlag=0&isIABGlobal=false&hosts=&consentId=622c25b4-372e-4a52-95bd-1de02a33c37c&interactionCount=1&isAnonUser=1&landingPath=NotLandingPage&groups=C0001%3A1%2CC0002%3A0%2CC0003%3A0%2CC0004%3A0&crTime=1774503019404&AwaitingReconsent=false', 'domain': '.openlane.co.uk', 'path': '/', 'expires': 1806039020, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': 'f0_uid', 'value': '0e42b558-a89d-4128-9e59-16714dcebf59.1774503020624', 'domain': 'www.openlane.co.uk', 'path': '/', 'expires': 1806039020, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'f0_sid', 'value': '816e9a1a-2d54-4960-af42-76c595a0dde2.1774503020624.30', 'domain': 'www.openlane.co.uk', 'path': '/', 'expires': 1774589420, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'wfx_unq', 'value': '5Uhmz5RS6yCLNj3d', 'domain': '.www.openlane.co.uk', 'path': '/', 'expires': 1783143022, 'httpOnly': False, 'secure': True, 'sameSite': 'None'}, {'name': '_gcl_au', 'value': '1.1.810382395.1774503014.154103960.1774503022.1774503022', 'domain': '.openlane.co.uk', 'path': '/', 'expires': 1782279014, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga_123', 'value': 'GS2.1.s1774503022$o1$g0$t1774503022$j60$l0$h0', 'domain': '.openlane.co.uk', 'path': '/', 'expires': 1837575022, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga', 'value': 'GA1.1.1892763309.1774503023', 'domain': '.openlane.co.uk', 'path': '/', 'expires': 1837575022, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'oktaStateToken', 'value': '00O9ATBVYt6tDaWsM15qaIXbCKqn3Or4QGM0_DPlfw', 'domain': 'www.openlane.co.uk', 'path': '/', 'expires': 1774503323, 'httpOnly': False, 'secure': True, 'sameSite': 'None'}, {'name': 'JSESSIONID', 'value': '95224053B68F076F22D91A4574B98CCD', 'domain': 'kareu.okta-emea.com', 'path': '/', 'expires': -1, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'DT', 'value': 'DI1io1BnbC4SQSsK-mTmPXlGA', 'domain': 'kareu.okta-emea.com', 'path': '/', 'expires': 1837575023, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}]
2026-03-26 05:30:42 [openlane.gb] INFO: Scrapy-formatted cookies: [{'name': '_cfuvid', 'value': 'oo1wxraK2ZtWeDtaORyKaK2r3bMs6mdeERtdNRwD_MM-1774503023003-0.0.1.1-604800000', 'domain': '.whatfix.com', 'path': '/'}, {'name': '__cf_bm', 'value': 'CcB0JE74RsmVM_wUYlLLHNIyBa7cssADKGGsALSQYmU-1774503014.5834694-1.0.1.1-zyyhGl6_jxK0g.fePEGkgH_otHp7bg1O6DuznMrccn_FdfjzfbZzz97t2VEDtnUOWKH.GY25miBIM471AgpIJbEhovFqafjNCNBfs3teTzBzdudGhnAKToM7JXjipTL0', 'domain': '.openlane.eu', 'path': '/'}, {'name': 'ASP.NET_SessionId', 'value': 'adtn0wjqqplrvpuqyr4dpwto', 'domain': 'www.openlane.co.uk', 'path': '/'}, {'name': 'COTWLanguage', 'value': 'en', 'domain': '.www.openlane.co.uk', 'path': '/'}, {'name': '__RequestVerificationToken', 'value': 'kiiN78irsWCoiz0ylP2vu-3qs-ncMaB6lttEJgPX43K8crNFDR2DYZ1QY6wNRfKNdGXOCifqPxATSw5g3yE6OlZCNzME4hcZE7ys7obVJwJMb-Hj0hWb7SzbvOYGxsUADZEhISNWJW2o1A_TpeC4IA2', 'domain': 'www.openlane.co.uk', 'path': '/'}, {'name': '__cf_bm', 'value': 'i.4.jEpGBzHYiVMBamCtM33f2jCoQWg1N_yTmfakTxc-1774503012.3612678-1.0.1.1-1aPNJweTIJrOOPORnTHycv3eEqD_2T1lWYVD_fj2bu5KnCiF.F6eWWiF_plk69L6dMBxLb0Bu8dCQbF09SwHd_PaYAh_2ScvtzUvuCCoL4QO3A4bZfztLfIbYJJajmDq', 'domain': '.openlane.co.uk', 'path': '/'}, {'name': '_fbp', 'value': 'fb.1.1774503013.4445218492', 'domain': 'www.openlane.co.uk', 'path': '/'}, {'name': '_cfuvid', 'value': '8_.CXNeQu7LDRL7WMux1HgyrKPyKPaRp1MkagiXcAC0-1774503015.0190923-1.0.1.1-Q5fiAUju4PMzEqVq2cViX7WCMFGE2aZqGHXFmtCcbJ4', 'domain': '.openlane.co.uk', 'path': '/'}, {'name': 'OptanonConsent', 'value': 'isGpcEnabled=0&datestamp=Thu+Mar+26+2026+05%3A30%3A20+GMT%2B0000+(Coordinated+Universal+Time)&version=202601.1.0&browserGpcFlag=0&isIABGlobal=false&hosts=&consentId=622c25b4-372e-4a52-95bd-1de02a33c37c&interactionCount=1&isAnonUser=1&landingPath=NotLandingPage&groups=C0001%3A1%2CC0002%3A0%2CC0003%3A0%2CC0004%3A0&crTime=1774503019404&AwaitingReconsent=false', 'domain': '.openlane.co.uk', 'path': '/'}, {'name': 'f0_uid', 'value': '0e42b558-a89d-4128-9e59-16714dcebf59.1774503020624', 'domain': 'www.openlane.co.uk', 'path': '/'}, {'name': 'f0_sid', 'value': '816e9a1a-2d54-4960-af42-76c595a0dde2.1774503020624.30', 'domain': 'www.openlane.co.uk', 'path': '/'}, {'name': 'wfx_unq', 'value': '5Uhmz5RS6yCLNj3d', 'domain': '.www.openlane.co.uk', 'path': '/'}, {'name': '_gcl_au', 'value': '1.1.810382395.1774503014.154103960.1774503022.1774503022', 'domain': '.openlane.co.uk', 'path': '/'}, {'name': '_ga_123', 'value': 'GS2.1.s1774503022$o1$g0$t1774503022$j60$l0$h0', 'domain': '.openlane.co.uk', 'path': '/'}, {'name': '_ga', 'value': 'GA1.1.1892763309.1774503023', 'domain': '.openlane.co.uk', 'path': '/'}, {'name': 'oktaStateToken', 'value': '00O9ATBVYt6tDaWsM15qaIXbCKqn3Or4QGM0_DPlfw', 'domain': 'www.openlane.co.uk', 'path': '/'}, {'name': 'JSESSIONID', 'value': '95224053B68F076F22D91A4574B98CCD', 'domain': 'kareu.okta-emea.com', 'path': '/'}, {'name': 'DT', 'value': 'DI1io1BnbC4SQSsK-mTmPXlGA', 'domain': 'kareu.okta-emea.com', 'path': '/'}]
2026-03-26 05:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='OpenlaneGB',RowKey='cookies') HTTP/1.1" 204 0
2026-03-26 05:30:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:30:43 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://eu.whatfix.com/service/log/collect/dac986dc-554c-4528-8f6a-ebeb6094b8bd>
2026-03-26 05:30:45 [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-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10723132
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710723132%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10723132: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10723060
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710723060%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10723060: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10723008
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710723008%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10723008: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10723000
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710723000%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10723000: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10723067
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710723067%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10723067: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10723051
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710723051%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10723051: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10723064
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710723064%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10723064: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10723009
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710723009%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10723009: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10723056
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710723056%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10723056: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10723057
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710723057%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10723057: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10723061
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710723061%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10723061: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10723058
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710723058%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10723058: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10723050
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710723050%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10723050: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10722999
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710722999%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10722999: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10723065
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710723065%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10723065: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10723049
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710723049%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10723049: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10723066
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710723066%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10723066: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10723053
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710723053%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10723053: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10722998
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710722998%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10722998: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10723010
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710723010%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10723010: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10723062
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710723062%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10723062: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10723011
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710723011%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10723011: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10723133
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710723133%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10723133: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10723054
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710723054%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10723054: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10723001
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710723001%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10723001: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10723063
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710723063%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10723063: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10723005
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710723005%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10723005: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10723068
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710723068%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10723068: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10723007
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710723007%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10723007: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10722997
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710722997%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10722997: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10723130
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710723130%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10723130: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10723131
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710723131%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10723131: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10723052
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710723052%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10723052: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10723006
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710723006%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10723006: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10723002
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710723002%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10723002: 0
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10720833
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720833%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10720833: 2
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10720837
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720837%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10720837: 2
2026-03-26 05:30:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10720840
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720840%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10720840: 2
2026-03-26 05:30:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10720836
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720836%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10720836: 2
2026-03-26 05:30:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10720834
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720834%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10720834: 2
2026-03-26 05:30:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10720815
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720815%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10720815: 2
2026-03-26 05:30:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10720835
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720835%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10720835: 2
2026-03-26 05:30:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10720838
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720838%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10720838: 2
2026-03-26 05:30:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10720839
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720839%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10720839: 2
2026-03-26 05:30:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10720841
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720841%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10720841: 2
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10720827
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720827%27 HTTP/1.1" 200 None
2026-03-26 05:30:45 [openlane.gb] INFO: Scrape type for 10720827: 2
2026-03-26 05:30:45 [openlane.gb] INFO: Found listing with ID: 10720822
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720822%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720822: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10720821
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720821%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720821: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10720825
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720825%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720825: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10720817
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720817%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720817: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10720818
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720818%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720818: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10720819
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720819%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720819: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10720830
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720830%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720830: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10720816
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720816%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720816: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10720831
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720831%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720831: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10720826
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720826%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720826: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10720829
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720829%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720829: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10720828
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720828%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720828: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10720820
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720820%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720820: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10720832
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720832%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720832: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10720823
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720823%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720823: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10720824
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720824%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720824: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10727631
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710727631%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10727631: 0
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10720851
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720851%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720851: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10727632
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710727632%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10727632: 0
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10717365
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [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-26 05:30:46 [openlane.gb] INFO: Scrape type for 10717365: 0
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10720864
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720864%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720864: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10727639
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710727639%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10727639: 0
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10727638
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710727638%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10727638: 0
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10720842
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720842%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720842: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10727640
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710727640%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10727640: 0
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10720849
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720849%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720849: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10720861
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720861%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720861: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10720860
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720860%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720860: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10720862
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720862%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720862: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10720863
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720863%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720863: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10720858
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720858%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720858: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10720859
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720859%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720859: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10727636
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710727636%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10727636: 0
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10720852
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720852%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720852: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10717363
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [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-26 05:30:46 [openlane.gb] INFO: Scrape type for 10717363: 0
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10727633
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710727633%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10727633: 0
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10720848
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720848%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720848: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10720853
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720853%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720853: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10720847
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720847%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720847: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10727634
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710727634%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10727634: 0
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10720854
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720854%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720854: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10727635
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710727635%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10727635: 0
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10720856
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720856%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720856: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10717366
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [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-26 05:30:46 [openlane.gb] INFO: Scrape type for 10717366: 0
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10721197
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710721197%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10721197: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10720855
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720855%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720855: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10720857
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720857%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720857: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10717371
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [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-26 05:30:46 [openlane.gb] INFO: Scrape type for 10717371: 0
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10717367
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [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-26 05:30:46 [openlane.gb] INFO: Scrape type for 10717367: 0
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10720865
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720865%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10720865: 2
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10727641
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710727641%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10727641: 0
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10717372
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [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-26 05:30:46 [openlane.gb] INFO: Scrape type for 10717372: 0
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10727643
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710727643%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10727643: 0
2026-03-26 05:30:46 [openlane.gb] INFO: Found listing with ID: 10727648
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710727648%27 HTTP/1.1" 200 None
2026-03-26 05:30:46 [openlane.gb] INFO: Scrape type for 10727648: 0
2026-03-26 05:30:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720840> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:30:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:30:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720833> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:30:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:30:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720815> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:30:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:30:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720837> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:30:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:30:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2faee57f-1221-56e9-9840-e9827fbedc9d with identifier: 10720840
2026-03-26 05:30:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2faee57f-1221-56e9-9840-e9827fbedc9d with scrape type 2
2026-03-26 05:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2faee57f-1221-56e9-9840-e9827fbedc9d with scrape type 2
2026-03-26 05:30:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 2faee57f-1221-56e9-9840-e9827fbedc9d, identifier: 10720840
2026-03-26 05:30:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 2faee57f-1221-56e9-9840-e9827fbedc9d with identifier: 10720840
2026-03-26 05:30:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:30:47 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Beige HTTP/1.1" 200 None
2026-03-26 05:30:47 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 05:30:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:30:47 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Electric HTTP/1.1" 200 None
2026-03-26 05:30:47 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 05:30:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 2faee57f-1221-56e9-9840-e9827fbedc9d with identifier: 10720840
2026-03-26 05:30:47 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 2faee57f-1221-56e9-9840-e9827fbedc9d with identifier: 10720840 to the API
2026-03-26 05:30:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:30:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:30:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720840>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Beige',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 156,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': '2faee57f-1221-56e9-9840-e9827fbedc9d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WN74HZM',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720840',
'listing': 'auction',
'location': 'Corby',
'make': 'Jeep',
'model': 'Avenger',
'odometer': 5803,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': True,
'registration_date': '2024-09-28',
'seats_number': 5,
'seller_name': 'Alfa Romeo, Jeep, Fiat',
'title': 'Jeep Avenger 51 kWh Summit - Electric - Automatic - 156 hp - '
'WN74HZM - 5,803 mi',
'transmission': 'automatic',
'trim': 'Summit',
'vin': None,
'year': 2024}
2026-03-26 05:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720840%27 HTTP/1.1" 200 None
2026-03-26 05:30:47 [openlane.gb] INFO: Saving data for 10720840: {'auction_closing_time': 1774533600.0, 'created_time': 1774387928.281884, 'last_price_update_time': 1774503047.928456}
2026-03-26 05:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720840') HTTP/1.1" 204 0
2026-03-26 05:30:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720836> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:30:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720834> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:30:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:30:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:30:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720838> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:30:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:30:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab55e25c-2569-5cb1-b8ee-9762ba817733 with identifier: 10720833
2026-03-26 05:30:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab55e25c-2569-5cb1-b8ee-9762ba817733 with scrape type 2
2026-03-26 05:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab55e25c-2569-5cb1-b8ee-9762ba817733 with scrape type 2
2026-03-26 05:30:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: ab55e25c-2569-5cb1-b8ee-9762ba817733, identifier: 10720833
2026-03-26 05:30:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76891624-2e66-531a-a9ec-c8f1ee3e816d with identifier: 10720815
2026-03-26 05:30:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76891624-2e66-531a-a9ec-c8f1ee3e816d with scrape type 2
2026-03-26 05:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76891624-2e66-531a-a9ec-c8f1ee3e816d with scrape type 2
2026-03-26 05:30:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 76891624-2e66-531a-a9ec-c8f1ee3e816d, identifier: 10720815
2026-03-26 05:30:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bfde8f6-aeb5-59a8-9894-f9e968b494bd with identifier: 10720837
2026-03-26 05:30:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bfde8f6-aeb5-59a8-9894-f9e968b494bd with scrape type 2
2026-03-26 05:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5bfde8f6-aeb5-59a8-9894-f9e968b494bd with scrape type 2
2026-03-26 05:30:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 5bfde8f6-aeb5-59a8-9894-f9e968b494bd, identifier: 10720837
2026-03-26 05:30:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: ab55e25c-2569-5cb1-b8ee-9762ba817733 with identifier: 10720833
2026-03-26 05:30:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:30:48 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Red HTTP/1.1" 200 None
2026-03-26 05:30:48 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 05:30:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:30:48 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Benzine HTTP/1.1" 200 None
2026-03-26 05:30:48 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 05:30:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: ab55e25c-2569-5cb1-b8ee-9762ba817733 with identifier: 10720833
2026-03-26 05:30:48 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: ab55e25c-2569-5cb1-b8ee-9762ba817733 with identifier: 10720833 to the API
2026-03-26 05:30:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:30:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:30:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720833>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Red',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': 160,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Petrol',
'id': 'ab55e25c-2569-5cb1-b8ee-9762ba817733',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WM24KMU',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720833',
'listing': 'auction',
'location': 'Corby',
'make': 'Alfa Romeo',
'model': 'Tonale',
'odometer': 9041,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': True,
'registration_date': '2024-05-29',
'seats_number': 5,
'seller_name': 'Alfa Romeo, Jeep, Fiat',
'title': 'Alfa Romeo Tonale 1.5 Veloce - Petrol - Automatic - 160 hp - '
'WM24KMU - 9,041 mi',
'transmission': 'automatic',
'trim': 'Veloce',
'vin': None,
'year': 2024}
2026-03-26 05:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720833%27 HTTP/1.1" 200 None
2026-03-26 05:30:49 [openlane.gb] INFO: Saving data for 10720833: {'auction_closing_time': 1774533600.0, 'created_time': 1774387930.838612, 'last_price_update_time': 1774503049.065732}
2026-03-26 05:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720833') HTTP/1.1" 204 0
2026-03-26 05:30:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 76891624-2e66-531a-a9ec-c8f1ee3e816d with identifier: 10720815
2026-03-26 05:30:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:30:49 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Yellow HTTP/1.1" 200 None
2026-03-26 05:30:49 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 05:30:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 76891624-2e66-531a-a9ec-c8f1ee3e816d with identifier: 10720815
2026-03-26 05:30:49 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 76891624-2e66-531a-a9ec-c8f1ee3e816d with identifier: 10720815 to the API
2026-03-26 05:30:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:30:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:30:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720815>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Yellow',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 156,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': '76891624-2e66-531a-a9ec-c8f1ee3e816d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WO24XPR',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720815',
'listing': 'auction',
'location': 'Corby',
'make': 'Jeep',
'model': 'Avenger',
'odometer': 6867,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': True,
'registration_date': '2024-07-26',
'seats_number': 5,
'seller_name': 'Alfa Romeo, Jeep, Fiat',
'title': 'Jeep Avenger 51 kWh Summit - Electric - Automatic - 156 hp - '
'WO24XPR - 6,867 mi',
'transmission': 'automatic',
'trim': 'Summit',
'vin': None,
'year': 2024}
2026-03-26 05:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720815%27 HTTP/1.1" 200 None
2026-03-26 05:30:49 [openlane.gb] INFO: Saving data for 10720815: {'auction_closing_time': 1774533600.0, 'created_time': 1774387925.625703, 'last_price_update_time': 1774503049.466147}
2026-03-26 05:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720815') HTTP/1.1" 204 0
2026-03-26 05:30:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 5bfde8f6-aeb5-59a8-9894-f9e968b494bd with identifier: 10720837
2026-03-26 05:30:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:30:49 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Gray HTTP/1.1" 200 None
2026-03-26 05:30:49 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 05:30:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 5bfde8f6-aeb5-59a8-9894-f9e968b494bd with identifier: 10720837
2026-03-26 05:30:49 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 5bfde8f6-aeb5-59a8-9894-f9e968b494bd with identifier: 10720837 to the API
2026-03-26 05:30:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:30:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:30:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720837>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 156,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': '5bfde8f6-aeb5-59a8-9894-f9e968b494bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WN74HZD',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720837',
'listing': 'auction',
'location': 'Corby',
'make': 'Jeep',
'model': 'Avenger',
'odometer': 12391,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': True,
'registration_date': '2024-09-28',
'seats_number': 5,
'seller_name': 'Alfa Romeo, Jeep, Fiat',
'title': 'Jeep Avenger 51 kWh Summit - Electric - Automatic - 156 hp - '
'WN74HZD - 12,391 mi',
'transmission': 'automatic',
'trim': 'Summit',
'vin': None,
'year': 2024}
2026-03-26 05:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720837%27 HTTP/1.1" 200 None
2026-03-26 05:30:49 [openlane.gb] INFO: Saving data for 10720837: {'auction_closing_time': 1774533600.0, 'created_time': 1774387930.524708, 'last_price_update_time': 1774503049.883118}
2026-03-26 05:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720837') HTTP/1.1" 204 0
2026-03-26 05:30:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720835> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:30:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:30:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53d38541-5f1f-579e-b1b0-e36f328e2b0b with identifier: 10720836
2026-03-26 05:30:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53d38541-5f1f-579e-b1b0-e36f328e2b0b with scrape type 2
2026-03-26 05:30:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53d38541-5f1f-579e-b1b0-e36f328e2b0b with scrape type 2
2026-03-26 05:30:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 53d38541-5f1f-579e-b1b0-e36f328e2b0b, identifier: 10720836
2026-03-26 05:30:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6db032e-9983-5862-bb2a-76b85060ddf0 with identifier: 10720834
2026-03-26 05:30:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6db032e-9983-5862-bb2a-76b85060ddf0 with scrape type 2
2026-03-26 05:30:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6db032e-9983-5862-bb2a-76b85060ddf0 with scrape type 2
2026-03-26 05:30:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: e6db032e-9983-5862-bb2a-76b85060ddf0, identifier: 10720834
2026-03-26 05:30:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3e0981a-0a7e-5b43-b34f-fc65e4cad1b2 with identifier: 10720838
2026-03-26 05:30:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3e0981a-0a7e-5b43-b34f-fc65e4cad1b2 with scrape type 2
2026-03-26 05:30:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3e0981a-0a7e-5b43-b34f-fc65e4cad1b2 with scrape type 2
2026-03-26 05:30:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: e3e0981a-0a7e-5b43-b34f-fc65e4cad1b2, identifier: 10720838
2026-03-26 05:30:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 53d38541-5f1f-579e-b1b0-e36f328e2b0b with identifier: 10720836
2026-03-26 05:30:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 53d38541-5f1f-579e-b1b0-e36f328e2b0b with identifier: 10720836
2026-03-26 05:30:50 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 53d38541-5f1f-579e-b1b0-e36f328e2b0b with identifier: 10720836 to the API
2026-03-26 05:30:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:30:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:30:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720836>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Beige',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 156,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': '53d38541-5f1f-579e-b1b0-e36f328e2b0b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WN74JMU',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720836',
'listing': 'auction',
'location': 'Corby',
'make': 'Jeep',
'model': 'Avenger',
'odometer': 8083,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': True,
'registration_date': '2024-09-28',
'seats_number': 5,
'seller_name': 'Alfa Romeo, Jeep, Fiat',
'title': 'Jeep Avenger 51 kWh Summit - Electric - Automatic - 156 hp - '
'WN74JMU - 8,083 mi',
'transmission': 'automatic',
'trim': 'Summit',
'vin': None,
'year': 2024}
2026-03-26 05:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720836%27 HTTP/1.1" 200 None
2026-03-26 05:30:50 [openlane.gb] INFO: Saving data for 10720836: {'auction_closing_time': 1774533600.0, 'created_time': 1774387927.955141, 'last_price_update_time': 1774503050.649924}
2026-03-26 05:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720836') HTTP/1.1" 204 0
2026-03-26 05:30:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: e6db032e-9983-5862-bb2a-76b85060ddf0 with identifier: 10720834
2026-03-26 05:30:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: e6db032e-9983-5862-bb2a-76b85060ddf0 with identifier: 10720834
2026-03-26 05:30:50 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: e6db032e-9983-5862-bb2a-76b85060ddf0 with identifier: 10720834 to the API
2026-03-26 05:30:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:30:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:30:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720834>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 156,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': 'e6db032e-9983-5862-bb2a-76b85060ddf0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WO24FTT',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720834',
'listing': 'auction',
'location': 'Corby',
'make': 'Jeep',
'model': 'Avenger',
'odometer': 8902,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': True,
'registration_date': '2024-06-28',
'seats_number': 5,
'seller_name': 'Alfa Romeo, Jeep, Fiat',
'title': 'Jeep Avenger 51 kWh Summit - Electric - Automatic - 156 hp - '
'WO24FTT - 8,902 mi',
'transmission': 'automatic',
'trim': 'Summit',
'vin': None,
'year': 2024}
2026-03-26 05:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720834%27 HTTP/1.1" 200 None
2026-03-26 05:30:50 [openlane.gb] INFO: Saving data for 10720834: {'auction_closing_time': 1774533600.0, 'created_time': 1774387924.973026, 'last_price_update_time': 1774503050.936491}
2026-03-26 05:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720834') HTTP/1.1" 204 0
2026-03-26 05:30:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: e3e0981a-0a7e-5b43-b34f-fc65e4cad1b2 with identifier: 10720838
2026-03-26 05:30:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: e3e0981a-0a7e-5b43-b34f-fc65e4cad1b2 with identifier: 10720838
2026-03-26 05:30:51 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: e3e0981a-0a7e-5b43-b34f-fc65e4cad1b2 with identifier: 10720838 to the API
2026-03-26 05:30:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:30:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:30:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720838>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Red',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 156,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': 'e3e0981a-0a7e-5b43-b34f-fc65e4cad1b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WP74NRZ',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720838',
'listing': 'auction',
'location': 'Corby',
'make': 'Jeep',
'model': 'Avenger',
'odometer': 8016,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': True,
'registration_date': '2025-02-28',
'seats_number': 5,
'seller_name': 'Alfa Romeo, Jeep, Fiat',
'title': 'Jeep Avenger 51 kWh Summit - Electric - Automatic - 156 hp - '
'WP74NRZ - 8,016 mi',
'transmission': 'automatic',
'trim': 'Summit',
'vin': None,
'year': 2025}
2026-03-26 05:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720838%27 HTTP/1.1" 200 None
2026-03-26 05:30:52 [openlane.gb] INFO: Saving data for 10720838: {'auction_closing_time': 1774533600.0, 'created_time': 1774387927.531821, 'last_price_update_time': 1774503052.152263}
2026-03-26 05:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720838') HTTP/1.1" 204 0
2026-03-26 05:30:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720827> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:30:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720822> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:30:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720841> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:30:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720839> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:30:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:30:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:30:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:30:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:30:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83477e95-98e9-59d8-bd7a-62167976a683 with identifier: 10720835
2026-03-26 05:30:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83477e95-98e9-59d8-bd7a-62167976a683 with scrape type 2
2026-03-26 05:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83477e95-98e9-59d8-bd7a-62167976a683 with scrape type 2
2026-03-26 05:30:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 83477e95-98e9-59d8-bd7a-62167976a683, identifier: 10720835
2026-03-26 05:30:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 83477e95-98e9-59d8-bd7a-62167976a683 with identifier: 10720835
2026-03-26 05:30:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 83477e95-98e9-59d8-bd7a-62167976a683 with identifier: 10720835
2026-03-26 05:30:52 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 83477e95-98e9-59d8-bd7a-62167976a683 with identifier: 10720835 to the API
2026-03-26 05:30:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:30:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:30:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720835>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Beige',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 156,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': '83477e95-98e9-59d8-bd7a-62167976a683',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WO24XRW',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720835',
'listing': 'auction',
'location': 'Corby',
'make': 'Jeep',
'model': 'Avenger',
'odometer': 7855,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': True,
'registration_date': '2024-07-26',
'seats_number': 5,
'seller_name': 'Alfa Romeo, Jeep, Fiat',
'title': 'Jeep Avenger 51 kWh Summit - Electric - Automatic - 156 hp - '
'WO24XRW - 7,855 mi',
'transmission': 'automatic',
'trim': 'Summit',
'vin': None,
'year': 2024}
2026-03-26 05:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720835%27 HTTP/1.1" 200 None
2026-03-26 05:30:52 [openlane.gb] INFO: Saving data for 10720835: {'auction_closing_time': 1774533600.0, 'created_time': 1774387928.589921, 'last_price_update_time': 1774503052.56512}
2026-03-26 05:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720835') HTTP/1.1" 204 0
2026-03-26 05:30:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ecac0e5-b7a8-55d9-94ef-d7256858c948 with identifier: 10720827
2026-03-26 05:30:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ecac0e5-b7a8-55d9-94ef-d7256858c948 with scrape type 2
2026-03-26 05:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ecac0e5-b7a8-55d9-94ef-d7256858c948 with scrape type 2
2026-03-26 05:30:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 7ecac0e5-b7a8-55d9-94ef-d7256858c948, identifier: 10720827
2026-03-26 05:30:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a9f21d3-e660-587c-8a01-7a2a39a32dfa with identifier: 10720822
2026-03-26 05:30:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a9f21d3-e660-587c-8a01-7a2a39a32dfa with scrape type 2
2026-03-26 05:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a9f21d3-e660-587c-8a01-7a2a39a32dfa with scrape type 2
2026-03-26 05:30:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 5a9f21d3-e660-587c-8a01-7a2a39a32dfa, identifier: 10720822
2026-03-26 05:30:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c519a5a4-2a05-500b-87a8-7ca99acf29cc with identifier: 10720841
2026-03-26 05:30:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c519a5a4-2a05-500b-87a8-7ca99acf29cc with scrape type 2
2026-03-26 05:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c519a5a4-2a05-500b-87a8-7ca99acf29cc with scrape type 2
2026-03-26 05:30:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: c519a5a4-2a05-500b-87a8-7ca99acf29cc, identifier: 10720841
2026-03-26 05:30:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7bdb2522-ea69-5dec-a298-aaaf7e5632c4 with identifier: 10720839
2026-03-26 05:30:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bdb2522-ea69-5dec-a298-aaaf7e5632c4 with scrape type 2
2026-03-26 05:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7bdb2522-ea69-5dec-a298-aaaf7e5632c4 with scrape type 2
2026-03-26 05:30:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 7bdb2522-ea69-5dec-a298-aaaf7e5632c4, identifier: 10720839
2026-03-26 05:30:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 7ecac0e5-b7a8-55d9-94ef-d7256858c948 with identifier: 10720827
2026-03-26 05:30:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:30:53 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Black HTTP/1.1" 200 None
2026-03-26 05:30:53 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 05:30:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 7ecac0e5-b7a8-55d9-94ef-d7256858c948 with identifier: 10720827
2026-03-26 05:30:53 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 7ecac0e5-b7a8-55d9-94ef-d7256858c948 with identifier: 10720827 to the API
2026-03-26 05:30:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:30:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:30:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720827>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 156,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': '7ecac0e5-b7a8-55d9-94ef-d7256858c948',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RF24PNV',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720827',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Astra-e',
'odometer': 13963,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': True,
'registration_date': '2024-05-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Astra-e 51 kWh GS - Electric - Automatic - 156 hp - '
'RF24PNV - 13,963 mi',
'transmission': 'automatic',
'trim': 'GS',
'vin': None,
'year': 2024}
2026-03-26 05:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720827%27 HTTP/1.1" 200 None
2026-03-26 05:30:53 [openlane.gb] INFO: Saving data for 10720827: {'auction_closing_time': 1774533600.0, 'created_time': 1774387919.887541, 'last_price_update_time': 1774503053.348716}
2026-03-26 05:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720827') HTTP/1.1" 204 0
2026-03-26 05:30:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 5a9f21d3-e660-587c-8a01-7a2a39a32dfa with identifier: 10720822
2026-03-26 05:30:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:30:53 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Blue HTTP/1.1" 200 None
2026-03-26 05:30:53 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 05:30:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 5a9f21d3-e660-587c-8a01-7a2a39a32dfa with identifier: 10720822
2026-03-26 05:30:53 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 5a9f21d3-e660-587c-8a01-7a2a39a32dfa with identifier: 10720822 to the API
2026-03-26 05:30:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:30:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:30:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720822>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': '5a9f21d3-e660-587c-8a01-7a2a39a32dfa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'AV71RXM',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720822',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 35688,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': True,
'registration_date': '2021-11-19',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa-e 46 kWh Elite Nav Premium - Electric - Automatic - '
'136 hp - AV71RXM - 35,688 mi',
'transmission': 'automatic',
'trim': 'Elite Nav Premium',
'vin': None,
'year': 2021}
2026-03-26 05:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720822%27 HTTP/1.1" 200 None
2026-03-26 05:30:53 [openlane.gb] INFO: Saving data for 10720822: {'auction_closing_time': 1774533600.0, 'created_time': 1774387920.230215, 'last_price_update_time': 1774503053.771792}
2026-03-26 05:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720822') HTTP/1.1" 204 0
2026-03-26 05:30:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: c519a5a4-2a05-500b-87a8-7ca99acf29cc with identifier: 10720841
2026-03-26 05:30:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: c519a5a4-2a05-500b-87a8-7ca99acf29cc with identifier: 10720841
2026-03-26 05:30:53 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: c519a5a4-2a05-500b-87a8-7ca99acf29cc with identifier: 10720841 to the API
2026-03-26 05:30:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:30:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:30:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720841>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Beige',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 156,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': 'c519a5a4-2a05-500b-87a8-7ca99acf29cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WR74GGE',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720841',
'listing': 'auction',
'location': 'Corby',
'make': 'Jeep',
'model': 'Avenger',
'odometer': 7669,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': True,
'registration_date': '2024-10-16',
'seats_number': 5,
'seller_name': 'Alfa Romeo, Jeep, Fiat',
'title': 'Jeep Avenger 51 kWh Summit - Electric - Automatic - 156 hp - '
'WR74GGE - 7,669 mi',
'transmission': 'automatic',
'trim': 'Summit',
'vin': None,
'year': 2024}
2026-03-26 05:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720841%27 HTTP/1.1" 200 None
2026-03-26 05:30:54 [openlane.gb] INFO: Saving data for 10720841: {'auction_closing_time': 1774533600.0, 'created_time': 1774387922.295116, 'last_price_update_time': 1774503054.083923}
2026-03-26 05:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720841') HTTP/1.1" 204 0
2026-03-26 05:30:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 7bdb2522-ea69-5dec-a298-aaaf7e5632c4 with identifier: 10720839
2026-03-26 05:30:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 7bdb2522-ea69-5dec-a298-aaaf7e5632c4 with identifier: 10720839
2026-03-26 05:30:54 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 7bdb2522-ea69-5dec-a298-aaaf7e5632c4 with identifier: 10720839 to the API
2026-03-26 05:30:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:30:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:30:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720839>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 156,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': '7bdb2522-ea69-5dec-a298-aaaf7e5632c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WP74XCH',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720839',
'listing': 'auction',
'location': 'Corby',
'make': 'Jeep',
'model': 'Avenger',
'odometer': 12759,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': True,
'registration_date': '2024-11-27',
'seats_number': 5,
'seller_name': 'Alfa Romeo, Jeep, Fiat',
'title': 'Jeep Avenger 51 kWh Summit - Electric - Automatic - 156 hp - '
'WP74XCH - 12,759 mi',
'transmission': 'automatic',
'trim': 'Summit',
'vin': None,
'year': 2024}
2026-03-26 05:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720839%27 HTTP/1.1" 200 None
2026-03-26 05:30:54 [openlane.gb] INFO: Saving data for 10720839: {'auction_closing_time': 1774533600.0, 'created_time': 1774387928.936183, 'last_price_update_time': 1774503054.394186}
2026-03-26 05:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720839') HTTP/1.1" 204 0
2026-03-26 05:30:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720818> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:30:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:30:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720825> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:30:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720817> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:30:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:30:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:30:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5ea4282-9789-5ccf-8b42-0b8fb6aa6002 with identifier: 10720818
2026-03-26 05:30:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5ea4282-9789-5ccf-8b42-0b8fb6aa6002 with scrape type 2
2026-03-26 05:30:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5ea4282-9789-5ccf-8b42-0b8fb6aa6002 with scrape type 2
2026-03-26 05:30:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: f5ea4282-9789-5ccf-8b42-0b8fb6aa6002, identifier: 10720818
2026-03-26 05:30:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: f5ea4282-9789-5ccf-8b42-0b8fb6aa6002 with identifier: 10720818
2026-03-26 05:30:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:30:54 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Hybride HTTP/1.1" 200 None
2026-03-26 05:30:54 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 05:30:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: f5ea4282-9789-5ccf-8b42-0b8fb6aa6002 with identifier: 10720818
2026-03-26 05:30:54 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: f5ea4282-9789-5ccf-8b42-0b8fb6aa6002 with identifier: 10720818 to the API
2026-03-26 05:30:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:30:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:30:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720818>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 136,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Hybrid',
'id': 'f5ea4282-9789-5ccf-8b42-0b8fb6aa6002',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DY25ZZT',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720818',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Grandland',
'odometer': 5750,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': True,
'registration_date': '2025-03-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Grandland 1.2 Ultimate - Hybrid - Automatic - 136 hp - '
'DY25ZZT - 5,750 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-26 05:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720818%27 HTTP/1.1" 200 None
2026-03-26 05:30:55 [openlane.gb] INFO: Saving data for 10720818: {'auction_closing_time': 1774533600.0, 'created_time': 1774387918.651917, 'last_price_update_time': 1774503055.033379}
2026-03-26 05:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720818') HTTP/1.1" 204 0
2026-03-26 05:30:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be73e9d3-8042-530e-a962-2409a26fb129 with identifier: 10720825
2026-03-26 05:30:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be73e9d3-8042-530e-a962-2409a26fb129 with scrape type 2
2026-03-26 05:30:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be73e9d3-8042-530e-a962-2409a26fb129 with scrape type 2
2026-03-26 05:30:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: be73e9d3-8042-530e-a962-2409a26fb129, identifier: 10720825
2026-03-26 05:30:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 274a050d-620c-5c4c-8948-1b7c1342ea20 with identifier: 10720817
2026-03-26 05:30:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 274a050d-620c-5c4c-8948-1b7c1342ea20 with scrape type 2
2026-03-26 05:30:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 274a050d-620c-5c4c-8948-1b7c1342ea20 with scrape type 2
2026-03-26 05:30:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 274a050d-620c-5c4c-8948-1b7c1342ea20, identifier: 10720817
2026-03-26 05:30:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: be73e9d3-8042-530e-a962-2409a26fb129 with identifier: 10720825
2026-03-26 05:30:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:30:55 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Orange HTTP/1.1" 200 None
2026-03-26 05:30:55 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 05:30:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: be73e9d3-8042-530e-a962-2409a26fb129 with identifier: 10720825
2026-03-26 05:30:55 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: be73e9d3-8042-530e-a962-2409a26fb129 with identifier: 10720825 to the API
2026-03-26 05:30:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:30:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:30:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720825>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Orange',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': 'be73e9d3-8042-530e-a962-2409a26fb129',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BG22FXW',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720825',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 23620,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': True,
'registration_date': '2022-03-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa-e 46 kWh SE Premium - Electric - Automatic - 136 hp '
'- BG22FXW - 23,620 mi',
'transmission': 'automatic',
'trim': 'SE Premium',
'vin': None,
'year': 2022}
2026-03-26 05:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720825%27 HTTP/1.1" 200 None
2026-03-26 05:30:55 [openlane.gb] INFO: Saving data for 10720825: {'auction_closing_time': 1774533600.0, 'created_time': 1774387917.10237, 'last_price_update_time': 1774503055.671073}
2026-03-26 05:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720825') HTTP/1.1" 204 0
2026-03-26 05:30:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 274a050d-620c-5c4c-8948-1b7c1342ea20 with identifier: 10720817
2026-03-26 05:30:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:30:55 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Brown HTTP/1.1" 200 None
2026-03-26 05:30:55 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 05:30:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 274a050d-620c-5c4c-8948-1b7c1342ea20 with identifier: 10720817
2026-03-26 05:30:55 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 274a050d-620c-5c4c-8948-1b7c1342ea20 with identifier: 10720817 to the API
2026-03-26 05:30:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:30:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:30:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720817>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Brown',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 136,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Hybrid',
'id': '274a050d-620c-5c4c-8948-1b7c1342ea20',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DY25XEH',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720817',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Grandland',
'odometer': 17960,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': True,
'registration_date': '2025-03-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Grandland 1.2 Ultimate - Hybrid - Automatic - 136 hp - '
'DY25XEH - 17,960 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-26 05:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720817%27 HTTP/1.1" 200 None
2026-03-26 05:30:56 [openlane.gb] INFO: Saving data for 10720817: {'auction_closing_time': 1774533600.0, 'created_time': 1774387916.786392, 'last_price_update_time': 1774503056.08576}
2026-03-26 05:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720817') HTTP/1.1" 204 0
2026-03-26 05:30:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720857> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:30:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720865> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:30:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:30:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:30:56 [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-26 05:30:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720855> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:30:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:30:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:30:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62be66c3-940e-51ef-a6d8-0599e47a78a6 with identifier: 10720857
2026-03-26 05:30:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62be66c3-940e-51ef-a6d8-0599e47a78a6 with scrape type 2
2026-03-26 05:30:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62be66c3-940e-51ef-a6d8-0599e47a78a6 with scrape type 2
2026-03-26 05:30:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 62be66c3-940e-51ef-a6d8-0599e47a78a6, identifier: 10720857
2026-03-26 05:30:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 62be66c3-940e-51ef-a6d8-0599e47a78a6 with identifier: 10720857
2026-03-26 05:30:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 62be66c3-940e-51ef-a6d8-0599e47a78a6 with identifier: 10720857
2026-03-26 05:30:56 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 62be66c3-940e-51ef-a6d8-0599e47a78a6 with identifier: 10720857 to the API
2026-03-26 05:30:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:30:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:30:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720857>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Orange',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': '62be66c3-940e-51ef-a6d8-0599e47a78a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'WM71HMA',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720857',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 31889,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 6900,
'price_includes_vat': True,
'registration_date': '2022-01-28',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa-e 46 kWh SRi Premium - Electric - Automatic - 1 hp - '
'WM71HMA - 31,889 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2022}
2026-03-26 05:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720857%27 HTTP/1.1" 200 None
2026-03-26 05:30:56 [openlane.gb] INFO: Saving data for 10720857: {'auction_closing_time': 1774533600.0, 'created_time': 1774387870.789932, 'last_price_update_time': 1774503056.605708}
2026-03-26 05:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720857') HTTP/1.1" 204 0
2026-03-26 05:30:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f11863e-6c38-5425-ae0f-93fff58c9be7 with identifier: 10720865
2026-03-26 05:30:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f11863e-6c38-5425-ae0f-93fff58c9be7 with scrape type 2
2026-03-26 05:30:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f11863e-6c38-5425-ae0f-93fff58c9be7 with scrape type 2
2026-03-26 05:30:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 6f11863e-6c38-5425-ae0f-93fff58c9be7, identifier: 10720865
2026-03-26 05:30:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 6f11863e-6c38-5425-ae0f-93fff58c9be7 with identifier: 10720865
2026-03-26 05:30:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 6f11863e-6c38-5425-ae0f-93fff58c9be7 with identifier: 10720865
2026-03-26 05:30:56 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 6f11863e-6c38-5425-ae0f-93fff58c9be7 with identifier: 10720865 to the API
2026-03-26 05:30:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:30:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:30:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720865>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Brown',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 136,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Petrol',
'id': '6f11863e-6c38-5425-ae0f-93fff58c9be7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DY25XHU',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720865',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Grandland',
'odometer': 16961,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 21600,
'price_includes_vat': True,
'registration_date': '2025-03-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Grandland 1.2 Ultimate - Petrol - Automatic - 136 hp - '
'DY25XHU - 16,961 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-26 05:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720865%27 HTTP/1.1" 200 None
2026-03-26 05:30:56 [openlane.gb] INFO: Saving data for 10720865: {'auction_closing_time': 1774533600.0, 'created_time': 1774387871.353329, 'last_price_update_time': 1774503056.991058}
2026-03-26 05:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720865') HTTP/1.1" 204 0
2026-03-26 05:30:57 [openlane.gb] INFO: Found listing with ID: 10727645
2026-03-26 05:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710727645%27 HTTP/1.1" 200 None
2026-03-26 05:30:57 [openlane.gb] INFO: Scrape type for 10727645: 0
2026-03-26 05:30:57 [openlane.gb] INFO: Found listing with ID: 10727644
2026-03-26 05:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710727644%27 HTTP/1.1" 200 None
2026-03-26 05:30:57 [openlane.gb] INFO: Scrape type for 10727644: 0
2026-03-26 05:30:57 [openlane.gb] INFO: Found listing with ID: 10727649
2026-03-26 05:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710727649%27 HTTP/1.1" 200 None
2026-03-26 05:30:57 [openlane.gb] INFO: Scrape type for 10727649: 0
2026-03-26 05:30:57 [openlane.gb] INFO: Found listing with ID: 10720866
2026-03-26 05:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720866%27 HTTP/1.1" 200 None
2026-03-26 05:30:57 [openlane.gb] INFO: Scrape type for 10720866: 2
2026-03-26 05:30:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d2b77f2-457f-5a89-8be4-cf861e979320 with identifier: 10720855
2026-03-26 05:30:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d2b77f2-457f-5a89-8be4-cf861e979320 with scrape type 2
2026-03-26 05:30:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d2b77f2-457f-5a89-8be4-cf861e979320 with scrape type 2
2026-03-26 05:30:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 9d2b77f2-457f-5a89-8be4-cf861e979320, identifier: 10720855
2026-03-26 05:30:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720854> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:30:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 9d2b77f2-457f-5a89-8be4-cf861e979320 with identifier: 10720855
2026-03-26 05:30:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:30:57 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=White HTTP/1.1" 200 None
2026-03-26 05:30:57 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 05:30:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 9d2b77f2-457f-5a89-8be4-cf861e979320 with identifier: 10720855
2026-03-26 05:30:57 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 9d2b77f2-457f-5a89-8be4-cf861e979320 with identifier: 10720855 to the API
2026-03-26 05:30:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:30:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:30:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720855>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': '9d2b77f2-457f-5a89-8be4-cf861e979320',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'PJ71ZFL',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720855',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 45485,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 6200,
'price_includes_vat': True,
'registration_date': '2022-02-06',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa-e 46 kWh SRi Premium - Electric - Automatic - 1 hp - '
'PJ71ZFL - 45,485 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2022}
2026-03-26 05:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720855%27 HTTP/1.1" 200 None
2026-03-26 05:30:57 [openlane.gb] INFO: Saving data for 10720855: {'auction_closing_time': 1774533600.0, 'created_time': 1774387873.96008, 'last_price_update_time': 1774503057.557888}
2026-03-26 05:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720855') HTTP/1.1" 204 0
2026-03-26 05:30:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:30:57 [openlane.gb] INFO: Found listing with ID: 10717362
2026-03-26 05:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:57 [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-26 05:30:57 [openlane.gb] INFO: Scrape type for 10717362: 0
2026-03-26 05:30:57 [openlane.gb] INFO: Found listing with ID: 10727646
2026-03-26 05:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710727646%27 HTTP/1.1" 200 None
2026-03-26 05:30:57 [openlane.gb] INFO: Scrape type for 10727646: 0
2026-03-26 05:30:57 [openlane.gb] INFO: Found listing with ID: 10727650
2026-03-26 05:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710727650%27 HTTP/1.1" 200 None
2026-03-26 05:30:57 [openlane.gb] INFO: Scrape type for 10727650: 0
2026-03-26 05:30:57 [openlane.gb] INFO: Found listing with ID: 10720884
2026-03-26 05:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720884%27 HTTP/1.1" 200 None
2026-03-26 05:30:57 [openlane.gb] INFO: Scrape type for 10720884: 2
2026-03-26 05:30:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10721197> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:30:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720856> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:30:57 [openlane.gb] INFO: Found listing with ID: 10727658
2026-03-26 05:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710727658%27 HTTP/1.1" 200 None
2026-03-26 05:30:57 [openlane.gb] INFO: Scrape type for 10727658: 0
2026-03-26 05:30:57 [openlane.gb] INFO: Found listing with ID: 10727651
2026-03-26 05:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710727651%27 HTTP/1.1" 200 None
2026-03-26 05:30:57 [openlane.gb] INFO: Scrape type for 10727651: 0
2026-03-26 05:30:57 [openlane.gb] INFO: Found listing with ID: 10720867
2026-03-26 05:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720867%27 HTTP/1.1" 200 None
2026-03-26 05:30:57 [openlane.gb] INFO: Scrape type for 10720867: 2
2026-03-26 05:30:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:30:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:30:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d0b3590-4a84-5357-9ffa-3a96bc24c637 with identifier: 10720854
2026-03-26 05:30:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d0b3590-4a84-5357-9ffa-3a96bc24c637 with scrape type 2
2026-03-26 05:30:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d0b3590-4a84-5357-9ffa-3a96bc24c637 with scrape type 2
2026-03-26 05:30:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 9d0b3590-4a84-5357-9ffa-3a96bc24c637, identifier: 10720854
2026-03-26 05:30:57 [openlane.gb] INFO: Found listing with ID: 10720868
2026-03-26 05:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720868%27 HTTP/1.1" 200 None
2026-03-26 05:30:57 [openlane.gb] INFO: Scrape type for 10720868: 2
2026-03-26 05:30:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 9d0b3590-4a84-5357-9ffa-3a96bc24c637 with identifier: 10720854
2026-03-26 05:30:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 9d0b3590-4a84-5357-9ffa-3a96bc24c637 with identifier: 10720854
2026-03-26 05:30:57 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 9d0b3590-4a84-5357-9ffa-3a96bc24c637 with identifier: 10720854 to the API
2026-03-26 05:30:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:30:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:30:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720854>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Orange',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': '9d0b3590-4a84-5357-9ffa-3a96bc24c637',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'SH71KNV',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720854',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 25194,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7100,
'price_includes_vat': True,
'registration_date': '2021-11-25',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa-e 46 kWh Griffin - Electric - Automatic - 1 hp - '
'SH71KNV - 25,194 mi',
'transmission': 'automatic',
'trim': 'Griffin',
'vin': None,
'year': 2021}
2026-03-26 05:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720854%27 HTTP/1.1" 200 None
2026-03-26 05:30:58 [openlane.gb] INFO: Saving data for 10720854: {'auction_closing_time': 1774533600.0, 'created_time': 1774387904.623163, 'last_price_update_time': 1774503058.133652}
2026-03-26 05:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720854') HTTP/1.1" 204 0
2026-03-26 05:30:58 [openlane.gb] INFO: Found listing with ID: 10720850
2026-03-26 05:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720850%27 HTTP/1.1" 200 None
2026-03-26 05:30:58 [openlane.gb] INFO: Scrape type for 10720850: 2
2026-03-26 05:30:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d69657a9-47fd-5f8e-b4de-11ba9a684251 with identifier: 10721197
2026-03-26 05:30:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d69657a9-47fd-5f8e-b4de-11ba9a684251 with scrape type 2
2026-03-26 05:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d69657a9-47fd-5f8e-b4de-11ba9a684251 with scrape type 2
2026-03-26 05:30:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: d69657a9-47fd-5f8e-b4de-11ba9a684251, identifier: 10721197
2026-03-26 05:30:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 517df396-f4b0-57ad-af18-986cff2600dd with identifier: 10720856
2026-03-26 05:30:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 517df396-f4b0-57ad-af18-986cff2600dd with scrape type 2
2026-03-26 05:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 517df396-f4b0-57ad-af18-986cff2600dd with scrape type 2
2026-03-26 05:30:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 517df396-f4b0-57ad-af18-986cff2600dd, identifier: 10720856
2026-03-26 05:30:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720847> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:30:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720852> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:30:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: d69657a9-47fd-5f8e-b4de-11ba9a684251 with identifier: 10721197
2026-03-26 05:30:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: d69657a9-47fd-5f8e-b4de-11ba9a684251 with identifier: 10721197
2026-03-26 05:30:58 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: d69657a9-47fd-5f8e-b4de-11ba9a684251 with identifier: 10721197 to the API
2026-03-26 05:30:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:30:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:30:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10721197>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Orange',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': 'd69657a9-47fd-5f8e-b4de-11ba9a684251',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VO22WGN',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10721197',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 23925,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7800,
'price_includes_vat': True,
'registration_date': '2022-03-11',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa-e 46 kWh SRi Premium - Electric - Automatic - 136 hp '
'- VO22WGN - 23,925 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2022}
2026-03-26 05:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710721197%27 HTTP/1.1" 200 None
2026-03-26 05:30:58 [openlane.gb] INFO: Saving data for 10721197: {'auction_closing_time': 1774533600.0, 'created_time': 1774387893.88428, 'last_price_update_time': 1774503058.741139}
2026-03-26 05:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10721197') HTTP/1.1" 204 0
2026-03-26 05:30:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 517df396-f4b0-57ad-af18-986cff2600dd with identifier: 10720856
2026-03-26 05:30:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 517df396-f4b0-57ad-af18-986cff2600dd with identifier: 10720856
2026-03-26 05:30:58 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 517df396-f4b0-57ad-af18-986cff2600dd with identifier: 10720856 to the API
2026-03-26 05:30:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:30:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:30:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720856>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': '517df396-f4b0-57ad-af18-986cff2600dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GV72XZY',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720856',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 24235,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8000,
'price_includes_vat': True,
'registration_date': '2023-02-08',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa-e 46 kWh GS - Electric - Automatic - 1 hp - GV72XZY '
'- 24,235 mi',
'transmission': 'automatic',
'trim': 'GS',
'vin': None,
'year': 2023}
2026-03-26 05:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720856%27 HTTP/1.1" 200 None
2026-03-26 05:30:59 [openlane.gb] INFO: Saving data for 10720856: {'auction_closing_time': 1774533600.0, 'created_time': 1774387855.913605, 'last_price_update_time': 1774503059.038282}
2026-03-26 05:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720856') HTTP/1.1" 204 0
2026-03-26 05:30:59 [openlane.gb] INFO: Found listing with ID: 10720871
2026-03-26 05:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720871%27 HTTP/1.1" 200 None
2026-03-26 05:30:59 [openlane.gb] INFO: Scrape type for 10720871: 2
2026-03-26 05:30:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:30:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:30:59 [openlane.gb] INFO: Found listing with ID: 10720843
2026-03-26 05:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720843%27 HTTP/1.1" 200 None
2026-03-26 05:30:59 [openlane.gb] INFO: Scrape type for 10720843: 2
2026-03-26 05:30:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8f1ed52-6d7b-58a9-96d2-e1b1e82bce9b with identifier: 10720847
2026-03-26 05:30:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8f1ed52-6d7b-58a9-96d2-e1b1e82bce9b with scrape type 2
2026-03-26 05:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8f1ed52-6d7b-58a9-96d2-e1b1e82bce9b with scrape type 2
2026-03-26 05:30:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: b8f1ed52-6d7b-58a9-96d2-e1b1e82bce9b, identifier: 10720847
2026-03-26 05:30:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec336eef-83ac-51c3-9a1f-5068cf6c1aa7 with identifier: 10720852
2026-03-26 05:30:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec336eef-83ac-51c3-9a1f-5068cf6c1aa7 with scrape type 2
2026-03-26 05:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec336eef-83ac-51c3-9a1f-5068cf6c1aa7 with scrape type 2
2026-03-26 05:30:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: ec336eef-83ac-51c3-9a1f-5068cf6c1aa7, identifier: 10720852
2026-03-26 05:30:59 [openlane.gb] INFO: Found listing with ID: 10727652
2026-03-26 05:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710727652%27 HTTP/1.1" 200 None
2026-03-26 05:30:59 [openlane.gb] INFO: Scrape type for 10727652: 0
2026-03-26 05:30:59 [openlane.gb] INFO: Found listing with ID: 10720844
2026-03-26 05:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720844%27 HTTP/1.1" 200 None
2026-03-26 05:30:59 [openlane.gb] INFO: Scrape type for 10720844: 2
2026-03-26 05:30:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: b8f1ed52-6d7b-58a9-96d2-e1b1e82bce9b with identifier: 10720847
2026-03-26 05:30:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: b8f1ed52-6d7b-58a9-96d2-e1b1e82bce9b with identifier: 10720847
2026-03-26 05:30:59 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: b8f1ed52-6d7b-58a9-96d2-e1b1e82bce9b with identifier: 10720847 to the API
2026-03-26 05:30:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:30:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:30:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720847>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': 'b8f1ed52-6d7b-58a9-96d2-e1b1e82bce9b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VN21TWW',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720847',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 24336,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7300,
'price_includes_vat': True,
'registration_date': '2021-03-11',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa-e 46 kWh Elite Nav Premium - Electric - Automatic - '
'136 hp - VN21TWW - 24,336 mi',
'transmission': 'automatic',
'trim': 'Elite Nav Premium',
'vin': None,
'year': 2021}
2026-03-26 05:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720847%27 HTTP/1.1" 200 None
2026-03-26 05:30:59 [openlane.gb] INFO: Saving data for 10720847: {'auction_closing_time': 1774533600.0, 'created_time': 1774387875.960817, 'last_price_update_time': 1774503059.598364}
2026-03-26 05:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720847') HTTP/1.1" 204 0
2026-03-26 05:30:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: ec336eef-83ac-51c3-9a1f-5068cf6c1aa7 with identifier: 10720852
2026-03-26 05:30:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: ec336eef-83ac-51c3-9a1f-5068cf6c1aa7 with identifier: 10720852
2026-03-26 05:30:59 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: ec336eef-83ac-51c3-9a1f-5068cf6c1aa7 with identifier: 10720852 to the API
2026-03-26 05:30:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:30:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:30:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720852>
{'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': 'ec336eef-83ac-51c3-9a1f-5068cf6c1aa7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YB20XGU',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720852',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 42786,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 5700,
'price_includes_vat': True,
'registration_date': '2020-07-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa-e 46 kWh Elite Nav - Electric - Automatic - 1 hp - '
'YB20XGU - 42,786 mi',
'transmission': 'automatic',
'trim': 'Elite Nav',
'vin': None,
'year': 2020}
2026-03-26 05:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720852%27 HTTP/1.1" 200 None
2026-03-26 05:30:59 [openlane.gb] INFO: Saving data for 10720852: {'auction_closing_time': 1774533600.0, 'created_time': 1774387875.218204, 'last_price_update_time': 1774503059.883456}
2026-03-26 05:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720852') HTTP/1.1" 204 0
2026-03-26 05:30:59 [openlane.gb] INFO: Found listing with ID: 10720873
2026-03-26 05:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720873%27 HTTP/1.1" 200 None
2026-03-26 05:30:59 [openlane.gb] INFO: Scrape type for 10720873: 2
2026-03-26 05:30:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720858> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:30:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:30:59 [openlane.gb] INFO: Found listing with ID: 10720870
2026-03-26 05:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720870%27 HTTP/1.1" 200 None
2026-03-26 05:30:59 [openlane.gb] INFO: Scrape type for 10720870: 2
2026-03-26 05:30:59 [openlane.gb] INFO: Found listing with ID: 10720869
2026-03-26 05:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720869%27 HTTP/1.1" 200 None
2026-03-26 05:30:59 [openlane.gb] INFO: Scrape type for 10720869: 2
2026-03-26 05:30:59 [openlane.gb] INFO: Found listing with ID: 10720872
2026-03-26 05:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720872%27 HTTP/1.1" 200 None
2026-03-26 05:30:59 [openlane.gb] INFO: Scrape type for 10720872: 2
2026-03-26 05:30:59 [openlane.gb] INFO: Found listing with ID: 10720875
2026-03-26 05:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720875%27 HTTP/1.1" 200 None
2026-03-26 05:31:00 [openlane.gb] INFO: Scrape type for 10720875: 2
2026-03-26 05:31:00 [openlane.gb] INFO: Found listing with ID: 10720874
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720874%27 HTTP/1.1" 200 None
2026-03-26 05:31:00 [openlane.gb] INFO: Scrape type for 10720874: 2
2026-03-26 05:31:00 [openlane.gb] INFO: Found listing with ID: 10720846
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720846%27 HTTP/1.1" 200 None
2026-03-26 05:31:00 [openlane.gb] INFO: Scrape type for 10720846: 2
2026-03-26 05:31:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd676af8-ca73-5a75-b394-9ba8f08f5704 with identifier: 10720858
2026-03-26 05:31:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd676af8-ca73-5a75-b394-9ba8f08f5704 with scrape type 2
2026-03-26 05:31:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd676af8-ca73-5a75-b394-9ba8f08f5704 with scrape type 2
2026-03-26 05:31:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: bd676af8-ca73-5a75-b394-9ba8f08f5704, identifier: 10720858
2026-03-26 05:31:00 [openlane.gb] INFO: Found listing with ID: 10720845
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720845%27 HTTP/1.1" 200 None
2026-03-26 05:31:00 [openlane.gb] INFO: Scrape type for 10720845: 2
2026-03-26 05:31:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: bd676af8-ca73-5a75-b394-9ba8f08f5704 with identifier: 10720858
2026-03-26 05:31:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: bd676af8-ca73-5a75-b394-9ba8f08f5704 with identifier: 10720858
2026-03-26 05:31:00 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: bd676af8-ca73-5a75-b394-9ba8f08f5704 with identifier: 10720858 to the API
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720858>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 1,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Petrol',
'id': 'bd676af8-ca73-5a75-b394-9ba8f08f5704',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV25PXU',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720858',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 16502,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14500,
'price_includes_vat': True,
'registration_date': '2025-03-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa 1.2 Turbo Ultimate - Petrol - Automatic - 1 hp - '
'DV25PXU - 16,502 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720858%27 HTTP/1.1" 200 None
2026-03-26 05:31:00 [openlane.gb] INFO: Saving data for 10720858: {'auction_closing_time': 1774533600.0, 'created_time': 1774387881.021983, 'last_price_update_time': 1774503060.495196}
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720858') HTTP/1.1" 204 0
2026-03-26 05:31:00 [openlane.gb] INFO: Found listing with ID: 10717370
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:00 [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-26 05:31:00 [openlane.gb] INFO: Scrape type for 10717370: 0
2026-03-26 05:31:00 [openlane.gb] INFO: Found listing with ID: 10720881
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720881%27 HTTP/1.1" 200 None
2026-03-26 05:31:00 [openlane.gb] INFO: Scrape type for 10720881: 2
2026-03-26 05:31:00 [openlane.gb] INFO: Found listing with ID: 10720883
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720883%27 HTTP/1.1" 200 None
2026-03-26 05:31:00 [openlane.gb] INFO: Scrape type for 10720883: 2
2026-03-26 05:31:00 [openlane.gb] INFO: Found listing with ID: 10720882
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720882%27 HTTP/1.1" 200 None
2026-03-26 05:31:00 [openlane.gb] INFO: Scrape type for 10720882: 2
2026-03-26 05:31:00 [openlane.gb] INFO: Found listing with ID: 10727653
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710727653%27 HTTP/1.1" 200 None
2026-03-26 05:31:00 [openlane.gb] INFO: Scrape type for 10727653: 0
2026-03-26 05:31:00 [openlane.gb] INFO: Found listing with ID: 10727654
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710727654%27 HTTP/1.1" 200 None
2026-03-26 05:31:00 [openlane.gb] INFO: Scrape type for 10727654: 0
2026-03-26 05:31:00 [openlane.gb] INFO: Found listing with ID: 10727655
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710727655%27 HTTP/1.1" 200 None
2026-03-26 05:31:00 [openlane.gb] INFO: Scrape type for 10727655: 0
2026-03-26 05:31:00 [openlane.gb] INFO: Found listing with ID: 10720877
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720877%27 HTTP/1.1" 200 None
2026-03-26 05:31:00 [openlane.gb] INFO: Scrape type for 10720877: 2
2026-03-26 05:31:00 [openlane.gb] INFO: Found listing with ID: 10727656
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710727656%27 HTTP/1.1" 200 None
2026-03-26 05:31:00 [openlane.gb] INFO: Scrape type for 10727656: 0
2026-03-26 05:31:00 [openlane.gb] INFO: Found listing with ID: 10720878
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720878%27 HTTP/1.1" 200 None
2026-03-26 05:31:00 [openlane.gb] INFO: Scrape type for 10720878: 2
2026-03-26 05:31:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720859> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:00 [openlane.gb] INFO: Found listing with ID: 10720879
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720879%27 HTTP/1.1" 200 None
2026-03-26 05:31:00 [openlane.gb] INFO: Scrape type for 10720879: 2
2026-03-26 05:31:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:00 [openlane.gb] INFO: Found listing with ID: 10720880
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720880%27 HTTP/1.1" 200 None
2026-03-26 05:31:00 [openlane.gb] INFO: Scrape type for 10720880: 2
2026-03-26 05:31:00 [openlane.gb] INFO: Found listing with ID: 10720876
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720876%27 HTTP/1.1" 200 None
2026-03-26 05:31:00 [openlane.gb] INFO: Scrape type for 10720876: 2
2026-03-26 05:31:00 [openlane.gb] INFO: Found listing with ID: 10721205
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710721205%27 HTTP/1.1" 200 None
2026-03-26 05:31:00 [openlane.gb] INFO: Scrape type for 10721205: 2
2026-03-26 05:31:00 [openlane.gb] INFO: Found listing with ID: 10727642
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710727642%27 HTTP/1.1" 200 None
2026-03-26 05:31:00 [openlane.gb] INFO: Scrape type for 10727642: 0
2026-03-26 05:31:00 [openlane.gb] INFO: Found listing with ID: 10709056
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:00 [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-26 05:31:00 [openlane.gb] INFO: Scrape type for 10709056: 0
2026-03-26 05:31:00 [openlane.gb] INFO: Found listing with ID: 10709057
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:00 [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-26 05:31:00 [openlane.gb] INFO: Scrape type for 10709057: 0
2026-03-26 05:31:00 [openlane.gb] INFO: Found listing with ID: 10709060
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:00 [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-26 05:31:00 [openlane.gb] INFO: Scrape type for 10709060: 0
2026-03-26 05:31:00 [openlane.gb] INFO: Found listing with ID: 10709059
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:00 [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-26 05:31:00 [openlane.gb] INFO: Scrape type for 10709059: 0
2026-03-26 05:31:00 [openlane.gb] INFO: Found listing with ID: 10709044
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:00 [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-26 05:31:00 [openlane.gb] INFO: Scrape type for 10709044: 0
2026-03-26 05:31:00 [openlane.gb] INFO: Found listing with ID: 10709055
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:00 [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-26 05:31:00 [openlane.gb] INFO: Scrape type for 10709055: 0
2026-03-26 05:31:00 [openlane.gb] INFO: Found listing with ID: 10709050
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:00 [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-26 05:31:00 [openlane.gb] INFO: Scrape type for 10709050: 0
2026-03-26 05:31:00 [openlane.gb] INFO: Found listing with ID: 10709042
2026-03-26 05:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:00 [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-26 05:31:00 [openlane.gb] INFO: Scrape type for 10709042: 0
2026-03-26 05:31:00 [openlane.gb] INFO: Found listing with ID: 10709048
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:01 [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-26 05:31:01 [openlane.gb] INFO: Scrape type for 10709048: 0
2026-03-26 05:31:01 [openlane.gb] INFO: Found listing with ID: 10709046
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:01 [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-26 05:31:01 [openlane.gb] INFO: Scrape type for 10709046: 0
2026-03-26 05:31:01 [openlane.gb] INFO: Found listing with ID: 10709045
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:01 [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-26 05:31:01 [openlane.gb] INFO: Scrape type for 10709045: 0
2026-03-26 05:31:01 [openlane.gb] INFO: Found listing with ID: 10709040
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:01 [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-26 05:31:01 [openlane.gb] INFO: Scrape type for 10709040: 0
2026-03-26 05:31:01 [openlane.gb] INFO: Found listing with ID: 10709053
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:01 [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-26 05:31:01 [openlane.gb] INFO: Scrape type for 10709053: 0
2026-03-26 05:31:01 [openlane.gb] INFO: Found listing with ID: 10709052
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:01 [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-26 05:31:01 [openlane.gb] INFO: Scrape type for 10709052: 0
2026-03-26 05:31:01 [openlane.gb] INFO: Found listing with ID: 10709051
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:01 [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-26 05:31:01 [openlane.gb] INFO: Scrape type for 10709051: 0
2026-03-26 05:31:01 [openlane.gb] INFO: Found listing with ID: 10709058
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:01 [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-26 05:31:01 [openlane.gb] INFO: Scrape type for 10709058: 0
2026-03-26 05:31:01 [openlane.gb] INFO: Found listing with ID: 10709041
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:01 [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-26 05:31:01 [openlane.gb] INFO: Scrape type for 10709041: 0
2026-03-26 05:31:01 [openlane.gb] INFO: Found listing with ID: 10709049
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:01 [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-26 05:31:01 [openlane.gb] INFO: Scrape type for 10709049: 0
2026-03-26 05:31:01 [openlane.gb] INFO: Found listing with ID: 10709047
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:01 [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-26 05:31:01 [openlane.gb] INFO: Scrape type for 10709047: 0
2026-03-26 05:31:01 [openlane.gb] INFO: Found listing with ID: 10709008
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:01 [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-26 05:31:01 [openlane.gb] INFO: Scrape type for 10709008: 0
2026-03-26 05:31:01 [openlane.gb] INFO: Found listing with ID: 10709009
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:01 [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-26 05:31:01 [openlane.gb] INFO: Scrape type for 10709009: 0
2026-03-26 05:31:01 [openlane.gb] INFO: Found listing with ID: 10709007
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:01 [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-26 05:31:01 [openlane.gb] INFO: Scrape type for 10709007: 0
2026-03-26 05:31:01 [openlane.gb] INFO: Found listing with ID: 10707311
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:01 [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-26 05:31:01 [openlane.gb] INFO: Scrape type for 10707311: 0
2026-03-26 05:31:01 [openlane.gb] INFO: Found listing with ID: 10722844
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710722844%27 HTTP/1.1" 200 None
2026-03-26 05:31:01 [openlane.gb] INFO: Scrape type for 10722844: 0
2026-03-26 05:31:01 [openlane.gb] INFO: Found listing with ID: 10715371
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:01 [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-26 05:31:01 [openlane.gb] INFO: Scrape type for 10715371: 2
2026-03-26 05:31:01 [openlane.gb] INFO: Found listing with ID: 10706007
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:01 [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-26 05:31:01 [openlane.gb] INFO: Scrape type for 10706007: 0
2026-03-26 05:31:01 [openlane.gb] INFO: Found listing with ID: 10722807
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710722807%27 HTTP/1.1" 200 None
2026-03-26 05:31:01 [openlane.gb] INFO: Scrape type for 10722807: 0
2026-03-26 05:31:01 [openlane.gb] INFO: Found listing with ID: 10722806
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710722806%27 HTTP/1.1" 200 None
2026-03-26 05:31:01 [openlane.gb] INFO: Scrape type for 10722806: 0
2026-03-26 05:31:01 [openlane.gb] INFO: Found listing with ID: 10674518
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:01 [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-26 05:31:01 [openlane.gb] INFO: Scrape type for 10674518: 0
2026-03-26 05:31:01 [openlane.gb] INFO: Found listing with ID: 10721103
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710721103%27 HTTP/1.1" 200 None
2026-03-26 05:31:01 [openlane.gb] INFO: Scrape type for 10721103: 2
2026-03-26 05:31:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720862> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f584c05-a70c-5cdc-aaf2-07014f027afb with identifier: 10720859
2026-03-26 05:31:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f584c05-a70c-5cdc-aaf2-07014f027afb with scrape type 2
2026-03-26 05:31:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f584c05-a70c-5cdc-aaf2-07014f027afb with scrape type 2
2026-03-26 05:31:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 2f584c05-a70c-5cdc-aaf2-07014f027afb, identifier: 10720859
2026-03-26 05:31:01 [openlane.gb] INFO: Found listing with ID: 10606304
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:01 [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-26 05:31:01 [openlane.gb] INFO: Scrape type for 10606304: 0
2026-03-26 05:31:01 [openlane.gb] INFO: Found listing with ID: 10606317
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:01 [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-26 05:31:01 [openlane.gb] INFO: Scrape type for 10606317: 0
2026-03-26 05:31:01 [openlane.gb] INFO: Found listing with ID: 10630715
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:01 [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-26 05:31:01 [openlane.gb] INFO: Scrape type for 10630715: 0
2026-03-26 05:31:01 [openlane.gb] INFO: Found listing with ID: 10711372
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:01 [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-26 05:31:01 [openlane.gb] INFO: Scrape type for 10711372: 2
2026-03-26 05:31:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 2f584c05-a70c-5cdc-aaf2-07014f027afb with identifier: 10720859
2026-03-26 05:31:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 2f584c05-a70c-5cdc-aaf2-07014f027afb with identifier: 10720859
2026-03-26 05:31:01 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 2f584c05-a70c-5cdc-aaf2-07014f027afb with identifier: 10720859 to the API
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720859>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 1,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Petrol',
'id': '2f584c05-a70c-5cdc-aaf2-07014f027afb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DY25XND',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720859',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 17550,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14400,
'price_includes_vat': True,
'registration_date': '2025-03-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa 1.2 Turbo Ultimate - Petrol - Automatic - 1 hp - '
'DY25XND - 17,550 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720859%27 HTTP/1.1" 200 None
2026-03-26 05:31:01 [openlane.gb] INFO: Saving data for 10720859: {'auction_closing_time': 1774533600.0, 'created_time': 1774387876.999994, 'last_price_update_time': 1774503061.819034}
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720859') HTTP/1.1" 204 0
2026-03-26 05:31:01 [openlane.gb] INFO: Found listing with ID: 10707698
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:01 [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-26 05:31:01 [openlane.gb] INFO: Scrape type for 10707698: 0
2026-03-26 05:31:01 [openlane.gb] INFO: Found listing with ID: 10707699
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:01 [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-26 05:31:01 [openlane.gb] INFO: Scrape type for 10707699: 0
2026-03-26 05:31:01 [openlane.gb] INFO: Found listing with ID: 10606319
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:01 [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-26 05:31:01 [openlane.gb] INFO: Scrape type for 10606319: 0
2026-03-26 05:31:01 [openlane.gb] INFO: Found listing with ID: 10721170
2026-03-26 05:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710721170%27 HTTP/1.1" 200 None
2026-03-26 05:31:02 [openlane.gb] INFO: Scrape type for 10721170: 2
2026-03-26 05:31:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720863> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720860> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720861> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29b648c4-71dc-5de1-96b2-5d72f26659ac with identifier: 10720862
2026-03-26 05:31:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29b648c4-71dc-5de1-96b2-5d72f26659ac with scrape type 2
2026-03-26 05:31:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29b648c4-71dc-5de1-96b2-5d72f26659ac with scrape type 2
2026-03-26 05:31:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 29b648c4-71dc-5de1-96b2-5d72f26659ac, identifier: 10720862
2026-03-26 05:31:02 [openlane.gb] INFO: Found listing with ID: 10692823
2026-03-26 05:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:02 [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-26 05:31:02 [openlane.gb] INFO: Scrape type for 10692823: 0
2026-03-26 05:31:02 [openlane.gb] INFO: Found listing with ID: 10691303
2026-03-26 05:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:02 [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-26 05:31:02 [openlane.gb] INFO: Scrape type for 10691303: 0
2026-03-26 05:31:02 [openlane.gb] INFO: Found listing with ID: 10692824
2026-03-26 05:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:02 [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-26 05:31:02 [openlane.gb] INFO: Scrape type for 10692824: 0
2026-03-26 05:31:02 [openlane.gb] INFO: Found listing with ID: 10721104
2026-03-26 05:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710721104%27 HTTP/1.1" 200 None
2026-03-26 05:31:02 [openlane.gb] INFO: Scrape type for 10721104: 2
2026-03-26 05:31:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 29b648c4-71dc-5de1-96b2-5d72f26659ac with identifier: 10720862
2026-03-26 05:31:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 29b648c4-71dc-5de1-96b2-5d72f26659ac with identifier: 10720862
2026-03-26 05:31:02 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 29b648c4-71dc-5de1-96b2-5d72f26659ac with identifier: 10720862 to the API
2026-03-26 05:31:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720862>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 1,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Petrol',
'id': '29b648c4-71dc-5de1-96b2-5d72f26659ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV25PVJ',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720862',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 16470,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14500,
'price_includes_vat': True,
'registration_date': '2025-03-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa 1.2 Turbo Ultimate - Petrol - Automatic - 1 hp - '
'DV25PVJ - 16,470 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-26 05:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720862%27 HTTP/1.1" 200 None
2026-03-26 05:31:02 [openlane.gb] INFO: Saving data for 10720862: {'auction_closing_time': 1774533600.0, 'created_time': 1774387854.42096, 'last_price_update_time': 1774503062.459129}
2026-03-26 05:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720862') HTTP/1.1" 204 0
2026-03-26 05:31:02 [openlane.gb] INFO: Found listing with ID: 10721102
2026-03-26 05:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710721102%27 HTTP/1.1" 200 None
2026-03-26 05:31:02 [openlane.gb] INFO: Scrape type for 10721102: 0
2026-03-26 05:31:02 [openlane.gb] INFO: Found listing with ID: 10619051
2026-03-26 05:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:02 [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-26 05:31:02 [openlane.gb] INFO: Scrape type for 10619051: 0
2026-03-26 05:31:02 [openlane.gb] INFO: Found listing with ID: 10630207
2026-03-26 05:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:02 [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-26 05:31:02 [openlane.gb] INFO: Scrape type for 10630207: 0
2026-03-26 05:31:02 [openlane.gb] INFO: Found listing with ID: 10630206
2026-03-26 05:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:02 [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-26 05:31:02 [openlane.gb] INFO: Scrape type for 10630206: 0
2026-03-26 05:31:02 [openlane.gb] INFO: Found listing with ID: 10619050
2026-03-26 05:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:02 [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-26 05:31:02 [openlane.gb] INFO: Scrape type for 10619050: 0
2026-03-26 05:31:02 [openlane.gb] INFO: Found listing with ID: 10707310
2026-03-26 05:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:02 [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-26 05:31:02 [openlane.gb] INFO: Scrape type for 10707310: 0
2026-03-26 05:31:02 [openlane.gb] INFO: Found listing with ID: 10707309
2026-03-26 05:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:02 [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-26 05:31:02 [openlane.gb] INFO: Scrape type for 10707309: 0
2026-03-26 05:31:02 [openlane.gb] INFO: Found listing with ID: 10707308
2026-03-26 05:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:02 [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-26 05:31:02 [openlane.gb] INFO: Scrape type for 10707308: 0
2026-03-26 05:31:02 [openlane.gb] INFO: Found listing with ID: 10707307
2026-03-26 05:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:02 [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-26 05:31:02 [openlane.gb] INFO: Scrape type for 10707307: 0
2026-03-26 05:31:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a902469-bdd3-54a0-be4e-baa2c26f1e59 with identifier: 10720863
2026-03-26 05:31:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a902469-bdd3-54a0-be4e-baa2c26f1e59 with scrape type 2
2026-03-26 05:31:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a902469-bdd3-54a0-be4e-baa2c26f1e59 with scrape type 2
2026-03-26 05:31:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 3a902469-bdd3-54a0-be4e-baa2c26f1e59, identifier: 10720863
2026-03-26 05:31:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2fcd116-5dd7-5008-b533-da5e15ef65b0 with identifier: 10720860
2026-03-26 05:31:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2fcd116-5dd7-5008-b533-da5e15ef65b0 with scrape type 2
2026-03-26 05:31:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2fcd116-5dd7-5008-b533-da5e15ef65b0 with scrape type 2
2026-03-26 05:31:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: d2fcd116-5dd7-5008-b533-da5e15ef65b0, identifier: 10720860
2026-03-26 05:31:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70c43352-3128-57db-94ce-837c5d8e635e with identifier: 10720861
2026-03-26 05:31:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70c43352-3128-57db-94ce-837c5d8e635e with scrape type 2
2026-03-26 05:31:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70c43352-3128-57db-94ce-837c5d8e635e with scrape type 2
2026-03-26 05:31:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 70c43352-3128-57db-94ce-837c5d8e635e, identifier: 10720861
2026-03-26 05:31:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 3a902469-bdd3-54a0-be4e-baa2c26f1e59 with identifier: 10720863
2026-03-26 05:31:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 3a902469-bdd3-54a0-be4e-baa2c26f1e59 with identifier: 10720863
2026-03-26 05:31:03 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 3a902469-bdd3-54a0-be4e-baa2c26f1e59 with identifier: 10720863 to the API
2026-03-26 05:31:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720863>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 1,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Petrol',
'id': '3a902469-bdd3-54a0-be4e-baa2c26f1e59',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV25PWU',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720863',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 16793,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14500,
'price_includes_vat': True,
'registration_date': '2025-03-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa 1.2 Turbo Ultimate - Petrol - Automatic - 1 hp - '
'DV25PWU - 16,793 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-26 05:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720863%27 HTTP/1.1" 200 None
2026-03-26 05:31:03 [openlane.gb] INFO: Saving data for 10720863: {'auction_closing_time': 1774533600.0, 'created_time': 1774387888.421536, 'last_price_update_time': 1774503063.184762}
2026-03-26 05:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720863') HTTP/1.1" 204 0
2026-03-26 05:31:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: d2fcd116-5dd7-5008-b533-da5e15ef65b0 with identifier: 10720860
2026-03-26 05:31:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: d2fcd116-5dd7-5008-b533-da5e15ef65b0 with identifier: 10720860
2026-03-26 05:31:03 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: d2fcd116-5dd7-5008-b533-da5e15ef65b0 with identifier: 10720860 to the API
2026-03-26 05:31:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720860>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 1,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Petrol',
'id': 'd2fcd116-5dd7-5008-b533-da5e15ef65b0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV25PTX',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720860',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 15734,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14600,
'price_includes_vat': True,
'registration_date': '2025-03-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa 1.2 Turbo Ultimate - Petrol - Automatic - 1 hp - '
'DV25PTX - 15,734 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-26 05:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720860%27 HTTP/1.1" 200 None
2026-03-26 05:31:03 [openlane.gb] INFO: Saving data for 10720860: {'auction_closing_time': 1774533600.0, 'created_time': 1774387886.62313, 'last_price_update_time': 1774503063.57115}
2026-03-26 05:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720860') HTTP/1.1" 204 0
2026-03-26 05:31:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 70c43352-3128-57db-94ce-837c5d8e635e with identifier: 10720861
2026-03-26 05:31:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 70c43352-3128-57db-94ce-837c5d8e635e with identifier: 10720861
2026-03-26 05:31:03 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 70c43352-3128-57db-94ce-837c5d8e635e with identifier: 10720861 to the API
2026-03-26 05:31:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720861>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 1,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Petrol',
'id': '70c43352-3128-57db-94ce-837c5d8e635e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV25PNJ',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720861',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 19940,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14200,
'price_includes_vat': True,
'registration_date': '2025-03-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa 1.2 Turbo Ultimate - Petrol - Automatic - 1 hp - '
'DV25PNJ - 19,940 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-26 05:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720861%27 HTTP/1.1" 200 None
2026-03-26 05:31:03 [openlane.gb] INFO: Saving data for 10720861: {'auction_closing_time': 1774533600.0, 'created_time': 1774387885.977662, 'last_price_update_time': 1774503063.8634}
2026-03-26 05:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720861') HTTP/1.1" 204 0
2026-03-26 05:31:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720849> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720842> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6991d415-cb46-5444-9d11-3e25a05d834c with identifier: 10720849
2026-03-26 05:31:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6991d415-cb46-5444-9d11-3e25a05d834c with scrape type 2
2026-03-26 05:31:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6991d415-cb46-5444-9d11-3e25a05d834c with scrape type 2
2026-03-26 05:31:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 6991d415-cb46-5444-9d11-3e25a05d834c, identifier: 10720849
2026-03-26 05:31:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 6991d415-cb46-5444-9d11-3e25a05d834c with identifier: 10720849
2026-03-26 05:31:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 6991d415-cb46-5444-9d11-3e25a05d834c with identifier: 10720849
2026-03-26 05:31:04 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 6991d415-cb46-5444-9d11-3e25a05d834c with identifier: 10720849 to the API
2026-03-26 05:31:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720849>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 101,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Petrol',
'id': '6991d415-cb46-5444-9d11-3e25a05d834c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV25PXB',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720849',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 17474,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14400,
'price_includes_vat': True,
'registration_date': '2025-03-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa 1.2 Turbo Ultimate - Petrol - Automatic - 101 hp - '
'DV25PXB - 17,474 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-26 05:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05: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%2710720849%27 HTTP/1.1" 200 None
2026-03-26 05:31:04 [openlane.gb] INFO: Saving data for 10720849: {'auction_closing_time': 1774533600.0, 'created_time': 1774387901.063054, 'last_price_update_time': 1774503064.374483}
2026-03-26 05:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720849') HTTP/1.1" 204 0
2026-03-26 05:31:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: edb253e3-79c5-5e74-bede-675f501586f0 with identifier: 10720842
2026-03-26 05:31:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item edb253e3-79c5-5e74-bede-675f501586f0 with scrape type 2
2026-03-26 05:31:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item edb253e3-79c5-5e74-bede-675f501586f0 with scrape type 2
2026-03-26 05:31:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: edb253e3-79c5-5e74-bede-675f501586f0, identifier: 10720842
2026-03-26 05:31:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: edb253e3-79c5-5e74-bede-675f501586f0 with identifier: 10720842
2026-03-26 05:31:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: edb253e3-79c5-5e74-bede-675f501586f0 with identifier: 10720842
2026-03-26 05:31:04 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: edb253e3-79c5-5e74-bede-675f501586f0 with identifier: 10720842 to the API
2026-03-26 05:31:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720842>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 101,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Petrol',
'id': 'edb253e3-79c5-5e74-bede-675f501586f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DN25FJA',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720842',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 18471,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14300,
'price_includes_vat': True,
'registration_date': '2025-04-30',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa 1.2 Turbo Ultimate - Petrol - Automatic - 101 hp - '
'DN25FJA - 18,471 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-26 05:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05: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%2710720842%27 HTTP/1.1" 200 None
2026-03-26 05:31:04 [openlane.gb] INFO: Saving data for 10720842: {'auction_closing_time': 1774533600.0, 'created_time': 1774387901.801001, 'last_price_update_time': 1774503064.789516}
2026-03-26 05:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720842') HTTP/1.1" 204 0
2026-03-26 05:31:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720864> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720866> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720884> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 869b3ac2-b85e-5da1-a91e-54240bdc3cc5 with identifier: 10720864
2026-03-26 05:31:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 869b3ac2-b85e-5da1-a91e-54240bdc3cc5 with scrape type 2
2026-03-26 05:31:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 869b3ac2-b85e-5da1-a91e-54240bdc3cc5 with scrape type 2
2026-03-26 05:31:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 869b3ac2-b85e-5da1-a91e-54240bdc3cc5, identifier: 10720864
2026-03-26 05:31:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9f3e8cb-1db7-552b-8796-401c4c3ed41e with identifier: 10720866
2026-03-26 05:31:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9f3e8cb-1db7-552b-8796-401c4c3ed41e with scrape type 2
2026-03-26 05:31:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a9f3e8cb-1db7-552b-8796-401c4c3ed41e with scrape type 2
2026-03-26 05:31:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: a9f3e8cb-1db7-552b-8796-401c4c3ed41e, identifier: 10720866
2026-03-26 05:31:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 869b3ac2-b85e-5da1-a91e-54240bdc3cc5 with identifier: 10720864
2026-03-26 05:31:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 869b3ac2-b85e-5da1-a91e-54240bdc3cc5 with identifier: 10720864
2026-03-26 05:31:05 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 869b3ac2-b85e-5da1-a91e-54240bdc3cc5 with identifier: 10720864 to the API
2026-03-26 05:31:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720864>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 1,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Petrol',
'id': '869b3ac2-b85e-5da1-a91e-54240bdc3cc5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VN74WLX',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720864',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 6034,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 13300,
'price_includes_vat': True,
'registration_date': '2024-11-29',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa 1.2 Turbo GS - Petrol - Automatic - 1 hp - VN74WLX - '
'6,034 mi',
'transmission': 'automatic',
'trim': 'GS',
'vin': None,
'year': 2024}
2026-03-26 05:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05: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%2710720864%27 HTTP/1.1" 200 None
2026-03-26 05:31:05 [openlane.gb] INFO: Saving data for 10720864: {'auction_closing_time': 1774533600.0, 'created_time': 1774387907.667116, 'last_price_update_time': 1774503065.374754}
2026-03-26 05:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720864') HTTP/1.1" 204 0
2026-03-26 05:31:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: a9f3e8cb-1db7-552b-8796-401c4c3ed41e with identifier: 10720866
2026-03-26 05:31:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: a9f3e8cb-1db7-552b-8796-401c4c3ed41e with identifier: 10720866
2026-03-26 05:31:05 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: a9f3e8cb-1db7-552b-8796-401c4c3ed41e with identifier: 10720866 to the API
2026-03-26 05:31:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720866>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 1,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Petrol',
'id': 'a9f3e8cb-1db7-552b-8796-401c4c3ed41e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'GY71ECV',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720866',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka',
'odometer': 35187,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8700,
'price_includes_vat': True,
'registration_date': '2021-09-29',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka 1.2 Turbo SRi - Petrol - Automatic - 1 hp - GY71ECV '
'- 35,187 mi',
'transmission': 'automatic',
'trim': 'SRi',
'vin': None,
'year': 2021}
2026-03-26 05:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05: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%2710720866%27 HTTP/1.1" 200 None
2026-03-26 05:31:05 [openlane.gb] INFO: Saving data for 10720866: {'auction_closing_time': 1774533600.0, 'created_time': 1774387872.072621, 'last_price_update_time': 1774503065.670877}
2026-03-26 05:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720866') HTTP/1.1" 204 0
2026-03-26 05:31:05 [scrapy.extensions.logstats] INFO: Crawled 37 pages (at 37 pages/min), scraped 33 items (at 33 items/min)
2026-03-26 05:31:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 191MiB
2026-03-26 05:31:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720850> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720868> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f99d0f8-e77b-5be7-a3d3-14b2b14966d0 with identifier: 10720884
2026-03-26 05:31:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f99d0f8-e77b-5be7-a3d3-14b2b14966d0 with scrape type 2
2026-03-26 05:31:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f99d0f8-e77b-5be7-a3d3-14b2b14966d0 with scrape type 2
2026-03-26 05:31:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 8f99d0f8-e77b-5be7-a3d3-14b2b14966d0, identifier: 10720884
2026-03-26 05:31:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 8f99d0f8-e77b-5be7-a3d3-14b2b14966d0 with identifier: 10720884
2026-03-26 05:31:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 8f99d0f8-e77b-5be7-a3d3-14b2b14966d0 with identifier: 10720884
2026-03-26 05:31:05 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 8f99d0f8-e77b-5be7-a3d3-14b2b14966d0 with identifier: 10720884 to the API
2026-03-26 05:31:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720884>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 1,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Petrol',
'id': '8f99d0f8-e77b-5be7-a3d3-14b2b14966d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DY25XGP',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720884',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka',
'odometer': 16693,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 16200,
'price_includes_vat': True,
'registration_date': '2025-03-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka 1.2 Turbo Ultimate - Petrol - Automatic - 1 hp - '
'DY25XGP - 16,693 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-26 05:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05: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%2710720884%27 HTTP/1.1" 200 None
2026-03-26 05:31:06 [openlane.gb] INFO: Saving data for 10720884: {'auction_closing_time': 1774533600.0, 'created_time': 1774387868.789913, 'last_price_update_time': 1774503066.073061}
2026-03-26 05:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720884') HTTP/1.1" 204 0
2026-03-26 05:31:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720821> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcf1d6da-1ac5-566c-9e01-dbd0d65a394c with identifier: 10720850
2026-03-26 05:31:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcf1d6da-1ac5-566c-9e01-dbd0d65a394c with scrape type 2
2026-03-26 05:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcf1d6da-1ac5-566c-9e01-dbd0d65a394c with scrape type 2
2026-03-26 05:31:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: fcf1d6da-1ac5-566c-9e01-dbd0d65a394c, identifier: 10720850
2026-03-26 05:31:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d87cc4aa-9155-5377-a477-858bb99f3557 with identifier: 10720868
2026-03-26 05:31:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d87cc4aa-9155-5377-a477-858bb99f3557 with scrape type 2
2026-03-26 05:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d87cc4aa-9155-5377-a477-858bb99f3557 with scrape type 2
2026-03-26 05:31:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: d87cc4aa-9155-5377-a477-858bb99f3557, identifier: 10720868
2026-03-26 05:31:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: fcf1d6da-1ac5-566c-9e01-dbd0d65a394c with identifier: 10720850
2026-03-26 05:31:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: fcf1d6da-1ac5-566c-9e01-dbd0d65a394c with identifier: 10720850
2026-03-26 05:31:06 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: fcf1d6da-1ac5-566c-9e01-dbd0d65a394c with identifier: 10720850 to the API
2026-03-26 05:31:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720850>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': 'fcf1d6da-1ac5-566c-9e01-dbd0d65a394c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'AK71VMG',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720850',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 40047,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7700,
'price_includes_vat': True,
'registration_date': '2021-12-30',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh SRi Premium - Electric - Automatic - 136 '
'hp - AK71VMG - 40,047 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2021}
2026-03-26 05:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05: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%2710720850%27 HTTP/1.1" 200 None
2026-03-26 05:31:06 [openlane.gb] INFO: Saving data for 10720850: {'auction_closing_time': 1774533600.0, 'created_time': 1774387879.524168, 'last_price_update_time': 1774503066.5543}
2026-03-26 05:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720850') HTTP/1.1" 204 0
2026-03-26 05:31:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: d87cc4aa-9155-5377-a477-858bb99f3557 with identifier: 10720868
2026-03-26 05:31:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: d87cc4aa-9155-5377-a477-858bb99f3557 with identifier: 10720868
2026-03-26 05:31:06 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: d87cc4aa-9155-5377-a477-858bb99f3557 with identifier: 10720868 to the API
2026-03-26 05:31:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720868>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Red',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': 'd87cc4aa-9155-5377-a477-858bb99f3557',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'FT71BUV',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720868',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 28299,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8000,
'price_includes_vat': True,
'registration_date': '2022-01-13',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Elite Premium - Electric - Automatic - 1 '
'hp - FT71BUV - 28,299 mi',
'transmission': 'automatic',
'trim': 'Elite Premium',
'vin': None,
'year': 2022}
2026-03-26 05:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05: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%2710720868%27 HTTP/1.1" 200 None
2026-03-26 05:31:06 [openlane.gb] INFO: Saving data for 10720868: {'auction_closing_time': 1774533600.0, 'created_time': 1774387879.198568, 'last_price_update_time': 1774503066.860233}
2026-03-26 05:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720868') HTTP/1.1" 204 0
2026-03-26 05:31:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720873> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720878> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee0f341c-361d-5293-bcbc-b2b1d7b76867 with identifier: 10720821
2026-03-26 05:31:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee0f341c-361d-5293-bcbc-b2b1d7b76867 with scrape type 2
2026-03-26 05:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee0f341c-361d-5293-bcbc-b2b1d7b76867 with scrape type 2
2026-03-26 05:31:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: ee0f341c-361d-5293-bcbc-b2b1d7b76867, identifier: 10720821
2026-03-26 05:31:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: ee0f341c-361d-5293-bcbc-b2b1d7b76867 with identifier: 10720821
2026-03-26 05:31:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: ee0f341c-361d-5293-bcbc-b2b1d7b76867 with identifier: 10720821
2026-03-26 05:31:07 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: ee0f341c-361d-5293-bcbc-b2b1d7b76867 with identifier: 10720821 to the API
2026-03-26 05:31:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720821>
{'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': 'ee0f341c-361d-5293-bcbc-b2b1d7b76867',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'KT71FBY',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720821',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 60090,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': True,
'registration_date': '2021-11-30',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa-e 46 kWh Elite Nav Premium - Electric - Automatic - '
'136 hp - KT71FBY - 60,090 mi',
'transmission': 'automatic',
'trim': 'Elite Nav Premium',
'vin': None,
'year': 2021}
2026-03-26 05:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720821%27 HTTP/1.1" 200 None
2026-03-26 05:31:07 [openlane.gb] INFO: Saving data for 10720821: {'auction_closing_time': 1774533600.0, 'created_time': 1774387929.568813, 'last_price_update_time': 1774503067.265981}
2026-03-26 05:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720821') HTTP/1.1" 204 0
2026-03-26 05:31:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7391b812-403b-53f9-bbf8-046bad305a52 with identifier: 10720873
2026-03-26 05:31:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7391b812-403b-53f9-bbf8-046bad305a52 with scrape type 2
2026-03-26 05:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7391b812-403b-53f9-bbf8-046bad305a52 with scrape type 2
2026-03-26 05:31:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 7391b812-403b-53f9-bbf8-046bad305a52, identifier: 10720873
2026-03-26 05:31:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01f88612-6c05-53f4-92ef-1d827bb40586 with identifier: 10720878
2026-03-26 05:31:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01f88612-6c05-53f4-92ef-1d827bb40586 with scrape type 2
2026-03-26 05:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01f88612-6c05-53f4-92ef-1d827bb40586 with scrape type 2
2026-03-26 05:31:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 01f88612-6c05-53f4-92ef-1d827bb40586, identifier: 10720878
2026-03-26 05:31:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 7391b812-403b-53f9-bbf8-046bad305a52 with identifier: 10720873
2026-03-26 05:31:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 7391b812-403b-53f9-bbf8-046bad305a52 with identifier: 10720873
2026-03-26 05:31:07 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 7391b812-403b-53f9-bbf8-046bad305a52 with identifier: 10720873 to the API
2026-03-26 05:31:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720873>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': '7391b812-403b-53f9-bbf8-046bad305a52',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'EA71ZBJ',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720873',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 26817,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8500,
'price_includes_vat': True,
'registration_date': '2021-12-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh SRi Premium - Electric - Automatic - 1 hp '
'- EA71ZBJ - 26,817 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2021}
2026-03-26 05:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720873%27 HTTP/1.1" 200 None
2026-03-26 05:31:07 [openlane.gb] INFO: Saving data for 10720873: {'auction_closing_time': 1774533600.0, 'created_time': 1774387884.794418, 'last_price_update_time': 1774503067.751845}
2026-03-26 05:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720873') HTTP/1.1" 204 0
2026-03-26 05:31:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 01f88612-6c05-53f4-92ef-1d827bb40586 with identifier: 10720878
2026-03-26 05:31:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 01f88612-6c05-53f4-92ef-1d827bb40586 with identifier: 10720878
2026-03-26 05:31:07 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 01f88612-6c05-53f4-92ef-1d827bb40586 with identifier: 10720878 to the API
2026-03-26 05:31:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720878>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Red',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': '01f88612-6c05-53f4-92ef-1d827bb40586',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'WM71MXD',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720878',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 18367,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9400,
'price_includes_vat': True,
'registration_date': '2022-01-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate - Electric - Automatic - 136 hp - '
'WM71MXD - 18,367 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 05:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720878%27 HTTP/1.1" 200 None
2026-03-26 05:31:08 [openlane.gb] INFO: Saving data for 10720878: {'auction_closing_time': 1774533600.0, 'created_time': 1774387898.738788, 'last_price_update_time': 1774503068.068239}
2026-03-26 05:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720878') HTTP/1.1" 204 0
2026-03-26 05:31:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10711372> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10721170> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720853> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9a204e3-7d6f-57b9-ac59-4a6d60733b52 with identifier: 10711372
2026-03-26 05:31:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9a204e3-7d6f-57b9-ac59-4a6d60733b52 with scrape type 2
2026-03-26 05:31:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9a204e3-7d6f-57b9-ac59-4a6d60733b52 with scrape type 2
2026-03-26 05:31:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: b9a204e3-7d6f-57b9-ac59-4a6d60733b52, identifier: 10711372
2026-03-26 05:31:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8ad84a0-7a58-5575-9d7d-4fef3a421841 with identifier: 10721170
2026-03-26 05:31:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8ad84a0-7a58-5575-9d7d-4fef3a421841 with scrape type 2
2026-03-26 05:31:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8ad84a0-7a58-5575-9d7d-4fef3a421841 with scrape type 2
2026-03-26 05:31:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: e8ad84a0-7a58-5575-9d7d-4fef3a421841, identifier: 10721170
2026-03-26 05:31:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: b9a204e3-7d6f-57b9-ac59-4a6d60733b52 with identifier: 10711372
2026-03-26 05:31:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:31:08 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Diesel HTTP/1.1" 200 None
2026-03-26 05:31:08 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 05:31:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: b9a204e3-7d6f-57b9-ac59-4a6d60733b52 with identifier: 10711372
2026-03-26 05:31:08 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: b9a204e3-7d6f-57b9-ac59-4a6d60733b52 with identifier: 10711372 to the API
2026-03-26 05:31:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10711372>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '2.2L',
'engine_horse_power': 1,
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'b9a204e3-7d6f-57b9-ac59-4a6d60733b52',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DP75RCF',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10711372',
'listing': 'auctionplusdirectbuy',
'location': 'Stoke-on-Trent',
'make': 'Vauxhall',
'model': 'Movano',
'odometer': 10,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 22800,
'price_includes_vat': True,
'registration_date': '2025-12-31',
'seats_number': 3,
'seller_name': None,
'title': 'Vauxhall Movano L3H2 2.2 Turbo Prime - Diesel - Manual - 1 hp - '
'DP75RCF - 10 mi',
'transmission': 'manual',
'trim': 'Prime',
'vin': None,
'year': 2025}
2026-03-26 05:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:08 [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-26 05:31:08 [openlane.gb] INFO: Saving data for 10711372: {'auction_closing_time': 1775034000.0, 'created_time': 1774301451.433516, 'last_price_update_time': 1774503068.873075}
2026-03-26 05:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10711372') HTTP/1.1" 204 0
2026-03-26 05:31:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: e8ad84a0-7a58-5575-9d7d-4fef3a421841 with identifier: 10721170
2026-03-26 05:31:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: e8ad84a0-7a58-5575-9d7d-4fef3a421841 with identifier: 10721170
2026-03-26 05:31:08 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: e8ad84a0-7a58-5575-9d7d-4fef3a421841 with identifier: 10721170 to the API
2026-03-26 05:31:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10721170>
{'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-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'e8ad84a0-7a58-5575-9d7d-4fef3a421841',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DT75NRJ',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10721170',
'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': 21700,
'price_includes_vat': True,
'registration_date': '2026-01-30',
'seats_number': 3,
'seller_name': None,
'title': 'Vauxhall Vivaro 2.0 Turbo Prime XL - Diesel - Automatic - 1 hp - '
'DT75NRJ - 10 mi',
'transmission': 'automatic',
'trim': 'Prime XL',
'vin': None,
'year': 2026}
2026-03-26 05:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710721170%27 HTTP/1.1" 200 None
2026-03-26 05:31:09 [openlane.gb] INFO: Saving data for 10721170: {'auction_closing_time': 1775034000.0, 'created_time': 1774387908.946376, 'last_price_update_time': 1774503069.162069}
2026-03-26 05:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10721170') HTTP/1.1" 204 0
2026-03-26 05:31:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10721103> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 960e3aa2-94ee-5d76-980f-e6533394b9d6 with identifier: 10720853
2026-03-26 05:31:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 960e3aa2-94ee-5d76-980f-e6533394b9d6 with scrape type 2
2026-03-26 05:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 960e3aa2-94ee-5d76-980f-e6533394b9d6 with scrape type 2
2026-03-26 05:31:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 960e3aa2-94ee-5d76-980f-e6533394b9d6, identifier: 10720853
2026-03-26 05:31:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10715371> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10721205> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10721104> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 960e3aa2-94ee-5d76-980f-e6533394b9d6 with identifier: 10720853
2026-03-26 05:31:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 960e3aa2-94ee-5d76-980f-e6533394b9d6 with identifier: 10720853
2026-03-26 05:31:09 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 960e3aa2-94ee-5d76-980f-e6533394b9d6 with identifier: 10720853 to the API
2026-03-26 05:31:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720853>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Orange',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': '960e3aa2-94ee-5d76-980f-e6533394b9d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'VE71NLC',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720853',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 22311,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7700,
'price_includes_vat': True,
'registration_date': '2022-01-24',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa-e 46 kWh Elite Nav Premium - Electric - Automatic - '
'136 hp - VE71NLC - 22,311 mi',
'transmission': 'automatic',
'trim': 'Elite Nav Premium',
'vin': None,
'year': 2022}
2026-03-26 05:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720853%27 HTTP/1.1" 200 None
2026-03-26 05:31:09 [openlane.gb] INFO: Saving data for 10720853: {'auction_closing_time': 1774533600.0, 'created_time': 1774387887.21838, 'last_price_update_time': 1774503069.557064}
2026-03-26 05:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720853') HTTP/1.1" 204 0
2026-03-26 05:31:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad4732b7-95d8-59b0-b7fb-3d9b84d0d690 with identifier: 10721103
2026-03-26 05:31:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad4732b7-95d8-59b0-b7fb-3d9b84d0d690 with scrape type 2
2026-03-26 05:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad4732b7-95d8-59b0-b7fb-3d9b84d0d690 with scrape type 2
2026-03-26 05:31:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: ad4732b7-95d8-59b0-b7fb-3d9b84d0d690, identifier: 10721103
2026-03-26 05:31:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a466e4cc-91fc-533d-8ee9-60788db3363f with identifier: 10715371
2026-03-26 05:31:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a466e4cc-91fc-533d-8ee9-60788db3363f with scrape type 2
2026-03-26 05:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a466e4cc-91fc-533d-8ee9-60788db3363f with scrape type 2
2026-03-26 05:31:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: a466e4cc-91fc-533d-8ee9-60788db3363f, identifier: 10715371
2026-03-26 05:31:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a95fda2a-e764-566a-883c-82d136e59064 with identifier: 10721205
2026-03-26 05:31:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a95fda2a-e764-566a-883c-82d136e59064 with scrape type 2
2026-03-26 05:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a95fda2a-e764-566a-883c-82d136e59064 with scrape type 2
2026-03-26 05:31:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: a95fda2a-e764-566a-883c-82d136e59064, identifier: 10721205
2026-03-26 05:31:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 568d34bc-c16d-5b30-a3ed-01f1bb28a64d with identifier: 10721104
2026-03-26 05:31:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 568d34bc-c16d-5b30-a3ed-01f1bb28a64d with scrape type 2
2026-03-26 05:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 568d34bc-c16d-5b30-a3ed-01f1bb28a64d with scrape type 2
2026-03-26 05:31:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 568d34bc-c16d-5b30-a3ed-01f1bb28a64d, identifier: 10721104
2026-03-26 05:31:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: ad4732b7-95d8-59b0-b7fb-3d9b84d0d690 with identifier: 10721103
2026-03-26 05:31:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: ad4732b7-95d8-59b0-b7fb-3d9b84d0d690 with identifier: 10721103
2026-03-26 05:31:10 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: ad4732b7-95d8-59b0-b7fb-3d9b84d0d690 with identifier: 10721103 to the API
2026-03-26 05:31:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10721103>
{'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': 'ad4732b7-95d8-59b0-b7fb-3d9b84d0d690',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DT75NUH',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10721103',
'listing': 'auctionplusdirectbuy',
'location': 'Stoke-on-Trent',
'make': 'Vauxhall',
'model': 'Movano',
'odometer': 10,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 22900,
'price_includes_vat': True,
'registration_date': '2026-01-31',
'seats_number': 3,
'seller_name': None,
'title': 'Vauxhall Movano 2.2 Turbo Prime - Diesel - Manual - 140 hp - '
'DT75NUH - 10 mi',
'transmission': 'manual',
'trim': 'Prime',
'vin': None,
'year': 2026}
2026-03-26 05:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710721103%27 HTTP/1.1" 200 None
2026-03-26 05:31:10 [openlane.gb] INFO: Saving data for 10721103: {'auction_closing_time': 1775034000.0, 'created_time': 1774387924.652798, 'last_price_update_time': 1774503070.227757}
2026-03-26 05:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10721103') HTTP/1.1" 204 0
2026-03-26 05:31:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: a466e4cc-91fc-533d-8ee9-60788db3363f with identifier: 10715371
2026-03-26 05:31:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: a466e4cc-91fc-533d-8ee9-60788db3363f with identifier: 10715371
2026-03-26 05:31:10 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: a466e4cc-91fc-533d-8ee9-60788db3363f with identifier: 10715371 to the API
2026-03-26 05:31:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10715371>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 101,
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'a466e4cc-91fc-533d-8ee9-60788db3363f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DS75BUP',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10715371',
'listing': 'auctionplusdirectbuy',
'location': 'Stoke-on-Trent',
'make': 'Vauxhall',
'model': 'Corsa',
'odometer': 10,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 15800,
'price_includes_vat': True,
'registration_date': '2025-10-31',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Corsa 1.2 Turbo GS - Petrol - Automatic - 101 hp - DS75BUP '
'- 10 mi',
'transmission': 'automatic',
'trim': 'GS',
'vin': None,
'year': 2025}
2026-03-26 05:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:10 [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-26 05:31:10 [openlane.gb] INFO: Saving data for 10715371: {'auction_closing_time': 1775034000.0, 'created_time': 1774301455.416026, 'last_price_update_time': 1774503070.591316}
2026-03-26 05:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10715371') HTTP/1.1" 204 0
2026-03-26 05:31:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: a95fda2a-e764-566a-883c-82d136e59064 with identifier: 10721205
2026-03-26 05:31:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: a95fda2a-e764-566a-883c-82d136e59064 with identifier: 10721205
2026-03-26 05:31:10 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: a95fda2a-e764-566a-883c-82d136e59064 with identifier: 10721205 to the API
2026-03-26 05:31:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10721205>
{'auction_title': '',
'c_o_2_emission_value': 42,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 125,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Hybrid',
'id': 'a95fda2a-e764-566a-883c-82d136e59064',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EJ8091',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10721205',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mini',
'model': 'Countryman',
'odometer': 44189,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 23800,
'price_includes_vat': True,
'registration_date': '2023-11-06',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Mini Countryman Cooper SE - ALL4 - Hybrid - Automatic - 125 hp - '
'44.189 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-26 05:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710721205%27 HTTP/1.1" 200 None
2026-03-26 05:31:10 [openlane.gb] INFO: Saving data for 10721205: {'auction_closing_time': 1774515600.0, 'created_time': 1774387909.446669, 'last_price_update_time': 1774503070.883997}
2026-03-26 05:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10721205') HTTP/1.1" 204 0
2026-03-26 05:31:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 568d34bc-c16d-5b30-a3ed-01f1bb28a64d with identifier: 10721104
2026-03-26 05:31:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 568d34bc-c16d-5b30-a3ed-01f1bb28a64d with identifier: 10721104
2026-03-26 05:31:11 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 568d34bc-c16d-5b30-a3ed-01f1bb28a64d with identifier: 10721104 to the API
2026-03-26 05:31:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10721104>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 146,
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': '568d34bc-c16d-5b30-a3ed-01f1bb28a64d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DT75NRV',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10721104',
'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': 21900,
'price_includes_vat': True,
'registration_date': '2026-01-31',
'seats_number': 7,
'seller_name': None,
'title': 'Vauxhall Vivaro 2.0 Turbo Pro XL - Diesel - Manual - 146 hp - '
'DT75NRV - 10 mi',
'transmission': 'manual',
'trim': 'Pro XL',
'vin': None,
'year': 2026}
2026-03-26 05:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710721104%27 HTTP/1.1" 200 None
2026-03-26 05:31:11 [openlane.gb] INFO: Saving data for 10721104: {'auction_closing_time': 1775034000.0, 'created_time': 1774387922.88552, 'last_price_update_time': 1774503071.229368}
2026-03-26 05:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10721104') HTTP/1.1" 204 0
2026-03-26 05:31:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720880> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720876> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720879> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee3aa1d2-ec7f-51ff-8209-0ae7f90349a7 with identifier: 10720880
2026-03-26 05:31:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee3aa1d2-ec7f-51ff-8209-0ae7f90349a7 with scrape type 2
2026-03-26 05:31:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee3aa1d2-ec7f-51ff-8209-0ae7f90349a7 with scrape type 2
2026-03-26 05:31:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: ee3aa1d2-ec7f-51ff-8209-0ae7f90349a7, identifier: 10720880
2026-03-26 05:31:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: ee3aa1d2-ec7f-51ff-8209-0ae7f90349a7 with identifier: 10720880
2026-03-26 05:31:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: ee3aa1d2-ec7f-51ff-8209-0ae7f90349a7 with identifier: 10720880
2026-03-26 05:31:11 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: ee3aa1d2-ec7f-51ff-8209-0ae7f90349a7 with identifier: 10720880 to the API
2026-03-26 05:31:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720880>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Red',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': 'ee3aa1d2-ec7f-51ff-8209-0ae7f90349a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'SW71GXH',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720880',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 18733,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9400,
'price_includes_vat': True,
'registration_date': '2022-01-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate - Electric - Automatic - 1 hp - '
'SW71GXH - 18,733 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 05:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720880%27 HTTP/1.1" 200 None
2026-03-26 05:31:11 [openlane.gb] INFO: Saving data for 10720880: {'auction_closing_time': 1774533600.0, 'created_time': 1774387898.416957, 'last_price_update_time': 1774503071.720921}
2026-03-26 05:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720880') HTTP/1.1" 204 0
2026-03-26 05:31:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24ae3925-33b6-52e8-8b91-de5c2ae64c32 with identifier: 10720876
2026-03-26 05:31:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24ae3925-33b6-52e8-8b91-de5c2ae64c32 with scrape type 2
2026-03-26 05:31:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24ae3925-33b6-52e8-8b91-de5c2ae64c32 with scrape type 2
2026-03-26 05:31:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 24ae3925-33b6-52e8-8b91-de5c2ae64c32, identifier: 10720876
2026-03-26 05:31:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 796ed405-b9b8-5da9-ba8e-9775f5b5b1e2 with identifier: 10720879
2026-03-26 05:31:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 796ed405-b9b8-5da9-ba8e-9775f5b5b1e2 with scrape type 2
2026-03-26 05:31:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 796ed405-b9b8-5da9-ba8e-9775f5b5b1e2 with scrape type 2
2026-03-26 05:31:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 796ed405-b9b8-5da9-ba8e-9775f5b5b1e2, identifier: 10720879
2026-03-26 05:31:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 24ae3925-33b6-52e8-8b91-de5c2ae64c32 with identifier: 10720876
2026-03-26 05:31:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 24ae3925-33b6-52e8-8b91-de5c2ae64c32 with identifier: 10720876
2026-03-26 05:31:12 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 24ae3925-33b6-52e8-8b91-de5c2ae64c32 with identifier: 10720876 to the API
2026-03-26 05:31:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720876>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': '24ae3925-33b6-52e8-8b91-de5c2ae64c32',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'WP71XBX',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720876',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 48732,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7800,
'price_includes_vat': True,
'registration_date': '2022-01-14',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate - Electric - Automatic - 1 hp - '
'WP71XBX - 48,732 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 05:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720876%27 HTTP/1.1" 200 None
2026-03-26 05:31:12 [openlane.gb] INFO: Saving data for 10720876: {'auction_closing_time': 1774533600.0, 'created_time': 1774387896.379866, 'last_price_update_time': 1774503072.231279}
2026-03-26 05:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720876') HTTP/1.1" 204 0
2026-03-26 05:31:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 796ed405-b9b8-5da9-ba8e-9775f5b5b1e2 with identifier: 10720879
2026-03-26 05:31:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 796ed405-b9b8-5da9-ba8e-9775f5b5b1e2 with identifier: 10720879
2026-03-26 05:31:12 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 796ed405-b9b8-5da9-ba8e-9775f5b5b1e2 with identifier: 10720879 to the API
2026-03-26 05:31:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720879>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': '796ed405-b9b8-5da9-ba8e-9775f5b5b1e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'AX71BNL',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720879',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 35154,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8400,
'price_includes_vat': True,
'registration_date': '2022-01-22',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate - Electric - Automatic - 1 hp - '
'AX71BNL - 35,154 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 05:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720879%27 HTTP/1.1" 200 None
2026-03-26 05:31:12 [openlane.gb] INFO: Saving data for 10720879: {'auction_closing_time': 1774533600.0, 'created_time': 1774387894.822189, 'last_price_update_time': 1774503072.520468}
2026-03-26 05:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720879') HTTP/1.1" 204 0
2026-03-26 05:31:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720877> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b57d064-0fd3-5041-ad9d-14c9de0506d7 with identifier: 10720877
2026-03-26 05:31:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b57d064-0fd3-5041-ad9d-14c9de0506d7 with scrape type 2
2026-03-26 05:31:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b57d064-0fd3-5041-ad9d-14c9de0506d7 with scrape type 2
2026-03-26 05:31:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 3b57d064-0fd3-5041-ad9d-14c9de0506d7, identifier: 10720877
2026-03-26 05:31:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 3b57d064-0fd3-5041-ad9d-14c9de0506d7 with identifier: 10720877
2026-03-26 05:31:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 3b57d064-0fd3-5041-ad9d-14c9de0506d7 with identifier: 10720877
2026-03-26 05:31:12 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 3b57d064-0fd3-5041-ad9d-14c9de0506d7 with identifier: 10720877 to the API
2026-03-26 05:31:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720877>
{'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': '3b57d064-0fd3-5041-ad9d-14c9de0506d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'PF71JGV',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720877',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 42351,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8100,
'price_includes_vat': True,
'registration_date': '2022-01-18',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate - Electric - Automatic - 136 hp - '
'PF71JGV - 42,351 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 05:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720877%27 HTTP/1.1" 200 None
2026-03-26 05:31:13 [openlane.gb] INFO: Saving data for 10720877: {'auction_closing_time': 1774533600.0, 'created_time': 1774387890.828675, 'last_price_update_time': 1774503073.034815}
2026-03-26 05:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720877') HTTP/1.1" 204 0
2026-03-26 05:31:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720881> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a36b6dfc-ce2f-5e92-87b9-0c4a991bd0ac with identifier: 10720881
2026-03-26 05:31:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a36b6dfc-ce2f-5e92-87b9-0c4a991bd0ac with scrape type 2
2026-03-26 05:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a36b6dfc-ce2f-5e92-87b9-0c4a991bd0ac with scrape type 2
2026-03-26 05:31:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: a36b6dfc-ce2f-5e92-87b9-0c4a991bd0ac, identifier: 10720881
2026-03-26 05:31:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: a36b6dfc-ce2f-5e92-87b9-0c4a991bd0ac with identifier: 10720881
2026-03-26 05:31:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: a36b6dfc-ce2f-5e92-87b9-0c4a991bd0ac with identifier: 10720881
2026-03-26 05:31:13 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: a36b6dfc-ce2f-5e92-87b9-0c4a991bd0ac with identifier: 10720881 to the API
2026-03-26 05:31:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720881>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': 'a36b6dfc-ce2f-5e92-87b9-0c4a991bd0ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'WG71RBY',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720881',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 15364,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9700,
'price_includes_vat': True,
'registration_date': '2021-12-23',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate Edition - Electric - Automatic - '
'136 hp - WG71RBY - 15,364 mi',
'transmission': 'automatic',
'trim': 'Ultimate Edition',
'vin': None,
'year': 2021}
2026-03-26 05:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720881%27 HTTP/1.1" 200 None
2026-03-26 05:31:13 [openlane.gb] INFO: Saving data for 10720881: {'auction_closing_time': 1774533600.0, 'created_time': 1774387898.106648, 'last_price_update_time': 1774503073.533981}
2026-03-26 05:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720881') HTTP/1.1" 204 0
2026-03-26 05:31:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720845> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720882> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720874> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4657f60-1538-5b53-9c4b-56b5613e7050 with identifier: 10720845
2026-03-26 05:31:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4657f60-1538-5b53-9c4b-56b5613e7050 with scrape type 2
2026-03-26 05:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4657f60-1538-5b53-9c4b-56b5613e7050 with scrape type 2
2026-03-26 05:31:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: b4657f60-1538-5b53-9c4b-56b5613e7050, identifier: 10720845
2026-03-26 05:31:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3501ab01-004e-5395-8e7f-bc9493c8ff25 with identifier: 10720882
2026-03-26 05:31:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3501ab01-004e-5395-8e7f-bc9493c8ff25 with scrape type 2
2026-03-26 05:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3501ab01-004e-5395-8e7f-bc9493c8ff25 with scrape type 2
2026-03-26 05:31:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 3501ab01-004e-5395-8e7f-bc9493c8ff25, identifier: 10720882
2026-03-26 05:31:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: b4657f60-1538-5b53-9c4b-56b5613e7050 with identifier: 10720845
2026-03-26 05:31:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: b4657f60-1538-5b53-9c4b-56b5613e7050 with identifier: 10720845
2026-03-26 05:31:13 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: b4657f60-1538-5b53-9c4b-56b5613e7050 with identifier: 10720845 to the API
2026-03-26 05:31:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720845>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Red',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': 'b4657f60-1538-5b53-9c4b-56b5613e7050',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'HK71WCT',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720845',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 24695,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9100,
'price_includes_vat': True,
'registration_date': '2021-11-30',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate Edition - Electric - Automatic - '
'136 hp - HK71WCT - 24,695 mi',
'transmission': 'automatic',
'trim': 'Ultimate Edition',
'vin': None,
'year': 2021}
2026-03-26 05:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720845%27 HTTP/1.1" 200 None
2026-03-26 05:31:14 [openlane.gb] INFO: Saving data for 10720845: {'auction_closing_time': 1774533600.0, 'created_time': 1774387891.448272, 'last_price_update_time': 1774503074.157239}
2026-03-26 05:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720845') HTTP/1.1" 204 0
2026-03-26 05:31:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 3501ab01-004e-5395-8e7f-bc9493c8ff25 with identifier: 10720882
2026-03-26 05:31:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 3501ab01-004e-5395-8e7f-bc9493c8ff25 with identifier: 10720882
2026-03-26 05:31:14 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 3501ab01-004e-5395-8e7f-bc9493c8ff25 with identifier: 10720882 to the API
2026-03-26 05:31:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720882>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Red',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': '3501ab01-004e-5395-8e7f-bc9493c8ff25',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'GL71DME',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720882',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 22138,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9300,
'price_includes_vat': True,
'registration_date': '2021-12-20',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate Edition - Electric - Automatic - '
'1 hp - GL71DME - 22,138 mi',
'transmission': 'automatic',
'trim': 'Ultimate Edition',
'vin': None,
'year': 2021}
2026-03-26 05:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720882%27 HTTP/1.1" 200 None
2026-03-26 05:31:14 [openlane.gb] INFO: Saving data for 10720882: {'auction_closing_time': 1774533600.0, 'created_time': 1774387892.264961, 'last_price_update_time': 1774503074.451727}
2026-03-26 05:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720882') HTTP/1.1" 204 0
2026-03-26 05:31:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720846> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6cd5236-d4d8-56c5-a16d-d4dc6511e6e6 with identifier: 10720874
2026-03-26 05:31:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6cd5236-d4d8-56c5-a16d-d4dc6511e6e6 with scrape type 2
2026-03-26 05:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6cd5236-d4d8-56c5-a16d-d4dc6511e6e6 with scrape type 2
2026-03-26 05:31:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: a6cd5236-d4d8-56c5-a16d-d4dc6511e6e6, identifier: 10720874
2026-03-26 05:31:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: a6cd5236-d4d8-56c5-a16d-d4dc6511e6e6 with identifier: 10720874
2026-03-26 05:31:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: a6cd5236-d4d8-56c5-a16d-d4dc6511e6e6 with identifier: 10720874
2026-03-26 05:31:14 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: a6cd5236-d4d8-56c5-a16d-d4dc6511e6e6 with identifier: 10720874 to the API
2026-03-26 05:31:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720874>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': 'a6cd5236-d4d8-56c5-a16d-d4dc6511e6e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'YB71UOE',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720874',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 14646,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9500,
'price_includes_vat': True,
'registration_date': '2022-01-08',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh SRi Premium - Electric - Automatic - 1 hp '
'- YB71UOE - 14,646 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2022}
2026-03-26 05:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720874%27 HTTP/1.1" 200 None
2026-03-26 05:31:14 [openlane.gb] INFO: Saving data for 10720874: {'auction_closing_time': 1774533600.0, 'created_time': 1774387893.077161, 'last_price_update_time': 1774503074.867427}
2026-03-26 05:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720874') HTTP/1.1" 204 0
2026-03-26 05:31:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720848> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90db1a53-1138-50e4-8d3a-d299971e26a5 with identifier: 10720846
2026-03-26 05:31:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90db1a53-1138-50e4-8d3a-d299971e26a5 with scrape type 2
2026-03-26 05:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90db1a53-1138-50e4-8d3a-d299971e26a5 with scrape type 2
2026-03-26 05:31:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 90db1a53-1138-50e4-8d3a-d299971e26a5, identifier: 10720846
2026-03-26 05:31:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 90db1a53-1138-50e4-8d3a-d299971e26a5 with identifier: 10720846
2026-03-26 05:31:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 90db1a53-1138-50e4-8d3a-d299971e26a5 with identifier: 10720846
2026-03-26 05:31:15 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 90db1a53-1138-50e4-8d3a-d299971e26a5 with identifier: 10720846 to the API
2026-03-26 05:31:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720846>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': '90db1a53-1138-50e4-8d3a-d299971e26a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'AP71BSY',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720846',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 27864,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9000,
'price_includes_vat': True,
'registration_date': '2021-11-30',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate Edition - Electric - Automatic - '
'136 hp - AP71BSY - 27,864 mi',
'transmission': 'automatic',
'trim': 'Ultimate Edition',
'vin': None,
'year': 2021}
2026-03-26 05:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720846%27 HTTP/1.1" 200 None
2026-03-26 05:31:15 [openlane.gb] INFO: Saving data for 10720846: {'auction_closing_time': 1774533600.0, 'created_time': 1774387889.481728, 'last_price_update_time': 1774503075.255677}
2026-03-26 05:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720846') HTTP/1.1" 204 0
2026-03-26 05:31:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 047ff071-eb4f-59b4-9d20-cda2e9e2fb11 with identifier: 10720848
2026-03-26 05:31:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 047ff071-eb4f-59b4-9d20-cda2e9e2fb11 with scrape type 2
2026-03-26 05:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 047ff071-eb4f-59b4-9d20-cda2e9e2fb11 with scrape type 2
2026-03-26 05:31:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 047ff071-eb4f-59b4-9d20-cda2e9e2fb11, identifier: 10720848
2026-03-26 05:31:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 047ff071-eb4f-59b4-9d20-cda2e9e2fb11 with identifier: 10720848
2026-03-26 05:31:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 047ff071-eb4f-59b4-9d20-cda2e9e2fb11 with identifier: 10720848
2026-03-26 05:31:15 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 047ff071-eb4f-59b4-9d20-cda2e9e2fb11 with identifier: 10720848 to the API
2026-03-26 05:31:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720848>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Orange',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': '047ff071-eb4f-59b4-9d20-cda2e9e2fb11',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'SH71KRG',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720848',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Corsa-e',
'odometer': 16914,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8000,
'price_includes_vat': True,
'registration_date': '2021-11-25',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Corsa-e 46 kWh Elite Nav Premium - Electric - Automatic - '
'136 hp - SH71KRG - 16,914 mi',
'transmission': 'automatic',
'trim': 'Elite Nav Premium',
'vin': None,
'year': 2021}
2026-03-26 05:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720848%27 HTTP/1.1" 200 None
2026-03-26 05:31:15 [openlane.gb] INFO: Saving data for 10720848: {'auction_closing_time': 1774533600.0, 'created_time': 1774387877.33592, 'last_price_update_time': 1774503075.647749}
2026-03-26 05:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720848') HTTP/1.1" 204 0
2026-03-26 05:31:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720872> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720869> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720870> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5908d634-05b3-537a-9318-26123172b319 with identifier: 10720872
2026-03-26 05:31:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5908d634-05b3-537a-9318-26123172b319 with scrape type 2
2026-03-26 05:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5908d634-05b3-537a-9318-26123172b319 with scrape type 2
2026-03-26 05:31:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 5908d634-05b3-537a-9318-26123172b319, identifier: 10720872
2026-03-26 05:31:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 5908d634-05b3-537a-9318-26123172b319 with identifier: 10720872
2026-03-26 05:31:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 5908d634-05b3-537a-9318-26123172b319 with identifier: 10720872
2026-03-26 05:31:15 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 5908d634-05b3-537a-9318-26123172b319 with identifier: 10720872 to the API
2026-03-26 05:31:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720872>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': '5908d634-05b3-537a-9318-26123172b319',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'SB71YMU',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720872',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 30601,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8300,
'price_includes_vat': True,
'registration_date': '2022-02-22',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh SRi Premium - Electric - Automatic - 1 hp '
'- SB71YMU - 30,601 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2022}
2026-03-26 05:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720872%27 HTTP/1.1" 200 None
2026-03-26 05:31:16 [openlane.gb] INFO: Saving data for 10720872: {'auction_closing_time': 1774533600.0, 'created_time': 1774387895.145429, 'last_price_update_time': 1774503076.141289}
2026-03-26 05:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720872') HTTP/1.1" 204 0
2026-03-26 05:31:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d639d821-4f74-5ffd-9255-bcaaa000a3cb with identifier: 10720869
2026-03-26 05:31:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d639d821-4f74-5ffd-9255-bcaaa000a3cb with scrape type 2
2026-03-26 05:31:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d639d821-4f74-5ffd-9255-bcaaa000a3cb with scrape type 2
2026-03-26 05:31:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: d639d821-4f74-5ffd-9255-bcaaa000a3cb, identifier: 10720869
2026-03-26 05:31:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: befc8b3e-fd30-5fd6-ad6b-c5267ccc68e5 with identifier: 10720870
2026-03-26 05:31:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item befc8b3e-fd30-5fd6-ad6b-c5267ccc68e5 with scrape type 2
2026-03-26 05:31:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item befc8b3e-fd30-5fd6-ad6b-c5267ccc68e5 with scrape type 2
2026-03-26 05:31:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: befc8b3e-fd30-5fd6-ad6b-c5267ccc68e5, identifier: 10720870
2026-03-26 05:31:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: d639d821-4f74-5ffd-9255-bcaaa000a3cb with identifier: 10720869
2026-03-26 05:31:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: d639d821-4f74-5ffd-9255-bcaaa000a3cb with identifier: 10720869
2026-03-26 05:31:16 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: d639d821-4f74-5ffd-9255-bcaaa000a3cb with identifier: 10720869 to the API
2026-03-26 05:31:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720869>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': 'd639d821-4f74-5ffd-9255-bcaaa000a3cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'RJ71KLU',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720869',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 20104,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8800,
'price_includes_vat': True,
'registration_date': '2021-12-16',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh SRi Premium - Electric - Automatic - 1 hp '
'- RJ71KLU - 20,104 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2021}
2026-03-26 05:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720869%27 HTTP/1.1" 200 None
2026-03-26 05:31:16 [openlane.gb] INFO: Saving data for 10720869: {'auction_closing_time': 1774533600.0, 'created_time': 1774387900.648473, 'last_price_update_time': 1774503076.612451}
2026-03-26 05:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720869') HTTP/1.1" 204 0
2026-03-26 05:31:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: befc8b3e-fd30-5fd6-ad6b-c5267ccc68e5 with identifier: 10720870
2026-03-26 05:31:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: befc8b3e-fd30-5fd6-ad6b-c5267ccc68e5 with identifier: 10720870
2026-03-26 05:31:16 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: befc8b3e-fd30-5fd6-ad6b-c5267ccc68e5 with identifier: 10720870 to the API
2026-03-26 05:31:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720870>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': 'befc8b3e-fd30-5fd6-ad6b-c5267ccc68e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'LY71BCU',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720870',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 47308,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7500,
'price_includes_vat': True,
'registration_date': '2022-01-14',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh SRi Premium - Electric - Automatic - 1 hp '
'- LY71BCU - 47,308 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2022}
2026-03-26 05:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720870%27 HTTP/1.1" 200 None
2026-03-26 05:31:16 [openlane.gb] INFO: Saving data for 10720870: {'auction_closing_time': 1774533600.0, 'created_time': 1774387886.303384, 'last_price_update_time': 1774503076.897009}
2026-03-26 05:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720870') HTTP/1.1" 204 0
2026-03-26 05:31:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720871> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80b68e67-6e7e-5b60-bda4-d6bd8e3e7c6c with identifier: 10720871
2026-03-26 05:31:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80b68e67-6e7e-5b60-bda4-d6bd8e3e7c6c with scrape type 2
2026-03-26 05:31:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80b68e67-6e7e-5b60-bda4-d6bd8e3e7c6c with scrape type 2
2026-03-26 05:31:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 80b68e67-6e7e-5b60-bda4-d6bd8e3e7c6c, identifier: 10720871
2026-03-26 05:31:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 80b68e67-6e7e-5b60-bda4-d6bd8e3e7c6c with identifier: 10720871
2026-03-26 05:31:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 80b68e67-6e7e-5b60-bda4-d6bd8e3e7c6c with identifier: 10720871
2026-03-26 05:31:17 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 80b68e67-6e7e-5b60-bda4-d6bd8e3e7c6c with identifier: 10720871 to the API
2026-03-26 05:31:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720871>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': '80b68e67-6e7e-5b60-bda4-d6bd8e3e7c6c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'DA71ULU',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720871',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 8758,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9700,
'price_includes_vat': True,
'registration_date': '2021-12-15',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh SRi Premium - Electric - Automatic - 136 '
'hp - DA71ULU - 8,758 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2021}
2026-03-26 05:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720871%27 HTTP/1.1" 200 None
2026-03-26 05:31:17 [openlane.gb] INFO: Saving data for 10720871: {'auction_closing_time': 1774533600.0, 'created_time': 1774387881.892733, 'last_price_update_time': 1774503077.588761}
2026-03-26 05:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720871') HTTP/1.1" 204 0
2026-03-26 05:31:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720867> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ab4e1a9-ae2c-5f9e-b10c-09de0dd083e0 with identifier: 10720867
2026-03-26 05:31:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ab4e1a9-ae2c-5f9e-b10c-09de0dd083e0 with scrape type 2
2026-03-26 05:31:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ab4e1a9-ae2c-5f9e-b10c-09de0dd083e0 with scrape type 2
2026-03-26 05:31:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 5ab4e1a9-ae2c-5f9e-b10c-09de0dd083e0, identifier: 10720867
2026-03-26 05:31:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 5ab4e1a9-ae2c-5f9e-b10c-09de0dd083e0 with identifier: 10720867
2026-03-26 05:31:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 5ab4e1a9-ae2c-5f9e-b10c-09de0dd083e0 with identifier: 10720867
2026-03-26 05:31:17 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 5ab4e1a9-ae2c-5f9e-b10c-09de0dd083e0 with identifier: 10720867 to the API
2026-03-26 05:31:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720867>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': '5ab4e1a9-ae2c-5f9e-b10c-09de0dd083e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'DA71PRV',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720867',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 9507,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8900,
'price_includes_vat': True,
'registration_date': '2021-12-16',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Elite Premium - Electric - Automatic - 1 '
'hp - DA71PRV - 9,507 mi',
'transmission': 'automatic',
'trim': 'Elite Premium',
'vin': None,
'year': 2021}
2026-03-26 05:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720867%27 HTTP/1.1" 200 None
2026-03-26 05:31:18 [openlane.gb] INFO: Saving data for 10720867: {'auction_closing_time': 1774533600.0, 'created_time': 1774387871.733789, 'last_price_update_time': 1774503078.125039}
2026-03-26 05:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720867') HTTP/1.1" 204 0
2026-03-26 05:31:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720824> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e287a9d-a85e-59bf-ad5c-87390ade03d9 with identifier: 10720824
2026-03-26 05:31:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e287a9d-a85e-59bf-ad5c-87390ade03d9 with scrape type 2
2026-03-26 05:31:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e287a9d-a85e-59bf-ad5c-87390ade03d9 with scrape type 2
2026-03-26 05:31:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 9e287a9d-a85e-59bf-ad5c-87390ade03d9, identifier: 10720824
2026-03-26 05:31:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 9e287a9d-a85e-59bf-ad5c-87390ade03d9 with identifier: 10720824
2026-03-26 05:31:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 9e287a9d-a85e-59bf-ad5c-87390ade03d9 with identifier: 10720824
2026-03-26 05:31:18 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 9e287a9d-a85e-59bf-ad5c-87390ade03d9 with identifier: 10720824 to the API
2026-03-26 05:31:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720824>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': '9e287a9d-a85e-59bf-ad5c-87390ade03d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'SV72YXL',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720824',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 8112,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': True,
'registration_date': '2022-12-05',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate - Electric - Automatic - 136 hp - '
'SV72YXL - 8,112 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 05:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720824%27 HTTP/1.1" 200 None
2026-03-26 05:31:18 [openlane.gb] INFO: Saving data for 10720824: {'auction_closing_time': 1774533600.0, 'created_time': 1774387904.275569, 'last_price_update_time': 1774503078.674058}
2026-03-26 05:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720824') HTTP/1.1" 204 0
2026-03-26 05:31:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720851> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4f62e1f-4611-580a-b4f9-0c6ac3f2d50a with identifier: 10720851
2026-03-26 05:31:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4f62e1f-4611-580a-b4f9-0c6ac3f2d50a with scrape type 2
2026-03-26 05:31:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4f62e1f-4611-580a-b4f9-0c6ac3f2d50a with scrape type 2
2026-03-26 05:31:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: a4f62e1f-4611-580a-b4f9-0c6ac3f2d50a, identifier: 10720851
2026-03-26 05:31:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: a4f62e1f-4611-580a-b4f9-0c6ac3f2d50a with identifier: 10720851
2026-03-26 05:31:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: a4f62e1f-4611-580a-b4f9-0c6ac3f2d50a with identifier: 10720851
2026-03-26 05:31:18 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: a4f62e1f-4611-580a-b4f9-0c6ac3f2d50a with identifier: 10720851 to the API
2026-03-26 05:31:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720851>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': 'a4f62e1f-4611-580a-b4f9-0c6ac3f2d50a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FT23ZTY',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720851',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Astra-e',
'odometer': 20146,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 11400,
'price_includes_vat': True,
'registration_date': '2023-08-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Astra-e 51 kWh Ultimate - Electric - Automatic - 1 hp - '
'FT23ZTY - 20,146 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2023}
2026-03-26 05:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720851%27 HTTP/1.1" 200 None
2026-03-26 05:31:19 [openlane.gb] INFO: Saving data for 10720851: {'auction_closing_time': 1774533600.0, 'created_time': 1774387903.940315, 'last_price_update_time': 1774503079.160079}
2026-03-26 05:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720851') HTTP/1.1" 204 0
2026-03-26 05:31:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720823> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05: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-26 05:31:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91b40d52-0239-579c-b269-da7295e60fc8 with identifier: 10720823
2026-03-26 05:31:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91b40d52-0239-579c-b269-da7295e60fc8 with scrape type 2
2026-03-26 05:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91b40d52-0239-579c-b269-da7295e60fc8 with scrape type 2
2026-03-26 05:31:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 91b40d52-0239-579c-b269-da7295e60fc8, identifier: 10720823
2026-03-26 05:31:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 91b40d52-0239-579c-b269-da7295e60fc8 with identifier: 10720823
2026-03-26 05:31:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 91b40d52-0239-579c-b269-da7295e60fc8 with identifier: 10720823
2026-03-26 05:31:19 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 91b40d52-0239-579c-b269-da7295e60fc8 with identifier: 10720823 to the API
2026-03-26 05:31:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720823>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Red',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': '91b40d52-0239-579c-b269-da7295e60fc8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'LM71OVK',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720823',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 23046,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': True,
'registration_date': '2021-10-28',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate Edition - Electric - Automatic - '
'136 hp - LM71OVK - 23,046 mi',
'transmission': 'automatic',
'trim': 'Ultimate Edition',
'vin': None,
'year': 2021}
2026-03-26 05:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720823%27 HTTP/1.1" 200 None
2026-03-26 05:31:19 [openlane.gb] INFO: Saving data for 10720823: {'auction_closing_time': 1774533600.0, 'created_time': 1774387852.769349, 'last_price_update_time': 1774503079.88957}
2026-03-26 05:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720823') HTTP/1.1" 204 0
2026-03-26 05:31:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720883> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720820> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720828> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba52a446-5435-5c12-a172-f8bbad108840 with identifier: 10720883
2026-03-26 05:31:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba52a446-5435-5c12-a172-f8bbad108840 with scrape type 2
2026-03-26 05:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba52a446-5435-5c12-a172-f8bbad108840 with scrape type 2
2026-03-26 05:31:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: ba52a446-5435-5c12-a172-f8bbad108840, identifier: 10720883
2026-03-26 05:31:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: ba52a446-5435-5c12-a172-f8bbad108840 with identifier: 10720883
2026-03-26 05:31:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: ba52a446-5435-5c12-a172-f8bbad108840 with identifier: 10720883
2026-03-26 05:31:20 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: ba52a446-5435-5c12-a172-f8bbad108840 with identifier: 10720883 to the API
2026-03-26 05:31:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720883>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': 'ba52a446-5435-5c12-a172-f8bbad108840',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AO71VLL',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720883',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 18093,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9500,
'price_includes_vat': True,
'registration_date': '2021-10-27',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate Edition - Electric - Automatic - '
'1 hp - AO71VLL - 18,093 mi',
'transmission': 'automatic',
'trim': 'Ultimate Edition',
'vin': None,
'year': 2021}
2026-03-26 05:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720883%27 HTTP/1.1" 200 None
2026-03-26 05:31:20 [openlane.gb] INFO: Saving data for 10720883: {'auction_closing_time': 1774533600.0, 'created_time': 1774387889.810551, 'last_price_update_time': 1774503080.540707}
2026-03-26 05:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720883') HTTP/1.1" 204 0
2026-03-26 05:31:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a536bb7-7174-53c1-bd50-4a4c5f4d322b with identifier: 10720820
2026-03-26 05:31:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a536bb7-7174-53c1-bd50-4a4c5f4d322b with scrape type 2
2026-03-26 05:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a536bb7-7174-53c1-bd50-4a4c5f4d322b with scrape type 2
2026-03-26 05:31:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 8a536bb7-7174-53c1-bd50-4a4c5f4d322b, identifier: 10720820
2026-03-26 05:31:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 342f973f-cb20-5af5-8db9-c08de379755e with identifier: 10720828
2026-03-26 05:31:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 342f973f-cb20-5af5-8db9-c08de379755e with scrape type 2
2026-03-26 05:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 342f973f-cb20-5af5-8db9-c08de379755e with scrape type 2
2026-03-26 05:31:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 342f973f-cb20-5af5-8db9-c08de379755e, identifier: 10720828
2026-03-26 05:31:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 8a536bb7-7174-53c1-bd50-4a4c5f4d322b with identifier: 10720820
2026-03-26 05:31:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 8a536bb7-7174-53c1-bd50-4a4c5f4d322b with identifier: 10720820
2026-03-26 05:31:20 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 8a536bb7-7174-53c1-bd50-4a4c5f4d322b with identifier: 10720820 to the API
2026-03-26 05:31:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720820>
{'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': '8a536bb7-7174-53c1-bd50-4a4c5f4d322b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'EX71UNP',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720820',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 35429,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': True,
'registration_date': '2021-09-06',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate Edition - Electric - Automatic - '
'136 hp - EX71UNP - 35,429 mi',
'transmission': 'automatic',
'trim': 'Ultimate Edition',
'vin': None,
'year': 2021}
2026-03-26 05:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720820%27 HTTP/1.1" 200 None
2026-03-26 05:31:21 [openlane.gb] INFO: Saving data for 10720820: {'auction_closing_time': 1774533600.0, 'created_time': 1774387906.498035, 'last_price_update_time': 1774503081.017941}
2026-03-26 05:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720820') HTTP/1.1" 204 0
2026-03-26 05:31:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 342f973f-cb20-5af5-8db9-c08de379755e with identifier: 10720828
2026-03-26 05:31:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 342f973f-cb20-5af5-8db9-c08de379755e with identifier: 10720828
2026-03-26 05:31:21 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 342f973f-cb20-5af5-8db9-c08de379755e with identifier: 10720828 to the API
2026-03-26 05:31:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720828>
{'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': '342f973f-cb20-5af5-8db9-c08de379755e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'YF71CJE',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720828',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 32298,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': True,
'registration_date': '2021-11-17',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh SRi Premium - Electric - Automatic - 136 '
'hp - YF71CJE - 32,298 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2021}
2026-03-26 05:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720828%27 HTTP/1.1" 200 None
2026-03-26 05:31:21 [openlane.gb] INFO: Saving data for 10720828: {'auction_closing_time': 1774533600.0, 'created_time': 1774387906.831895, 'last_price_update_time': 1774503081.337384}
2026-03-26 05:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720828') HTTP/1.1" 204 0
2026-03-26 05:31:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720829> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e05a4639-ee5e-5a0f-801e-3093a369e28f with identifier: 10720829
2026-03-26 05:31:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e05a4639-ee5e-5a0f-801e-3093a369e28f with scrape type 2
2026-03-26 05:31:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e05a4639-ee5e-5a0f-801e-3093a369e28f with scrape type 2
2026-03-26 05:31:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: e05a4639-ee5e-5a0f-801e-3093a369e28f, identifier: 10720829
2026-03-26 05:31:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: e05a4639-ee5e-5a0f-801e-3093a369e28f with identifier: 10720829
2026-03-26 05:31:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: e05a4639-ee5e-5a0f-801e-3093a369e28f with identifier: 10720829
2026-03-26 05:31:21 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: e05a4639-ee5e-5a0f-801e-3093a369e28f with identifier: 10720829 to the API
2026-03-26 05:31:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720829>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': 'e05a4639-ee5e-5a0f-801e-3093a369e28f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'NV71HFG',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720829',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 52966,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': True,
'registration_date': '2021-11-30',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh SRi Premium - Electric - Automatic - 136 '
'hp - NV71HFG - 52,966 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2021}
2026-03-26 05:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720829%27 HTTP/1.1" 200 None
2026-03-26 05:31:21 [openlane.gb] INFO: Saving data for 10720829: {'auction_closing_time': 1774533600.0, 'created_time': 1774387906.174259, 'last_price_update_time': 1774503081.850991}
2026-03-26 05:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720829') HTTP/1.1" 204 0
2026-03-26 05:31:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720826> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:31:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64729233-66fd-5093-aa64-73c9b2219582 with identifier: 10720826
2026-03-26 05:31:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64729233-66fd-5093-aa64-73c9b2219582 with scrape type 2
2026-03-26 05:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64729233-66fd-5093-aa64-73c9b2219582 with scrape type 2
2026-03-26 05:31:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 64729233-66fd-5093-aa64-73c9b2219582, identifier: 10720826
2026-03-26 05:31:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 64729233-66fd-5093-aa64-73c9b2219582 with identifier: 10720826
2026-03-26 05:31:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 64729233-66fd-5093-aa64-73c9b2219582 with identifier: 10720826
2026-03-26 05:31:22 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 64729233-66fd-5093-aa64-73c9b2219582 with identifier: 10720826 to the API
2026-03-26 05:31:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720826>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': '64729233-66fd-5093-aa64-73c9b2219582',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'FV71TEY',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720826',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 37109,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': True,
'registration_date': '2021-11-24',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh SRi Premium - Electric - Automatic - 136 '
'hp - FV71TEY - 37,109 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2021}
2026-03-26 05:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720826%27 HTTP/1.1" 200 None
2026-03-26 05:31:23 [openlane.gb] INFO: Saving data for 10720826: {'auction_closing_time': 1774533600.0, 'created_time': 1774387913.64076, 'last_price_update_time': 1774503083.367284}
2026-03-26 05:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720826') HTTP/1.1" 204 0
2026-03-26 05:31:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720830> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b00d79b2-bac1-5860-b7f4-34bea6081d09 with identifier: 10720830
2026-03-26 05:31:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b00d79b2-bac1-5860-b7f4-34bea6081d09 with scrape type 2
2026-03-26 05:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b00d79b2-bac1-5860-b7f4-34bea6081d09 with scrape type 2
2026-03-26 05:31:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: b00d79b2-bac1-5860-b7f4-34bea6081d09, identifier: 10720830
2026-03-26 05:31:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: b00d79b2-bac1-5860-b7f4-34bea6081d09 with identifier: 10720830
2026-03-26 05:31:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: b00d79b2-bac1-5860-b7f4-34bea6081d09 with identifier: 10720830
2026-03-26 05:31:23 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: b00d79b2-bac1-5860-b7f4-34bea6081d09 with identifier: 10720830 to the API
2026-03-26 05:31:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720830>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 131,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Petrol',
'id': 'b00d79b2-bac1-5860-b7f4-34bea6081d09',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DT74ZBZ',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720830',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka',
'odometer': 17842,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': True,
'registration_date': '2025-02-28',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka 1.2 Turbo Ultimate - Petrol - Automatic - 131 hp - '
'DT74ZBZ - 17,842 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-26 05:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720830%27 HTTP/1.1" 200 None
2026-03-26 05:31:23 [openlane.gb] INFO: Saving data for 10720830: {'auction_closing_time': 1774533600.0, 'created_time': 1774387921.094722, 'last_price_update_time': 1774503083.855135}
2026-03-26 05:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720830') HTTP/1.1" 204 0
2026-03-26 05:31:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720819> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08d2d484-0152-5a83-be9b-4505c2c923d0 with identifier: 10720819
2026-03-26 05:31:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08d2d484-0152-5a83-be9b-4505c2c923d0 with scrape type 2
2026-03-26 05:31:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08d2d484-0152-5a83-be9b-4505c2c923d0 with scrape type 2
2026-03-26 05:31:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 08d2d484-0152-5a83-be9b-4505c2c923d0, identifier: 10720819
2026-03-26 05:31:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 08d2d484-0152-5a83-be9b-4505c2c923d0 with identifier: 10720819
2026-03-26 05:31:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 08d2d484-0152-5a83-be9b-4505c2c923d0 with identifier: 10720819
2026-03-26 05:31:25 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 08d2d484-0152-5a83-be9b-4505c2c923d0 with identifier: 10720819 to the API
2026-03-26 05:31:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720819>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 214,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': '08d2d484-0152-5a83-be9b-4505c2c923d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DN25FGD',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720819',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Grandland',
'odometer': 13049,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': True,
'registration_date': '2025-04-30',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Grandland Ultimate - Electric - Automatic - 214 hp - '
'DN25FGD - 13,049 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-26 05:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720819%27 HTTP/1.1" 200 None
2026-03-26 05:31:25 [openlane.gb] INFO: Saving data for 10720819: {'auction_closing_time': 1774533600.0, 'created_time': 1774387917.834606, 'last_price_update_time': 1774503085.284611}
2026-03-26 05:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720819') HTTP/1.1" 204 0
2026-03-26 05:31:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720875> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 226bc70c-0d4b-5018-9b00-504fd993e1a2 with identifier: 10720875
2026-03-26 05:31:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 226bc70c-0d4b-5018-9b00-504fd993e1a2 with scrape type 2
2026-03-26 05:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 226bc70c-0d4b-5018-9b00-504fd993e1a2 with scrape type 2
2026-03-26 05:31:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 226bc70c-0d4b-5018-9b00-504fd993e1a2, identifier: 10720875
2026-03-26 05:31:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 226bc70c-0d4b-5018-9b00-504fd993e1a2 with identifier: 10720875
2026-03-26 05:31:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 226bc70c-0d4b-5018-9b00-504fd993e1a2 with identifier: 10720875
2026-03-26 05:31:25 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 226bc70c-0d4b-5018-9b00-504fd993e1a2 with identifier: 10720875 to the API
2026-03-26 05:31:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720875>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 1,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': '226bc70c-0d4b-5018-9b00-504fd993e1a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'YB71FMD',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720875',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 49764,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7300,
'price_includes_vat': True,
'registration_date': '2021-12-17',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh SRi Premium - Electric - Automatic - 1 hp '
'- YB71FMD - 49,764 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2021}
2026-03-26 05:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720875%27 HTTP/1.1" 200 None
2026-03-26 05:31:25 [openlane.gb] INFO: Saving data for 10720875: {'auction_closing_time': 1774533600.0, 'created_time': 1774387888.060436, 'last_price_update_time': 1774503085.788064}
2026-03-26 05:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720875') HTTP/1.1" 204 0
2026-03-26 05:31:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720844> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720843> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9127dc9-c497-5fb3-8aa6-e651611a430f with identifier: 10720844
2026-03-26 05:31:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9127dc9-c497-5fb3-8aa6-e651611a430f with scrape type 2
2026-03-26 05:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9127dc9-c497-5fb3-8aa6-e651611a430f with scrape type 2
2026-03-26 05:31:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: c9127dc9-c497-5fb3-8aa6-e651611a430f, identifier: 10720844
2026-03-26 05:31:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: c9127dc9-c497-5fb3-8aa6-e651611a430f with identifier: 10720844
2026-03-26 05:31:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: c9127dc9-c497-5fb3-8aa6-e651611a430f with identifier: 10720844
2026-03-26 05:31:26 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: c9127dc9-c497-5fb3-8aa6-e651611a430f with identifier: 10720844 to the API
2026-03-26 05:31:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720844>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': 'c9127dc9-c497-5fb3-8aa6-e651611a430f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'YS21BPV',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720844',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 40069,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7600,
'price_includes_vat': True,
'registration_date': '2021-05-26',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh SRi Premium - Electric - Automatic - 136 '
'hp - YS21BPV - 40,069 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2021}
2026-03-26 05:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05: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%2710720844%27 HTTP/1.1" 200 None
2026-03-26 05:31:26 [openlane.gb] INFO: Saving data for 10720844: {'auction_closing_time': 1774533600.0, 'created_time': 1774387884.080808, 'last_price_update_time': 1774503086.785933}
2026-03-26 05:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720844') HTTP/1.1" 204 0
2026-03-26 05:31:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b06c5794-7629-59a7-8840-d514dfe4f3df with identifier: 10720843
2026-03-26 05:31:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b06c5794-7629-59a7-8840-d514dfe4f3df with scrape type 2
2026-03-26 05:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b06c5794-7629-59a7-8840-d514dfe4f3df with scrape type 2
2026-03-26 05:31:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: b06c5794-7629-59a7-8840-d514dfe4f3df, identifier: 10720843
2026-03-26 05:31:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: b06c5794-7629-59a7-8840-d514dfe4f3df with identifier: 10720843
2026-03-26 05:31:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: b06c5794-7629-59a7-8840-d514dfe4f3df with identifier: 10720843
2026-03-26 05:31:26 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: b06c5794-7629-59a7-8840-d514dfe4f3df with identifier: 10720843 to the API
2026-03-26 05:31:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720843>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Red',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': 'b06c5794-7629-59a7-8840-d514dfe4f3df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'PXZ9469',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720843',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 39252,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7800,
'price_includes_vat': True,
'registration_date': '2021-12-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh SRi Premium - Electric - Automatic - 136 '
'hp - PXZ9469 - 39,252 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2021}
2026-03-26 05:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720843%27 HTTP/1.1" 200 None
2026-03-26 05:31:27 [openlane.gb] INFO: Saving data for 10720843: {'auction_closing_time': 1774533600.0, 'created_time': 1774387880.709204, 'last_price_update_time': 1774503087.154154}
2026-03-26 05:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720843') HTTP/1.1" 204 0
2026-03-26 05:31:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720832> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ae3dbe8-735c-5fb9-9823-30173be20865 with identifier: 10720832
2026-03-26 05:31:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ae3dbe8-735c-5fb9-9823-30173be20865 with scrape type 2
2026-03-26 05:31:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ae3dbe8-735c-5fb9-9823-30173be20865 with scrape type 2
2026-03-26 05:31:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 3ae3dbe8-735c-5fb9-9823-30173be20865, identifier: 10720832
2026-03-26 05:31:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 3ae3dbe8-735c-5fb9-9823-30173be20865 with identifier: 10720832
2026-03-26 05:31:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 3ae3dbe8-735c-5fb9-9823-30173be20865 with identifier: 10720832
2026-03-26 05:31:30 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 3ae3dbe8-735c-5fb9-9823-30173be20865 with identifier: 10720832 to the API
2026-03-26 05:31:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720832>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Electric',
'id': '3ae3dbe8-735c-5fb9-9823-30173be20865',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'FG71XCO',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720832',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 32152,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': True,
'registration_date': '2021-11-27',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh Ultimate Edition - Electric - Automatic - '
'136 hp - FG71XCO - 32,152 mi',
'transmission': 'automatic',
'trim': 'Ultimate Edition',
'vin': None,
'year': 2021}
2026-03-26 05:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710720832%27 HTTP/1.1" 200 None
2026-03-26 05:31:30 [openlane.gb] INFO: Saving data for 10720832: {'auction_closing_time': 1774533600.0, 'created_time': 1774387903.596822, 'last_price_update_time': 1774503090.227917}
2026-03-26 05:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720832') HTTP/1.1" 204 0
2026-03-26 05:31:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720816> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.co.uk/en/carv6/auction/10720831> (referer: https://www.openlane.co.uk/en/findcar/advanced) ['zyte-api']
2026-03-26 05:31:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75719967-d716-5d4c-9021-13318ccac077 with identifier: 10720816
2026-03-26 05:31:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75719967-d716-5d4c-9021-13318ccac077 with scrape type 2
2026-03-26 05:31:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75719967-d716-5d4c-9021-13318ccac077 with scrape type 2
2026-03-26 05:31:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: 75719967-d716-5d4c-9021-13318ccac077, identifier: 10720816
2026-03-26 05:31:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: 75719967-d716-5d4c-9021-13318ccac077 with identifier: 10720816
2026-03-26 05:31:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: 75719967-d716-5d4c-9021-13318ccac077 with identifier: 10720816
2026-03-26 05:31:52 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: 75719967-d716-5d4c-9021-13318ccac077 with identifier: 10720816 to the API
2026-03-26 05:31:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720816>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 131,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Petrol',
'id': '75719967-d716-5d4c-9021-13318ccac077',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DY25XMK',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720816',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka',
'odometer': 17824,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': True,
'registration_date': '2025-03-31',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka 1.2 Turbo Ultimate - Petrol - Automatic - 131 hp - '
'DY25XMK - 17,824 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2025}
2026-03-26 05:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05: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%2710720816%27 HTTP/1.1" 200 None
2026-03-26 05:31:52 [openlane.gb] INFO: Saving data for 10720816: {'auction_closing_time': 1774533600.0, 'created_time': 1774387914.416262, 'last_price_update_time': 1774503112.718339}
2026-03-26 05:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720816') HTTP/1.1" 204 0
2026-03-26 05:31:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f82da60e-ded6-5260-81a6-70808a327ebd with identifier: 10720831
2026-03-26 05:31:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f82da60e-ded6-5260-81a6-70808a327ebd with scrape type 2
2026-03-26 05:31:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f82da60e-ded6-5260-81a6-70808a327ebd with scrape type 2
2026-03-26 05:31:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: openlane.gb, Processed item id: f82da60e-ded6-5260-81a6-70808a327ebd, identifier: 10720831
2026-03-26 05:31:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: openlane.gb, Translating item: f82da60e-ded6-5260-81a6-70808a327ebd with identifier: 10720831
2026-03-26 05:31:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: openlane.gb, Applying rules to item: f82da60e-ded6-5260-81a6-70808a327ebd with identifier: 10720831
2026-03-26 05:31:52 [crawlers.pipelines.post_to_api] INFO: Spider: openlane.gb, Posting item: f82da60e-ded6-5260-81a6-70808a327ebd with identifier: 10720831 to the API
2026-03-26 05:31:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:31:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:31:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10720831>
{'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': 'f82da60e-ded6-5260-81a6-70808a327ebd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'AK71BZE',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10720831',
'listing': 'auction',
'location': 'Corby',
'make': 'Vauxhall',
'model': 'Mokka-e',
'odometer': 54166,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': True,
'registration_date': '2021-12-17',
'seats_number': 5,
'seller_name': 'Stellantis',
'title': 'Vauxhall Mokka-e 51 kWh SRi Premium - Electric - Automatic - 136 '
'hp - AK71BZE - 54,166 mi',
'transmission': 'automatic',
'trim': 'SRi Premium',
'vin': None,
'year': 2021}
2026-03-26 05:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05: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%2710720831%27 HTTP/1.1" 200 None
2026-03-26 05:31:53 [openlane.gb] INFO: Saving data for 10720831: {'auction_closing_time': 1774533600.0, 'created_time': 1774387914.045923, 'last_price_update_time': 1774503113.129583}
2026-03-26 05:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10720831') HTTP/1.1" 204 0
2026-03-26 05:31:53 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-26 05:31:53 [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-26 05:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:31:53 [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%201774071113 HTTP/1.1" 200 None
2026-03-26 05:31:53 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (77 items) in: file:///var/lib/scrapyd/items/sourcing_v2/openlane.gb/task_10_2026-03-26T05_30_00.jl
2026-03-26 05:31:53 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 152403,
'downloader/request_count': 80,
'downloader/request_method_count/GET': 78,
'downloader/request_method_count/POST': 2,
'downloader/response_bytes': 6335367,
'downloader/response_count': 80,
'downloader/response_status_count/200': 80,
'elapsed_time_seconds': 107.67875,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 26, 5, 31, 53, 262811, tzinfo=datetime.timezone.utc),
'item_scraped_count': 77,
'log_count/DEBUG': 1631,
'log_count/INFO': 1058,
'memusage/max': 200466432,
'memusage/startup': 149770240,
'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': 274,
'playwright/request_count/method/GET': 249,
'playwright/request_count/method/POST': 25,
'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': 131,
'playwright/request_count/resource_type/other': 2,
'playwright/request_count/resource_type/script': 60,
'playwright/request_count/resource_type/stylesheet': 6,
'playwright/request_count/resource_type/xhr': 9,
'playwright/response_count': 224,
'playwright/response_count/method/GET': 199,
'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': 81,
'playwright/response_count/resource_type/other': 2,
'playwright/response_count/resource_type/script': 60,
'playwright/response_count/resource_type/stylesheet': 6,
'playwright/response_count/resource_type/xhr': 9,
'request_depth_max': 3,
'response_received_count': 80,
'scheduler/dequeued': 80,
'scheduler/dequeued/memory': 80,
'scheduler/enqueued': 80,
'scheduler/enqueued/memory': 80,
'scrape_type/price_update': 77,
'scrape_type/skipped': 114,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 79,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 4.68375855655987,
'scrapy-zyte-api/mean_response_seconds': 4.693268389782951,
'scrapy-zyte-api/processed': 79,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 79,
'scrapy-zyte-api/request_args/experimental.requestCookies': 79,
'scrapy-zyte-api/request_args/experimental.responseCookies': 79,
'scrapy-zyte-api/request_args/httpRequestBody': 2,
'scrapy-zyte-api/request_args/httpRequestMethod': 2,
'scrapy-zyte-api/request_args/httpResponseBody': 79,
'scrapy-zyte-api/request_args/httpResponseHeaders': 79,
'scrapy-zyte-api/request_args/url': 79,
'scrapy-zyte-api/status_codes/200': 79,
'scrapy-zyte-api/success': 79,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'source/items_encountered': 191,
'source/total_available': 191,
'start_time': datetime.datetime(2026, 3, 26, 5, 30, 5, 584061, tzinfo=datetime.timezone.utc)}
2026-03-26 05:31:53 [scrapy.core.engine] INFO: Spider closed (finished)